Xref: news2.mv.net comp.os.msdos.djgpp:6816 Newsgroups: comp.os.msdos.djgpp From: abarak AT techunix DOT technion DOT ac DOT il (Barak Amit) Subject: BC3.1 Classlib -> DJGPP ??? Organization: Technion, Israel Institute of Technology Date: Sun, 4 Aug 1996 07:50:17 GMT Message-ID: Sender: news AT discus DOT technion DOT ac DOT il (News system) Lines: 16 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have a piece of software I developed under BC3.1 that uses BC Class Libraries extensively, and works fine except it tends to run out of memory when dealing with large databases. (This is definitly not a memory leakage problem, it's just that DOS conventional memory is too small for some of the databases) I was thinking maybe porting it to DJGPP could be a solution , does anyone have any experience doing such thing? (especially the class libraries part. I have the classlib sources that came with the BC3.1 compiler) Thanks, Amit Barak.