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 wOOdy-Soft 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: *

  • Users: ithic
  • Content: Threads
  • Order by date
  1. ithic

    Threading DLLs

    I'm trying to use ActiveWire and it's usb dll, but I'm having a little trouble. In the documentation it says... "If your application needs to open 2 or more devices, create threads, load DLL in each thread, then open device with different devnum." However, in Windows when I use...
  2. ithic

    Global DLL Variables?

    See: thread207-362730
  3. ithic

    Global DLL Variables?

    I have a console program and also a DLL... in the DLL I have: #pragma data_seg( ".shared" ) int g_cnt; #pragma data_seg() #pragma comment(linker, "/section:.shared,RWS") What do I need in the console program in order to access g_cnt?

Part and Inventory Search

Back
Top