Newsgroups: comp.os.msdos.djgpp Subject: DJGPP and FreePascal From: Ola Presterud Message-ID: User-Agent: Xnews/5.04.25 Lines: 11 NNTP-Posting-Host: 80.212.241.119 X-Complaints-To: news-abuse AT telenor DOT net NNTP-Posting-Date: Sun, 18 May 2003 13:44:52 MEST X-Trace: news2.ulv.nextra.no 1053258292 80.212.241.119 Date: Sun, 18 May 2003 11:44:52 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a large application originaly made with Borland Pascal for DOS 16- bit DPMI. My intention is it port this application to C++ and the DJGPP compiler, but I whish it would be possible to do it on steps. FreePascal seems to be a more compatible BP compiler than GNU Pascal, so I am wondering if it is possible to link libraries compiled with FreePascal together with DJGPP without any big problems? (also to use code compiled with DJGPP in FreePascal might be possible) Ola