how to export the API function in VC? 
Author Message
 how to export the API function in VC?

how to export the API function in VC?


Tue, 06 May 2003 03:00:00 GMT  
 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?



Tue, 06 May 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. newbie question: exporting a string from a function using vc++4

2. VC definition files: exporting functions

3. How to export function on VC like def file

4. Help: Need to export VC 5.0 function in DLL to be called from VB 5.0

5. Listing of exported functions in a VC++'s .lib file

6. Exporting a C function from a DLL that exports C++ classes

7. Calling an exported function of a dll which are exported Stdcall calling convention

8. Exporting project from VC 5.0 to VC 4.2b

9. Registry Export Api

10. API for reading exported symbols from DLL?

11. VC++ typedef for a function pointer to Win32 API function

12. exporting to earlier VC versions

 

 
Powered by phpBB® Forum Software