Message 1 of 7
Create Thread in ObjectARX
Not applicable
07-26-2006
05:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all,
I am trying to create a thread in an ObjectARX project. The function I used is
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ThreadFunc, NULL, 0, &dwThreadId).
After the creation, the thread ID and Handle are returned successfully. But the created thread has never run.
Can anyone tell me if there is any way to solve this problem?
Cheers,
Yang
I am trying to create a thread in an ObjectARX project. The function I used is
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ThreadFunc, NULL, 0, &dwThreadId).
After the creation, the thread ID and Handle are returned successfully. But the created thread has never run.
Can anyone tell me if there is any way to solve this problem?
Cheers,
Yang