Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

linking error - undefined symbol in module

OS Windows98, PORT-RS232, Driver-Visa3, I`m writing my application in BorlandC++ Builder3. Compiling my application i have no errors, but linking it i have 2: undefined symbol viClose in module,
...viOpenDefaultRM in module.
How could i manage this problem?
Gintare
0 Kudos
Message 1 of 2
(2,962 Views)
When you run bcc32 make sure you include a -I and the full path to the library file. If that doesn't work see if you can figure out how to link any library file. It's possible there is something wrong with your compile/linking options. If I get some extra time, I will see if I can install borland and test it out.

JoshuaP
0 Kudos
Message 2 of 2
(2,962 Views)