VB calling DLL only with _stdcall?

  • Thread starter Thread starter bpsdg
  • Start date Start date
bpsdg said:
Non of that, but I think I only got the code that is important to use the
DLL. As far as I understand it's not the complete code from which the DDL
was compiled.

That would be correct, they would just give you the code you need to call
the dll. Generally they don't hand out their source code :-) Looks like Tom
had the correct answer:

#define CALLBACK __stdcall

Michael
 
Back
Top