Date: Fri, 13 Sep 1996 12:47:39 +0200 (IST) From: Eli Zaretskii To: Takahiro Horie Cc: djgpp AT delorie DOT com Subject: Re: 2 months and still can't get started. In-Reply-To: <51aio6$16d@dfw-ixnews2.ix.netcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 13 Sep 1996, Takahiro Horie wrote: > Yet I have encountered a problem: My TC++ programs won't run! > > That part DIDN'T surprise me. The part that did was how I can't seem to > find ANY good texts on converting TC++ source code into working DJGPP > source code! If anyone can help, I would be very grateful. Different porting problems require different solutions. Some preliminary info can be found in the DJGPP FAQ list (available as v2/faq201b.zip from the same place you get DJGPP), section 17.7, which discusses how to port code that uses FP_SEG/FP_OFF and MK_FP macros. For other problems, post the code fragment that doesn't compile or doesn't run and ask specifically about that code fragment.