Re: Threads and classes CFbsBitmap, CFbsBitmapDevice and CFsBitG
You must call RFbsSession::Connect() in the new thread to use CFbsBitmaps.
After that you can create new bitmaps in the thread, or call Duplicate() on the handle of a bitmap from another thread.
Forum posts: 16
whats classes need to use for escape this problem?
Forum posts: 1233
You must call RFbsSession::Connect() in the new thread to use CFbsBitmaps.
After that you can create new bitmaps in the thread, or call Duplicate() on the handle of a bitmap from another thread.