Quote:
Originally posted by niteflyer
Hmmm, strange: you don't need to check for NFUPREFIX, because nfUtils.nsh already checks this symbol to prevent multiple inclusion
|
Yes, I saw this. But, somehow, it works in workaround and not in nfUtils.nsh.

I also added (for tests) one more checking define in nfUtils.nsh in this way:
code:
!ifndef NFUTILS_INCLUDED
!define NFUTILS_INCLUDED
[Original nfUtils content]
!endif
But it nothing changes. So, yes, this is strange.
Quote:
|
The log says, that the error was caused by the instruction in line 28 of files.nsh - what's in there ?
|
There is:
code:
!include nfUtils.nsh
Nothing more. This is the last line of sample code in my previous post.