Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » conio.h / conio2.h

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
29.09.2004, 16:49 Uhr
tanne



hab mir ma die zusatzbibliothken für dev-c++ runtergeladen un ein kleines programm zum testen geschrieben...habs genau wie im bsp. aber es kommt bei allen funktionen der fehler:

[Linker error] undefined reference to 'xxx'


C++:
#include <iostream>                  // needed for cout
#include <conio2.h>
using namespace std;                // needed?

int main(void)
{
    clrscr();                       // clear the screen
    textcolor(YELLOW);              // change textcolor to YELLOW
    textbackground(BLUE);           // change backgroundcolor to BLUE

    gotoxy(20, 10);                 // goto screen position x = 20, y = 10
    cout<<"Hello World";



  return(0);
}



woran liegt das?
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
29.09.2004, 18:55 Uhr
Guybrush Threepwood
Gefürchteter Pirat
(Operator)


Du benötigst noch eine .lib Datei welche du dem Linker angeben musst.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
29.09.2004, 20:23 Uhr
tanne



welche?!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
29.09.2004, 21:27 Uhr
Guybrush Threepwood
Gefürchteter Pirat
(Operator)


was weiß ich? muss halt eine bei dem zeugs dabei sein das du runtergeladen hast
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
29.09.2004, 21:57 Uhr
tanne



habs schon, habs schon

danke

~closed~
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (WinAPI, Konsole) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: