![]() |
|
|
|
#1
|
|||
|
|||
|
how to make DLL export these functions?
hi, i was trying to figure out how to make a DLL (using MSVC6) to export, i.e.
Function _Function@4 where "Function" is the function name. yes, both were essentially have same name, but with different decorating. i've been able to produce both, but separately (not in one DLL). when i tried to produce them in one, the later name was changed to become c++ decorated names. anyone know how to do this? thanks in advance |
|
#2
|
|||
|
|||
|
stdcall calling, try to use def-files
|
|
#3
|
|||
|
|||
|
thanks, using def files worked.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MFC100.dll export functions | zhgong007 | General Discussion | 16 | 08-22-2017 02:20 |