I am migrating from Portable Apps version 2.46.5 to current version 3.0b1.
The Portable Apps compiler builds correctly, but in the current version, I get the following error:
Error: FileWriteWord is only available when building a Unicode installer
!include: error in script: "\Open\kwc54dw\Dev\NSH\Dumplog.nsh" on line 15
How do I build using Unicode with v3.0? I understand it has Unicode support?
Thanks,
David
Problem migrating to v3.0 - Unicode??
2 posts
Put 'Unicode True' near the top of the script 👍.
There are other settings that have been added, as well as some Unicode only functions (FileWriteWord, FileReadWord, FileWriteUTF16LE, FileReadUTF16LE).
There are other settings that have been added, as well as some Unicode only functions (FileWriteWord, FileReadWord, FileWriteUTF16LE, FileReadUTF16LE).