View Single Post
  #1  
Old 02-19-2009, 23:31
dion dion is offline
game tech
 
Join Date: Jan 2002
Posts: 173
Rept. Given: 17
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 9
Thanks Rcvd at 13 Times in 8 Posts
dion Reputation: 2
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
Reply With Quote