Thread: Help with DEV-C++ compiler

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    8

    Help with DEV-C++ compiler

    I have the DEV-C++ compiler and i get a linking error when ever i use any functions from the CONIO library.
    I get "[linking error] undefined reference to 'function' "

    any one know why this happens or how I can fix it??

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    conio is a non-standard library and is not available in all compilers. You might look in the library folder to see if it is available in C++. If it isn't, and you want to use it, you might be able to find a downloadable version off the web.

  3. #3
    Registered User
    Join Date
    Mar 2004
    Posts
    180
    Part I

    Here ya go. hope it works. FOund these in my dev-c++ folder. there are too. they are each different.

  4. #4
    Registered User
    Join Date
    Mar 2004
    Posts
    180
    Part II

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  2. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  3. Dev C++ Compiler, Indentation?
    By Zeusbwr in forum C++ Programming
    Replies: 3
    Last Post: 10-21-2004, 06:13 AM
  4. Dev C++ compiler question
    By exluddite in forum C++ Programming
    Replies: 1
    Last Post: 10-16-2004, 09:31 PM
  5. C Compiler
    By SAMSEIED in forum C Programming
    Replies: 5
    Last Post: 06-06-2002, 05:44 PM