Whenever I try to run my program, which contains SDK functions, I can compile the project but when I go to make the executable I keep getting link errors for every SDK function I call, Like This:
Undefined symbol '_OutputDebugStringA' referenced in "SERVICE.C".
Undefined symbol '_CloseHandle' referenced in "SERVICE.C".
Undefined symbol '_GetLastError' referenced in "SERVICE.C".
Undefined symbol '_StartServiceCtrlDispatcherA' referenced in "SERVICE.C".
Undefined symbol '_Beep' referenced in "SERVICE.C".
Any function I call that is a win32 SDK function errors. Please help, I have Microsoft Visual Studio 6.0 with latest service pack, as well as CVI 6.0. I am of course getting these err
ors while compiling in cvi 6.0. If I move the project over to Visual Studio it compiles just fine