Click here to Skip to main content
15,886,799 members

Comments by Rajasekharan Vengalil (Top 2 by date)

Rajasekharan Vengalil 12-Jul-10 17:44pm View    
Have you tried compiling your .NET DLL so that it targets x86 instead of "Anu CPU"? Since the process that loads your DLL is 32-bit, the DLL should also be 32-bit.
Rajasekharan Vengalil 12-Jul-10 17:27pm View    
If there's only a single thread what is there to synchronize? Or do you mean a single thread in addition to the main thread? Also, as "OriginalGriff" mentioned, please post code fragments. The question is just more likely to be answered then.