Hello, I am using NI LabWindows CVI 8.1 to compile and build a executable program which I need to run on either Windows XP and Windows 2000 OS. I use Windows XP to compile and build the executable. The info I have so far is that I need to place some statement as follows:
ifdef (windows xp)
then specify path as C:\WINDOWS\system32
elif (windows NT)
then specify path as C:\WINNT\system32
endif
I need to know what is the exact syntax and where to place it (like which header or source file to place it)
Thanks in advance for your help.
dm