This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (2 messages)
#DLL Memory Access
Message #51303
Under WIN16 (Windows 3.x) it's legal for two applications to dynamically link to a common DLL and, effectively, share data through that DLL's data segment by calling DLL API's that accessed that data. Our question is … Is this capability legal under WIN32 or WIN32s ? Let's assume, for example,…
Serial API
Message #51294
WIN32 and WIN16 seem to provide very different serial communications APIs. Is there some portable way to interface our serial device to our Windows app ? Are we realy doomed to writing two very different pieces of code to accommodate these differences ? Does WIN32s provide any solution to this…