LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

visual studio, labview RT

Hi --

I've been trying to compile a DLL for use with Labview RT. There's a ton of
technical issues that I've covered, like using winsock 1.1 instead of 2.0
and avoiding cygwin gcc.

Now I'm using Visual Studio (05 beta) and almost everything works great, but
whenever I use something in the printf family of functions it links
GetConsoleCP() for determining the console codepage. Specifically I'm using
sprintf() to generate strings. However the GetConsoleCP() import is
forbidden by Labview RT.

Any ideas how to put VS into "simple mode" for Labview RT use, not allowing
multiple codepage support? I thought the default locale is "C", but
everything I do still links the function as an import of the dll.

Thanks

-joey
0 Kudos
Message 1 of 1
(2,782 Views)