delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: conio |
Date: | 29 Jan 2004 17:45:06 GMT |
Organization: | Aachen University of Technology (RWTH) |
Lines: | 15 |
Message-ID: | <bvbgr2$mlk$1@nets3.rz.RWTH-Aachen.DE> |
References: | <40192b10$1 AT news DOT infonet DOT ee> |
NNTP-Posting-Host: | ac3b07.physik.rwth-aachen.de |
X-Trace: | nets3.rz.RWTH-Aachen.DE 1075398306 23220 137.226.33.205 (29 Jan 2004 17:45:06 GMT) |
X-Complaints-To: | abuse AT rwth-aachen DOT de |
NNTP-Posting-Date: | 29 Jan 2004 17:45:06 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
"T?nu Aas" <tonu AT ids DOT ee> wrote: > Is it possible to run djgpp program without conio module ? > In djdev there is __gppconio_init in .ctor section. Being in the constructors section of some .o file in libc.a doesn't all by itself cause a function to be included in your linked program. That only happens if you cause the relevant module to be linked in, e.g. by using one of its functions. Do you have actual evidence that this function got included in one of your programs which didn't use <conio.h> or similar functions? -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |