If you find any new issues, report them in this thread and/or on the SF bug tracker and please include compiler error messages and sample code if possible...
Announcement
Collapse
No announcement yet.
NSIS 3.0b3
Collapse
X
-
There appears to be a syntax error in WinMessages.sh:
Usage: !define [/ifndef | /redef] ([/date|/utcdate] symbol [value]) | (/file symbol filename) | (/math symbol val1 OP val2)
OP=(+ - * / << >> >>> % & | ^)
!include: error in script: ".../Include/WinMessages.nsh" on line 102
!include: error in script: ".../Contrib/Modern UI 2/MUI2.nsh" on line 25
!include: error in script: ".../Include/MUI2.nsh" on line 1
Comment
-
-
Today I installed NSIS V3.0b3. When I tried to compile my old scripts I got the following error:
!include: "C:\Program Files (x86)\NSIS\Include\StrFunc.nsh" (UTF8)
!define: "_STRFUNC_CREDITVERBOSITY" already defined!
!include: error in script: "C:\Program Files (x86)\NSIS\Include\StrFunc.nsh" on line 15
Comment
-
-
Originally Posted by TrifonovS View PostToday I installed NSIS V3.0b3. When I tried to compile my old scripts I got the following error:
If I revert to NSIS V3.0b2 I can compile my scripts again without this error. What can be the reason?
PHP Code:!define _STRFUNC_CREDITVERBOSITY ${STRFUNC_VERBOSITY}
PHP Code:!ifdef _STRFUNC_CREDITVERBOSITY
!undef _STRFUNC_CREDITVERBOSITY
!define _STRFUNC_CREDITVERBOSITY ${STRFUNC_VERBOSITY}
!endif
"Only a MouseHelmet will save you from a MouseTrap" -Jason Ross (Me)
NSIS 3 POSIX Ninja
Wiki Profile
Comment
-
-
Originally Posted by TrifonovS View PostToday I installed NSIS V3.0b3. When I tried to compile my old scripts I got the following error:
If I revert to NSIS V3.0b2 I can compile my scripts again without this error. What can be the reason?IntOp $PostCount $PostCount + 1
Comment
-
Comment