LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

16 bit library

I have a 16 bit library, compiled with Borland C/C++, for a data adquisition
card. I want to use it with Labwindows/CVI. Can I use it with Labwindows/CVI
4.0.1 wich have a 32 bits compiler? if i had to use a 16 bits compiler,
which version of CVI i have to use?

Thanks a lot.
0 Kudos
Message 1 of 4
(3,133 Views)
From Labwindows/CVI Programmer Reference Manual: LabWindows/CVI for windows95
and NT does not load 16-bit DLLs. If you want to do so, you must obtain
a 32-to-16-bit thunking DLL and a 32-bit DLL import library.

"Emilio J. Góngora" wrote:
>I have a 16 bit library, compiled with Borland C/C++, for a data adquisition>card.
I want to use it with Labwindows/CVI. Can I use it with Labwindows/CVI>4.0.1
wich have a 32 bits compiler? if i had to use a 16 bits compiler,>which version
of CVI i have to use?>>Thanks a lot.>>
0 Kudos
Message 2 of 4
(3,133 Views)
Thanks Fernando but the library I want to use is a static library.

"Fernando" escribió en el mensaje
news:3a6482e0@newsgroups.ni.com...
>
> From Labwindows/CVI Programmer Reference Manual: LabWindows/CVI for
windows95
> and NT does not load 16-bit DLLs. If you want to do so, you must obtain
> a 32-to-16-bit thunking DLL and a 32-bit DLL import library.
>
> "Emilio J. Góngora" wrote:
> >I have a 16 bit library, compiled with Borland C/C++, for a data
adquisition>card.
> I want to use it with Labwindows/CVI. Can I use it with
Labwindows/CVI>4.0.1
> wich have a 32 bits compiler? if i had to use a 16 bits compiler,>which
version
> of CVI i have to use?>>Thanks a lot.>>
0 Kudos
Message 4 of 4
(3,133 Views)
The library I want to use is a static library. I know how to use a 16 bit
dynamic link library, but no a static.

"Emilio J. Góngora" escribió en el mensaje
news:3a643874@newsgroups.ni.com...
> I have a 16 bit library, compiled with Borland C/C++, for a data
adquisition
> card. I want to use it with Labwindows/CVI. Can I use it with
Labwindows/CVI
> 4.0.1 wich have a 32 bits compiler? if i had to use a 16 bits compiler,
> which version of CVI i have to use?
>
> Thanks a lot.
>
>
0 Kudos
Message 3 of 4
(3,133 Views)