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 MikeeOK 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: f1engineer
  • Content: Threads
  • Order by date
  1. f1engineer

    Import dll procedure exception

    Dear Sirs I have a problem to importing procedure from Visual C++ 6.0 dynamic link library: 1. In my Delphi project i do define the imported function as: StartLogging:procedure(AData: byte);cdecl{$IFDEF WIN32} stdcall {$ENDIF}; 2. StartLogging:=GetProcAddress(Handle, 'StartLogging'); Handle -...

Part and Inventory Search

Back
Top