I'm trying to compile some code I downloaded in visual studio. The code was intended for msvc 6, and I imported it to VS2010. The code is for providing ASIO support for labview by compiling a DLL. see here for the whole code.
I get the following error when building: "error C2373:'_pctype' : redefinition; different type modifiers."
The code snippet is as follows:
unsigned short _Ints[ 512 ];
unsigned short *_pctype = _Ints;
If anyone will be referencing the package of code from the link I provided, this is from the file GenMonCIN.c