parasoul
14th September 2013 04:18 UTC
Problem building NSIS on MSVS 6
Hi,
I just installed MSVS 6 on my virtual machine and when I try to compile NSIS, I get:
http://gyazo.com/56a39ad5b9c92100609192b8d77f87ee.png
I installed service pack 6 of MSVS6. I installed Toolkit 2003. I believe it should be able to compile no problem, no?
Any help would be wonderful here.
parasoul
14th September 2013 04:51 UTC
Nevermind. Installing SDK fixed it. Sorry!
Anders
14th September 2013 05:30 UTC
VC6 out of the box is way too old, the NSIS docs has a section with build instructions and SDK links. Any SDK that defines DLGPROC as returning BOOL and not INT_PTR is too old...
parasoul
14th September 2013 21:08 UTC
yes Anders I wandered across the building instructions for vs6. Should have been common sense to install the SDK first though :(!
much thanks mate