From: Forsberg Sakari Newsgroups: comp.os.msdos.djgpp Subject: Re: Using fix.h in DJGPP Date: 16 Nov 1999 13:25:51 GMT Organization: Tampere University of Technology Lines: 34 Message-ID: <80rm0v$li0$1@baker.cc.tut.fi> References: NNTP-Posting-Host: assari.cc.tut.fi X-Trace: baker.cc.tut.fi 942758751 22080 130.230.10.21 (16 Nov 1999 13:25:51 GMT) NNTP-Posting-Date: 16 Nov 1999 13:25:51 GMT User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (OSF1/V4.0 (alpha)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sherlock wrote: > but this program (below) has linker errors such as: > - undefined reference to 'Fix::Fix(void)' > - undefined reference to 'Fix::~Fix(void) > #include > int main() > { > Fix a; > } > What can i do to fix this? This looks like a troll, but... Take a look to the fix.h and find there that class Fix. then check out it's public part: there should be a line or few lines beginning with tilde(~) now try to declare an 'a' with one of those sentences first word without tilde :-) Ps. check the manual and send me that fix.h (only if it's less than 10 Kb) and I'll tell you what to do... my english is so damn poor that I doubt you can draw any conclusions here :-) ** Sakari Forsberg zacu AT cc DOT tut DOT fi ** ** Information: finger zacu AT assari DOT cc DOT tut DOT fi **