From: Peter W. (EMW) <Pet...@em...> - 2001-06-14 08:06:04
|
Hi all, I=B4m trying to learn how to address and talk to HPIB instruments with = the attached exampleprogram but I get these errors: c:\dev-c++\bin\untitled1.o(.text+0x24):untitled1.c: undefined reference = to `iopen' c:\dev-c++\bin\untitled1.o(.text+0x3d):untitled1.c: undefined reference = to `itimeout' c:\dev-c++\bin\untitled1.o(.text+0x51):untitled1.c: undefined reference = to `iprintf' c:\dev-c++\bin\untitled1.o(.text+0x60):untitled1.c: undefined reference = to `iclose' c:\dev-c++\bin\untitled1.o(.text+0x68):untitled1.c: undefined reference = to `_siclcleanup' what am I doing wrong. Sorry for being a newbie! |