G
Guest
Hi all,
I'm a newbie to VC++, and I'm having some trouble building an executable using some old non-visual code. I'm writing my code on a Win2k machine for use on a Win95/98 machine, using Visual C++ .NET. I'm using inp() and outp() functions from the conio.h runtime library, and they are giving me the following error:
error LNK2019: unresolved external symbol _inp referenced in function "unsigned long __cdecl read_rmd(int,int)" (?read_rmd@@YAKHH@Z)
Is this because I'm on a Win2k machine? It compiles fine in TurboC++ (Borland, I know, old school).
FYI, I'm making a function that takes in a command string and spits out a response string, for use as a .DLL with some labview code. The function controls a robot via stepper motors at a low level.
Any help would be great! Thanks!
-Fong
I'm a newbie to VC++, and I'm having some trouble building an executable using some old non-visual code. I'm writing my code on a Win2k machine for use on a Win95/98 machine, using Visual C++ .NET. I'm using inp() and outp() functions from the conio.h runtime library, and they are giving me the following error:
error LNK2019: unresolved external symbol _inp referenced in function "unsigned long __cdecl read_rmd(int,int)" (?read_rmd@@YAKHH@Z)
Is this because I'm on a Win2k machine? It compiles fine in TurboC++ (Borland, I know, old school).
FYI, I'm making a function that takes in a command string and spits out a response string, for use as a .DLL with some labview code. The function controls a robot via stepper motors at a low level.
Any help would be great! Thanks!
-Fong