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

  1. f1engineer

    Import dll procedure exception

    In this case there is only one input parameter and it is unsigned char of C++ part that the imported function is implemented and when I call this function I pass variable of type byte that is equivalent of unsigned char C++ code: extern "C"__declspec(dllexport)void StartLogging(unsigned char...
  2. 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