01-16-2012 09:26 PM
Hi Dug,
I dig out the problem!
Even though , the dll is generated in the visual studio C++ 2010, it still need to use C/C++ adpater.
The error of C/C++ adpater i encountered because that the teststand support the "_stdcall" convenion and i use the default "cdecl" in my C++ dll.
Thanks for your help again. it do help me a lot!
01-17-2012 09:23 AM
Glad you were able to get it working. Visual Studio can build both .NET and non-.NET (i.e. native/unmanaged) binaries. It is a development environment for building many different kinds of code, not just .NET.
-Doug