|
|
|
|
|
by pjmlp
5 days ago
|
|
Owning reference books like Petzold, already doing C++ and TP coding on Windows 3.x, I am quite sure that the protection was there for Win16 applications in 386 Enhanced mode. Now in regards to DLLs it all depended on which memory segments were being used, and the respective code on DllMain in regards to the thread/process attachment code and related handles. Knowing what to search for quickly gave me this article from back in the day, https://learn.microsoft.com/en-us/archive/msdn-magazine/2000... |
|