Message-ID: <37DAA863.F1F51E41@ufu.br> Date: Sat, 11 Sep 1999 16:07:17 -0300 From: bcc14 AT ufu DOT br (Bacharelado Curso Ciencia Computacao-14) X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Rhide, C++ and headers HELP please Content-Type: multipart/alternative; boundary="------------7CA4469759D2FD9CF1772EC7" Reply-To: djgpp AT delorie DOT com --------------7CA4469759D2FD9CF1772EC7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit When I thought that all was working fine (C++ compiling and link OK, programs running OK), I tried to do a header that have the class definition and the prototypes to the functions in the other file (say header.h and header.cxx containing, respectively, the class and prototypes, and the functions themself) and made a program that used that header (all as a project in RHIDE). When i tried to compile, RHIDE said undefined reference to "class::function" as a linker error. What can be hapenning? as i put the header definitions (#ifndef, #define and #endif....), tried without them and so... but nothing solved my problem.... Please help... Oh... i have DJGPP v.2.01 Rodrigo Domingues (SPY) bcc14 AT ufu DOT br --------------7CA4469759D2FD9CF1772EC7 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit  
  When I thought that all was working fine (C++ compiling and link OK, programs running OK), I tried to do a header that have the class definition and the prototypes to the functions in the other file (say header.h and header.cxx containing, respectively, the class and prototypes, and the functions themself) and made a program that used that header (all as a project in RHIDE). When i tried to compile, RHIDE said undefined reference to "class::function" as a linker error.
  What can be hapenning? as i put the header definitions (#ifndef, #define and #endif....), tried without them and so... but nothing solved my problem....
  Please help...

  Oh... i have DJGPP v.2.01

Rodrigo Domingues (SPY)
bcc14 AT ufu DOT br
  --------------7CA4469759D2FD9CF1772EC7--