X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Does it matter which...... Date: 21 Dec 2001 18:12:46 GMT Organization: Aachen University of Technology (RWTH) Lines: 13 Message-ID: <9vvu2u$9pn$1@nets3.rz.RWTH-Aachen.DE> References: <9vvsu2$6j2$1 AT sun-cc204 DOT lut DOT ac DOT uk> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1008958366 10039 137.226.32.75 (21 Dec 2001 18:12:46 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 21 Dec 2001 18:12:46 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jazz wrote: > When I run make.exe it gives me the following error.. > implicit declaration of function. This is not an error you get from make, nor does it have anything to do at all with the choice of VC++ as the editor of that source code. It's an error in your source code itself: some #include line is missing, or you failed to add declarations of your own functions. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.