Anonymous - 2003-02-18

Hi all,
  Ok I have a problem.  I just installed Dev-C++ 5 beta latest version.  I cannot find in the editor where to state my *.def file for my DLL.  So that dllwrap.exe will use it instead of it's auto generated *.def file.  In the previous version of Dev-C++ I did not need to be concerned with this but in this version all the exported function names are being decorated and I need them to just be the name itself.  Instead of _Thisismyfunc@4 I need the names to be exported as Thisismyfunc...  No underscores and no @4 added to the names.