11-28-2011 06:00 PM
hi joshua,
Thanks for reply.
I tried to follow your vs setting, but i am not sure i did follow it exactly.
I deleted the debug and release fold from the my project fold and rebuilt it. but the error occured.
one something is that, in the release mode, if I change the runtime library to the multi-threaded, this code works. In your setting file, the runtime library is "0", I am not sure whether you mean this one or not.
as my whole project should work in release mode and use multi-threaded dll runtime library. so I should figure out some other methods to make it work.
any further comments and assistance are appreciated.
Li
11-29-2011 09:27 AM
Start with a very simple vi and build a dll first to make sure it is not related to anything else. In other words, make a DLL that takes two numbers from the command prompt and multiplies them.
Best,
Joshua