CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

#1510 Help with DLL's!!!!! Message #1558
From: dwallen MS BASIC Forum · Visual Basic October 5, 1991 8:26 PM
I _think_ that BC++ 2.0 defaults to compact ONLY because they assume you're writing in C++, rather than C. In C++ you must use a large memory model to do DLL's with Borland. There is no restriction on memory model if you are using C. At least that's the way…