Date: Sun, 5 Jul 1998 16:21:36 +0300 (IDT) From: Eli Zaretskii To: Theo Landgraf cc: "djgpp AT delorie DOT com" Subject: Re: newbie questions In-Reply-To: <358926B2.1349B925@pac.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 18 Jun 1998, Theo Landgraf wrote: > 1. is there a FAQ, resources or whatever about problems encountered > with the recompiling bit. Did you try the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP)? It is not specifically about porting, but there's some advice there about that, too. > for example the special borland 3.1 functions, dos.h etc. DJGPP's library is very compatible with Borland. If you have specific problems, and you cannot find the answers neither in the FAQ nor in the library reference, please ask specific questions here. > 2. one function uses _argv[0], and it doesn't compile > under djgpp because it's undeclared. > under borland i have no problem. Use argv[0]. _argv[0] is a non-portable Borland-ism.