| cvs.gedasymbols.org/archives/browse.cgi | search |
| From: | Forsberg Sakari <zacu AT cc DOT tut DOT fi> |
| 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: | <p1cY3.235$Yb DOT 33904 AT nnrp DOT gol DOT com> |
| 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 <naughtyboy AT usa DOT net> wrote:
> but this program (below) has linker errors such as:
> - undefined reference to 'Fix::Fix(void)'
> - undefined reference to 'Fix::~Fix(void)
> #include <fix.h>
> 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 **
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |