Author Topic: Data logging from sensor (error Turbo C++ Windows Xp)  (Read 2879 times)

0 Members and 1 Guest are viewing this topic.

Offline bootstrapTopic starter

  • Full Member
  • ***
  • Posts: 61
  • Helpful? 0
Data logging from sensor (error Turbo C++ Windows Xp)
« on: March 06, 2008, 09:10:19 AM »
I have the following source code for data logging (it works like the terminal in Windows Xp).I have compiled the code using Turbo C++ under Windows Xp.The code is compiling fine but I am getting linker errors
I am getting the following linker errors (I compiled this in turbo c++ windows)
Linker error : Undefined symbol _ComOpenS
Linker error : Undefined symbol _ComGets
.....
and 16 such errors.What is the problem with the code ..I am n ot able to understandand


« Last Edit: March 06, 2008, 11:11:01 AM by bootstrap »

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Data logging from sensor (error Turbo C++ Windows Xp)
« Reply #1 on: March 09, 2008, 09:36:39 AM »
It means there are include files with functions that are being called but haven't been linked (i.e. in the wrong directory, or not pointed to the correct directory).

 


data_list