This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (2 messages)
From:
Paul Tissue [Microsoft]
Microsoft Win32 SDK Forum
· Tools-Compiler/Link
August 6, 1993 11:45 PM
Hi Brian, The 16-bit C7 compiler still supports __export since it is needed in the 16-bit world. I am not sure if a single underscore version is defined but you could easily define one in a local header. If this issue remains to plague you in the 16-bit world you…
From:
Paul Tissue [Microsoft]
Microsoft Win32 SDK Forum
· Tools-Compiler/Link
August 6, 1993 2:18 AM
Hi Brian, The compiler keyword __export is obsolete in the context for Win32 programming. The keyword was used to fixup the data and stack segments under the 16-bit segmented architecture under Windows. Under Win32, exported functions are simply pointers to those functions so no fixup is necessary. To retain source…