Re: Using wodKeys in multiple threads (General questions)
Not quite sure yet, but using:
CoInitializeEx(NULL, COINIT_MULTITHREADED);
..instead of:
CoInitialize(NULL);
..seems to fix my problem.
Not quite sure yet, but using:
CoInitializeEx(NULL, COINIT_MULTITHREADED);
..instead of:
CoInitialize(NULL);
..seems to fix my problem.
Complete thread: