NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Why the .net framework 4.0's Dll can't work with Teststand 2010

Solved!
Go to solution

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!

0 Kudos
Message 11 of 12
(728 Views)

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

0 Kudos
Message 12 of 12
(721 Views)