Click here to Skip to main content
15,896,454 members
Home / Discussions / COM
   

COM

 
GeneralUsing com dll in anothor com dll Pin
30-Jul-01 23:12
suss30-Jul-01 23:12 
GeneralRe: Using com dll in anothor com dll Pin
31-Jul-01 9:22
suss31-Jul-01 9:22 
Generalpalmap32.dll <-pretty impossible !?! Pin
30-Jul-01 11:42
suss30-Jul-01 11:42 
GeneralRe: palmap32.dll <-pretty impossible !?! Pin
Kevin Cook2-Aug-01 17:09
Kevin Cook2-Aug-01 17:09 
GeneralCOM+ Code Sample Pin
Todd Richardson30-Jul-01 7:59
Todd Richardson30-Jul-01 7:59 
GeneralOut parameter as pointer Pin
parag29-Jul-01 21:45
parag29-Jul-01 21:45 
Questionany good material on com in net? Pin
pathi29-Jul-01 21:08
pathi29-Jul-01 21:08 
GeneralCoInitialize has not been called. Pin
28-Jul-01 22:59
suss28-Jul-01 22:59 
I am using visual basic to develop an application using a VB ActiveX dll I have created a multithreading tech. using window API function CreateThread(...) like this :-

------------------------This laid in XClass in the ActiveX dll-------------
lRet = CreateThread(0, _
0, _
AddressOf TheThread, _
0, _
0, _
lThreadID)

----------------------------This thread Function is laid in some module-------
Public Function TheThread(ByRef p As PARAMETER) As Long

On Error GoTo TheThread_Error

XClass.SpecialFunction Exit Function

TheThread_Error:
MsgBox ("TheThread had an error : " + Err.Description)

End Function





But there is a run time error message comes up say "CoInitialize has not been called"
Can some body help me.

Thanks.Cry | :((
GeneralRe: CoInitialize has not been called. Pin
Not Active29-Jul-01 15:03
mentorNot Active29-Jul-01 15:03 
Generalabout Microsoft Agent 2.0 ActiveX Pin
26-Jul-01 17:40
suss26-Jul-01 17:40 
GeneralActive X installation Pin
26-Jul-01 6:33
suss26-Jul-01 6:33 
GeneralRe: Active X installation Pin
Not Active26-Jul-01 18:01
mentorNot Active26-Jul-01 18:01 
GeneralRe: Active X installation Pin
26-Jul-01 23:48
suss26-Jul-01 23:48 
GeneralRe: Active X installation Pin
Hadi Rezaee28-Jul-01 19:07
Hadi Rezaee28-Jul-01 19:07 
GeneralRe: Active X installation Pin
31-Jul-01 1:07
suss31-Jul-01 1:07 
GeneralDoModal from an Interface (Simple Object) Pin
26-Jul-01 2:09
suss26-Jul-01 2:09 
GeneralDirectShow Pin
25-Jul-01 5:25
suss25-Jul-01 5:25 
QuestionCan't register the service? Pin
zhaoyong25-Jul-01 2:17
zhaoyong25-Jul-01 2:17 
AnswerRe: Can't register the service? Pin
Not Active25-Jul-01 3:22
mentorNot Active25-Jul-01 3:22 
GeneralGetProperty and VARIANT Pin
AlexEg24-Jul-01 23:34
AlexEg24-Jul-01 23:34 
Generalwhen to call AddRef() and Release Pin
pathi24-Jul-01 21:26
pathi24-Jul-01 21:26 
GeneralRe: when to call AddRef() and Release Pin
Jesse Rosalia16-Aug-01 19:55
Jesse Rosalia16-Aug-01 19:55 
QuestionHow does IOleInPlaceObjectWindowless work? Pin
Kastellanos Nikos24-Jul-01 1:15
Kastellanos Nikos24-Jul-01 1:15 
AnswerRe: How does IOleInPlaceObjectWindowless work? Pin
Kastellanos Nikos24-Jul-01 22:46
Kastellanos Nikos24-Jul-01 22:46 
Generaldynamically displaying content in IE Plugin Pin
Amit Dey23-Jul-01 19:49
Amit Dey23-Jul-01 19:49 

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.