From: "Morpheus" Newsgroups: comp.os.msdos.djgpp Subject: Re: compiling C++ Date: Sun, 7 Nov 1999 16:50:34 -0600 Organization: Zion Lines: 11 Message-ID: <804vqg$kfe@hermes.acs.unt.edu> References: <7vsnag$jhc AT hermes DOT acs DOT unt DOT edu> <7vugut$7d9 AT hermes DOT acs DOT unt DOT edu> <3822ce3d DOT 0 AT news DOT uni-bielefeld DOT de> <7vuqnq$9nq AT hermes DOT acs DOT unt DOT edu> <38232437 DOT 0 AT news DOT uni-bielefeld DOT de> NNTP-Posting-Host: dfw-premium-46.dialup.unt.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Manni. I've made another module -- a simple .h file with a function prototype, and a .cpp file with the definition of the function and a main function. It compiles and links fine. I've even tried writing another one and adding it to the original one (#include), and it still compiles and links fine. Something is up with the "main" function in my IniUtils or something. Morpheus.