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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.