Click here to Skip to main content
15,918,742 members
Home / Discussions / COM
   

COM

 
GeneralRe: DCOM Server - Problem with Parameters Pin
John M. Drescher27-May-03 4:32
John M. Drescher27-May-03 4:32 
GeneralRe: DCOM Server - Problem with Parameters Pin
Anand Vinod27-May-03 18:40
Anand Vinod27-May-03 18:40 
GeneralRe: DCOM Server - Problem with Parameters Pin
John M. Drescher28-May-03 2:46
John M. Drescher28-May-03 2:46 
GeneralRe: DCOM Server - Problem with Parameters Pin
jduncalf27-May-03 21:47
jduncalf27-May-03 21:47 
GeneralRe: DCOM Server - Problem with Parameters Pin
jduncalf27-May-03 21:48
jduncalf27-May-03 21:48 
Generalcreation of client to Com-EXE-Server Pin
satishsilla26-May-03 18:01
satishsilla26-May-03 18:01 
GeneralRe: creation of client to Com-EXE-Server Pin
Anand Vinod27-May-03 3:26
Anand Vinod27-May-03 3:26 
GeneralCOM client app resulting in Error code C2018 Pin
Obi-Wan-Kenobi24-May-03 1:43
Obi-Wan-Kenobi24-May-03 1:43 
Hey guys,

Im trying to write a simple client app
(MFC dialog wizard based app) and I have included the ".tlb" of my component0 to the include folder and added the "#include mycomponent.tlb"

anyidea what this means? how to resolve it.....
thanks Blush | :O

When I tried building at this stage I'm getting the following error message
--------------------Configuration: nativecomclient - Win32 Debug--------------------
Compiling...
StdAfx.cpp
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0x2'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0x1'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0x1'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0x3'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0x81'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0xff'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0xff'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0xff'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0xff'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0x80'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0xff'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0xff'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0xff'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0xff'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2018: unknown character '0x1'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2146: syntax error : missing ';' before identifier 'A'
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : error C2501: 'MSFT' : missing storage-class or type specifiers
c:\dcom\alangordon\ch5\writers component\server\writerscomponent.tlb(1) : fatal error C1004: unexpected end of file found
Error executing cl.exe.

nativecomclient.exe - 18 error(s), 0 warning(s)

GeneralRe: COM client app resulting in Error code C2018 Pin
AlexO27-May-03 7:28
AlexO27-May-03 7:28 
GeneralRe: COM client app resulting in Error code C2018 Pin
Obi-Wan-Kenobi27-May-03 18:24
Obi-Wan-Kenobi27-May-03 18:24 
GeneralError handling events in wscript Pin
particle2k23-May-03 3:15
particle2k23-May-03 3:15 
GeneralRe: Error handling events in wscript Pin
Erik Juhl27-May-03 8:20
Erik Juhl27-May-03 8:20 
GeneralOLE-Automation debugging problem. Pin
vcseeker22-May-03 2:45
vcseeker22-May-03 2:45 
GeneralSee VC++ forum Pin
AlexO22-May-03 4:21
AlexO22-May-03 4:21 
GeneralSysAllocString hangs on Windows 2003 server Pin
Sachin R. Laddha22-May-03 1:36
Sachin R. Laddha22-May-03 1:36 
GeneralRe: SysAllocString hangs on Windows 2003 server Pin
Hugo Hallman25-May-03 11:29
Hugo Hallman25-May-03 11:29 
GeneralRe: SysAllocString hangs on Windows 2003 server Pin
jan larsen26-May-03 22:18
jan larsen26-May-03 22:18 
QuestionHow to check if an instance still exists? Pin
Jonathan de Halleux22-May-03 1:09
Jonathan de Halleux22-May-03 1:09 
GeneralAbout ISupporErrorInfo in Atl/com Pin
satishsilla21-May-03 23:49
satishsilla21-May-03 23:49 
GeneralRe: About ISupporErrorInfo in Atl/com Pin
Giles22-May-03 2:30
Giles22-May-03 2:30 
GeneralRe: About ISupporErrorInfo in Atl/com Pin
geo_m26-May-03 7:49
geo_m26-May-03 7:49 
GeneralClass to Variant Pin
makaveli1998200221-May-03 9:00
makaveli1998200221-May-03 9:00 
GeneralRe: Class to Variant Pin
AlexO21-May-03 10:16
AlexO21-May-03 10:16 
Generalpassing interfacepointers in dcom Pin
ELCH21-May-03 2:29
ELCH21-May-03 2:29 
GeneralRe: passing interfacepointers in dcom Pin
AlexO21-May-03 10:18
AlexO21-May-03 10:18 

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.