I've created NI Meas Studio 7 project (NI Dll) in C++2003 and converted one to C++2005.
I can't compile the C++2005 project (error C4430: C++ does not support default-int). There are nidataproxy.h, nidataproxy.inl
contain functions with default-int. What can I do to prevent that error?