CompuServe Messages

DLL Memory Access

    09-Aug-93 19:48:32
Fm: Chris Doner 76702,776
To: Ted Barbusinski 75460,1403
Ted: I just realized (rather belatedly) that we are conversing in the Win32s section, which means that in all likelihood you are working with Win32s, not with straight Win32. Unfortunately, Win32s DLL rules differ significantly from Win32 DLL rules, and I am not an expert on the differences. I believe, however, that in Win32s memory is by default PRIVATE, as in Win16, rather than SHARED, as in Win32, although a Win32s program still uses the new DllEntryPoint rather than the old LibEntry or LibMain or whatever. If you are writing for Win32s, others can help you better than I. Brian