Thread: Do gotoxy,wherex,wherey,textcolor,textbackground,clre ol etc work with Dev C++ 4?

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    79

    Do gotoxy,wherex,wherey,textcolor,textbackground,clre ol etc work with Dev C++ 4?

    I am having problems using the above mentioned functions with Dev C++ 4.0. I get errors like...
    C:\WINDOWS\TEMP\ccfImdgb.o(.text+0xc69):addres~1.c pp: undefined reference to `wherey'
    C:\WINDOWS\TEMP\ccfImdgb.o(.text+0xc71):addres~1.c pp: undefined reference to `wherex'
    C:\WINDOWS\TEMP\ccfImdgb.o(.text+0xc7c):addres~1.c pp: undefined reference to `gotoxy'
    C:\WINDOWS\TEMP\ccfImdgb.o(.text+0xc84):addres~1.c pp: undefined reference to `clreol'

    These functions worked fine with Borland C++ 5.0. Why is it so? Any help would be appreciated.
    Last edited by sundeeptuteja; 09-12-2002 at 05:30 AM.

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    None of those functions are in the standard. I seem to remember from my dev-c days that maybe you might find some of them in <conio.c>.
    If you are writing a windows console program then you can write these functions yourself.All the information you need is freely available on the monstrous msdn site.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. getting SDL to work with Dev-Cpp
    By linucksrox in forum Game Programming
    Replies: 5
    Last Post: 10-24-2005, 11:43 AM
  2. How come Dev C++ cant run some programs??
    By Sephiroth in forum C Programming
    Replies: 41
    Last Post: 09-17-2005, 05:35 AM
  3. Developers Wanted
    By Quasicom in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 08-24-2005, 12:46 AM
  4. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  5. capture card wont work with xp
    By scott27349 in forum Tech Board
    Replies: 6
    Last Post: 02-08-2005, 09:47 PM