|
-
May 13th, 1999, 02:23 AM
#1
Automation and thread
my server programm is ole automation server.
my client logon with attachdispatch.
when i call a function from a worker thread like
myserver.doanything i receive an error.
did anybody no why and how i have to prgramm this
function call.
-
May 13th, 1999, 12:23 PM
#2
Re: Automation and thread
Hi,
Are you initializing Ole within your worker thread? You may need to call OleInitialize or AfxOleInit() from your thread if you are not doing so. Can you tell us the error message you are getting?
Regards,
Renga.
-
May 14th, 1999, 02:08 AM
#3
Re: Automation and thread
thanks Renga
can you send me a piece of code in which you initialize Ole in the thread function.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|