Click here to Skip to main content
16,006,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: changing text color Pin
Sujan Christo20-Sep-04 1:52
Sujan Christo20-Sep-04 1:52 
Generalmaking your app upgradable Pin
mickelliot19-Sep-04 15:05
mickelliot19-Sep-04 15:05 
GeneralRe: making your app upgradable Pin
Christian Graus19-Sep-04 15:59
protectorChristian Graus19-Sep-04 15:59 
GeneralRe: making your app upgradable Pin
mickelliot19-Sep-04 16:11
mickelliot19-Sep-04 16:11 
GeneralRe: making your app upgradable Pin
mickelliot19-Sep-04 16:13
mickelliot19-Sep-04 16:13 
GeneralRe: making your app upgradable Pin
Christian Graus19-Sep-04 16:15
protectorChristian Graus19-Sep-04 16:15 
GeneralCSocket GetSockName Pin
transfer168919-Sep-04 11:55
transfer168919-Sep-04 11:55 
GeneralCalling my COM server via VBScript Pin
Alexander M.,19-Sep-04 10:12
Alexander M.,19-Sep-04 10:12 
Hi again, I have another problem.

I'm creating a test COM server to learn more about the COM interface.
Now I tried to call call the server via C, and everything works fine.
But when I'm trying to call the server using VBScript then always the same error occurs:
800A01A8 - Object required

The script looks like this:

Dim t
Set t = CreateObject( "atlcom.TestInterface" ) (the interface gets loaded here, I used OutputDebugString to make that sure!)
t.MsgBox "Test" <- this is the error line.

I don't know what is wrong.
Do you have any ideas?

Don't try it, just do it! Wink | ;-)
General[edit] Who rated this?[/edit] Re: Calling my COM server via VBScript Pin
Jörgen Sigvardsson19-Sep-04 10:15
Jörgen Sigvardsson19-Sep-04 10:15 
GeneralRe: Calling my COM server via VBScript Pin
Alexander M.,19-Sep-04 10:33
Alexander M.,19-Sep-04 10:33 
GeneralRe: Calling my COM server via VBScript Pin
Michael Dunn19-Sep-04 11:35
sitebuilderMichael Dunn19-Sep-04 11:35 
GeneralKeyboard navigation Pin
Artem Moroz19-Sep-04 8:08
Artem Moroz19-Sep-04 8:08 
Questiongetting a class to output text instead of numbers? Pin
lordmickel19-Sep-04 8:07
lordmickel19-Sep-04 8:07 
QuestionHow can I put my dialog in the system tray? Pin
Larsson19-Sep-04 7:40
Larsson19-Sep-04 7:40 
AnswerRe: How can I put my dialog in the system tray? Pin
Alexander M.,19-Sep-04 8:12
Alexander M.,19-Sep-04 8:12 
GeneralRe: How can I put my dialog in the system tray? Pin
Larsson19-Sep-04 9:32
Larsson19-Sep-04 9:32 
GeneralRe: How can I put my dialog in the system tray? Pin
Jörgen Sigvardsson19-Sep-04 10:13
Jörgen Sigvardsson19-Sep-04 10:13 
GeneralRe: How can I put my dialog in the system tray? Pin
Ramkrishna Pawar19-Sep-04 20:25
Ramkrishna Pawar19-Sep-04 20:25 
AnswerRe: How can I put my dialog in the system tray? Pin
Gary R. Wheeler19-Sep-04 14:59
Gary R. Wheeler19-Sep-04 14:59 
QuestionWhy can't I use OnKeyDown in a CDialog? Pin
alex5kov19-Sep-04 7:27
alex5kov19-Sep-04 7:27 
AnswerRe: Why can't I use onkeydown in a CDialog? Pin
Gary R. Wheeler19-Sep-04 15:01
Gary R. Wheeler19-Sep-04 15:01 
GeneralRe: Why can't I use onkeydown in a CDialog? Pin
alex5kov21-Sep-04 7:49
alex5kov21-Sep-04 7:49 
GeneralLinking issue with COM interface and Class IDs Pin
Alexander M.,19-Sep-04 7:21
Alexander M.,19-Sep-04 7:21 
GeneralRe: Linking issue with COM interface and Class IDs [edited] Pin
Michael P Butler19-Sep-04 10:34
Michael P Butler19-Sep-04 10:34 
GeneralRe: Linking issue with COM interface and Class IDs Pin
Michael Dunn19-Sep-04 11:38
sitebuilderMichael Dunn19-Sep-04 11:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.