prodangle
19th December 2001 17:52 UTC
1.91 source
When trying to buid 1.91 as it is, VC spits out the following error messages:
C:\Program Files\NSIS\Source\exehead\exec.c(1) : error C2014: preprocessor command must start as first nonwhite space
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\excpt.h(72) : error C2143: syntax error : missing '{' before 'enum [tag]'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\excpt.h(72) : error C2059: syntax error : '<Unknown>'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\excpt.h(92) : error C2143: syntax error : missing '{' before '__cdecl'
prodangle
19th December 2001 18:06 UTC
Also, the uninstall appears not to remove nsisdl.dll until it get's to the "empty the entire NSIS directory and everything in it" stage. A minor issue I know, but, well y'know... :)
dTomoyo
20th December 2001 15:11 UTC
Hi~
Open exehead\exec.c with text editor (like notepad)
Remove 'c' char before #include <windows.h>.
Save it.
then compile....
prodangle
22nd December 2001 20:22 UTC
lol :) , I can't believe I didn't find that one.
cheers
justin
24th December 2001 05:08 UTC
I updated 1.91 on firehose.net/free/nsis/ to fix the stray 'c' and nsisdl not deleting issues.
-Justin (from Sedona)