Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Kempelen

    Shared data in dlls

    In MS VC you can declare to preprocesor how to declare global data: #pragma data_seg(".gdata") int i=0; int z=1; ... #pragma data_seg() and then linking with /Section:.gata,WRS I dont know how to do this on Borland. I saw the linker has the option, but dont know the commands in the code (the...

Part and Inventory Search

Back
Top