Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

C++2005 does not support default-int (error C4430)

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?
0 Kudos
Message 1 of 2
(10,656 Views)
Hi Vitaly,

This error resulted from changes that were made to the Visual C++ 2005 compiler. 

This MSDN article explains more about Compiler Warning C4430 and what you need to do to fix it:
http://msdn2.microsoft.com/en-us/library/ms173696.aspx


Kristen
National Instruments
0 Kudos
Message 2 of 2
(10,642 Views)