Results 1 to 5 of 5

Thread: Turbo C++ v3.0 gives Linker Error

  1. #1
    Join Date
    Dec 2009
    Posts
    42

    Turbo C++ v3.0 gives Linker Error

    Hi friends,
    I recently started learning c++ language. I have written simple code in c++. I don't get any error when I compile this program, but when I tried to run it, the Turbo C++ v3.0 gives Linker Error. The error is like "Undefined Symbol _getsmaxxs in module cars.c". I don't know what is that mean. Can anyone tell me how to fix this problem.
    Thanks in advanced.

  2. #2
    Join Date
    Nov 2005
    Posts
    1,323

    Re: Turbo C++ v3.0 gives Linker Error

    As per my information it can not find required function from your file and that's why you are getting such type of error message. It may also happened that it can't find function definition or declaration from your file. In this case you have to write right code to fix this problem. Just check that, whether that function is present in your .c file or not. If not, then add that function and after this try to run your code.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Turbo C++ v3.0 gives Linker Error

    You are using some old version of Turbo C++ and that's why you are getting such type of problem. Most of the people face such type of error message and they think that there is problem in their code. In this case you have to install new version of Turbo C++ in your computer to fix this problem. As per my information Turbo C++ 4.5 is the new version. If you want this software then click here.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Turbo C++ v3.0 gives Linker Error

    From your information it seems that you have declare objects in headers and that's why you are getting such type of problem. Do not declare objects in headers. If you give me code that you have written, then it will be easy for me to give you proper address. It seems that you have multiple declarations in your code.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Turbo C++ v3.0 gives Linker Error

    Just try to look out for turboc.cfg. If this file is in another folder then you will get such type of error message. In this case you have to place this file into same directory as TC.EXE to fix this problem. Just copy turboc.cfg and paste it into "c:\TC" this location. After this you will not get any problem.
    I hope my suggestion will help you.

Similar Threads

  1. How to install turbo c++ in win 7
    By Ninad.thorat95 in forum Windows Software
    Replies: 1
    Last Post: 19-12-2011, 07:42 PM
  2. Replies: 4
    Last Post: 31-08-2011, 11:47 PM
  3. How to download turbo c ++?
    By Genna in forum Education Career and Job Discussions
    Replies: 5
    Last Post: 05-06-2011, 10:37 AM
  4. QNAP SS-439 Pro Turbo NAS
    By Simond in forum Portable Devices
    Replies: 2
    Last Post: 21-05-2009, 06:58 PM
  5. QNAP TS-239 Pro Turbo NAS
    By The Edge in forum Hardware Peripherals
    Replies: 4
    Last Post: 05-05-2009, 10:27 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,018,019.37494 seconds with 17 queries