- NSIS Discussion
- Thinking about re-compile
Archive: Thinking about re-compile
Joel
5th April 2003 15:22 UTC
Thinking about re-compile
Hi!
I was thinking to make some changes in Nsis.
For example the "Verify installer: " to spanish. :D
But, what compiler(s) does the creators recommend
to re-compile Nsis? I try with Dev-C++ but no luck,
to many errors :igor:
PS: Please, other than Visual C++ :D
kichik
5th April 2003 15:30 UTC
MinGW and Borland's compilers worked, but the makefiles are out of date so you'll have to update them. You can also try the compiler that Microsoft are giving for free with the .NET Framework SDK, it should work.
Joel
5th April 2003 15:41 UTC
Ok.
Do you have the link or url to get the
.NET Framework SDK?
I never try MinGW, also trying
kichik
5th April 2003 15:45 UTC
Second hit on Google got me to:
http://www.microsoft.com/downloads/d...DisplayLang=en
Joel
5th April 2003 16:07 UTC
To many MB's for SDK :igor:
I just download MinGW, I'll give a try
Joel
5th April 2003 16:18 UTC
OK, now I need a little push.
How to use MinGW to re-compile Nsis.
Witch file on resource is the main to open it with MinGW?
Thanks
kichik
5th April 2003 16:26 UTC
I think it'll be easier for you to use Dev-C++... Just configure it to compile with MinGW. As far as I know Dev-C++ is capable of importing VC6 project files. Use this feature and you're set.
Joel
5th April 2003 16:38 UTC
Ok :up: , but witch file should I open in Dev C++?
kichik
5th April 2003 16:40 UTC
You should import makenssi.dsw.
Joel
5th April 2003 17:36 UTC
No :( . Return many errors in the exehead.
Can't find this files or directories:
#include "exehead/Release-zlib/icon.h"
#include "exehead/Release-zlib/unicon.h"
kichik
5th April 2003 17:55 UTC
Then import exehead-bzip2.dsp and exehead-zlib.dsp too and compile them first.
Joel
5th April 2003 18:02 UTC
Dev C++ stuck.
I'll just going to get Visual C++ :)