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