Help with DLL's!!!!!
05-Oct-91 20:26:17
Sb: #1510-Help with DLL's!!!!!
Fm: dwallen 70640,1645
To: John Ruzicka 75160,2376
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 I think it works. I haven't yet tested my BC dll's
in small model, yet, so you should probably verify for yourself.