
how to export the API function in VC?
Greets,
Use either __declspec(dllexport) or a .DEF file, depending on your
target audience. (i.e. other C/C++ programmers as opposed to
VB/fortran/Delphi, where the latter is the best approach).
Regards,
Joe
Quote:
> how to export the API function in VC?