LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Using DOS.H library

i'd like to use functions of DOS.H (and some other) library for my app in CVI under Windows 2000.
How could I do ??
thanks.
0 Kudos
Message 1 of 2
(3,264 Views)
DOS functions no longer work under Win2k, since it used to be a 16 bit OS, and Win2k is 32bit ( not to mention other significant architechtural changes ). If you are looking for Windows functions, refer to the Windows SDK or the MSDN. CVI does not install it by default, ,so you would need to start the installer again.

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,264 Views)