Skip to content
⌘ NSIS Forum Archive

1.91 source

5 posts

prodangle#

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#
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#
Hi~

Open exehead\exec.c with text editor (like notepad)

Remove 'c' char before #include <windows.h>.

Save it.

then compile....
justin#
I updated 1.91 on firehose.net/free/nsis/ to fix the stray 'c' and nsisdl not deleting issues.

-Justin (from Sedona)