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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mcbribm

  1. mcbribm

    Trouble loading DLL

    That might be the case. Does the DLL data, when loaded, get stored on the heap with the application data, or is it stored in a DLL-specific heap? I've read many contradictory articles on this, and I'm a little confused. Is there a way to prove that I'm exceeding my application's default size...
  2. mcbribm

    Trouble loading DLL

    Hello, I'm working with a C program that was ported with the MKS Toolkit/NutCracker. At one point, it uses the "dlopen()" command to load a Windows DLL. This normally works, but I have found a DLL where, when I pass it to this dlopen() command, I am given the error "Not enough...

Part and Inventory Search

Back
Top