CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

#51044 __export … How Message #51165
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…
#50974 #__export … How Message #51007
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…