DLL created in PB has Paurebasic.DLL name
Posted: Wed Oct 06, 2004 6:38 pm
Hi,
When you create a DLL, with editor or command line, the resulting DLL file will be called what you specify as the output file;
sampledll.pb -> sampledll.dll
Up to this point all is OK;
If you look inside the DLL file with a Hex editor, and search for "PureBasic.DLL" you will find this string inside the DLL file.
My questions is;
1) can we rename this string
2) how can one create a DLL which has the correct name, the name of the file (in my case sampledll.dll) instead of "PureBasic.DLL"
Any one know what to do, FRED?
Thanks
When you create a DLL, with editor or command line, the resulting DLL file will be called what you specify as the output file;
sampledll.pb -> sampledll.dll
Up to this point all is OK;
If you look inside the DLL file with a Hex editor, and search for "PureBasic.DLL" you will find this string inside the DLL file.
My questions is;
1) can we rename this string
2) how can one create a DLL which has the correct name, the name of the file (in my case sampledll.dll) instead of "PureBasic.DLL"
Any one know what to do, FRED?
Thanks