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 IamaSherpa 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. EliGottlieb

    DLLs with Handle parameters

    I wrote a DLL function that takes a handle to something, decodes it to a pointer-to-the-something, and returns the pointer. I'm sure this is exported correctly. But when I call it from an EXE the client program says it's passing in the correct parameter, but then I step through the function...
  2. EliGottlieb

    Handle in a DLL

    All the functions are declared extern "C" so it's not a name mangling problem(extern "C" disables name mangling).
  3. EliGottlieb

    Handle in a DLL

    I built a COM-like infrastructure (I hate Micrsoft), and typedefed DWORD to be called HSERVER (Handle of Server). Then I wrote 2 functions to encode and decode this handle. I did this all in Delphi. Recently I ported it to C++ Builder and compiled it into a DLL. Now when I call one of my...

Part and Inventory Search

Back
Top