Click here to Skip to main content
16,016,306 members
Home / Discussions / COM
   

COM

 
GeneralCan you please answer me for this: Pin
In-At26-Oct-01 20:14
In-At26-Oct-01 20:14 
GeneralSome questions about build proxy dll through *.idl files Pin
star_see20-Oct-01 5:54
star_see20-Oct-01 5:54 
GeneralI have found the answer to my question. Pin
star_see20-Oct-01 6:49
star_see20-Oct-01 6:49 
Questionhow do you debug com servers? Pin
Nish Nishant20-Oct-01 1:24
sitebuilderNish Nishant20-Oct-01 1:24 
AnswerRe: how do you debug com servers? Pin
Michael P Butler20-Oct-01 11:27
Michael P Butler20-Oct-01 11:27 
GeneralRe: how do you debug com servers? Pin
Nish Nishant20-Oct-01 19:54
sitebuilderNish Nishant20-Oct-01 19:54 
AnswerRe: how do you debug com servers? Pin
Bill Wilson22-Oct-01 14:19
Bill Wilson22-Oct-01 14:19 
GeneralCoCreateInstance funny resturn value Pin
Nish Nishant20-Oct-01 0:25
sitebuilderNish Nishant20-Oct-01 0:25 
Hello

I am having some trouble....
I knew it was faliling at the CoCreateInstance so I did these checks...thinking that CoCreateInstance returns only one of three values and nothing else

if(hr==REGDB_E_CLASSNOTREG )
	MessageBox("REGDB_E_CLASSNOTREG trouble");
if(hr==CLASS_E_NOAGGREGATION)
	MessageBox("CLASS_E_NOAGGREGATION trouble");
if(hr==S_OK)
	MessageBox("S_OK");


But I dont get mesg boxes.

so I tried this
DWORD d1=GetLastError();


and put a break point on the next line
d1 was 1008...which stands for An attempt was made to reference a token that does not exist.


Frown | :-(

whats that supposed to mean????


GeneralRe: CoCreateInstance funny resturn value Pin
NormDroid20-Oct-01 0:33
professionalNormDroid20-Oct-01 0:33 
GeneralRe: CoCreateInstance funny resturn value Pin
Nish Nishant20-Oct-01 0:40
sitebuilderNish Nishant20-Oct-01 0:40 
GeneralRe: CoCreateInstance funny resturn value Pin
NormDroid20-Oct-01 0:51
professionalNormDroid20-Oct-01 0:51 
GeneralRe: CoCreateInstance funny resturn value Pin
Nish Nishant20-Oct-01 1:03
sitebuilderNish Nishant20-Oct-01 1:03 
GeneralRe: CoCreateInstance funny resturn value Pin
Nish Nishant20-Oct-01 1:18
sitebuilderNish Nishant20-Oct-01 1:18 
GeneralRe: CoCreateInstance funny resturn value Pin
NormDroid20-Oct-01 2:59
professionalNormDroid20-Oct-01 2:59 
GeneralRe: CoCreateInstance funny resturn value Pin
Bill Wilson23-Oct-01 7:21
Bill Wilson23-Oct-01 7:21 
GeneralIWebBrowser2->ExecMB(...) problem Pin
IGx8919-Oct-01 8:34
IGx8919-Oct-01 8:34 
GeneralRe: IWebBrowser2->ExecMB(...) problem Pin
IGx8919-Oct-01 10:53
IGx8919-Oct-01 10:53 
GeneralRe: IWebBrowser2->ExecMB(...) problem Pin
Bret Faller19-Oct-01 12:13
Bret Faller19-Oct-01 12:13 
GeneralUrgent Help on COM Pin
Nilotpal19-Oct-01 0:26
Nilotpal19-Oct-01 0:26 
GeneralRe: Urgent Help on COM Pin
Firoz19-Oct-01 4:22
Firoz19-Oct-01 4:22 
GeneralRe: Urgent Help on COM Pin
Michael Dunn19-Oct-01 8:25
sitebuilderMichael Dunn19-Oct-01 8:25 
Generalexe service using com which uses ADO:) Pin
18-Oct-01 22:04
suss18-Oct-01 22:04 
Generalupdate Pin
Johny Flash19-Oct-01 1:17
Johny Flash19-Oct-01 1:17 
GeneralRe: exe service using com which uses ADO:) Pin
Rashid Thadha20-Oct-01 12:56
Rashid Thadha20-Oct-01 12:56 
GeneralRe: exe service using com which uses ADO:) Pin
Johny Flash21-Oct-01 20:52
Johny Flash21-Oct-01 20:52 

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.