The wiki is for everyone, please add it. As long as you don't claim credit for the original work, there's no reason not to.
NSISList: Simple List Plugin
34 posts
Sure. Thanks for making a Unicode version!Originally Posted by valentin.istrate View PostIf LoRd_MuldeR agrees, I will do that. I'm waiting for a PM reply
I could not make a Unicode version, because I only own a license for Delphi 7.0, which is a lost case for Unicode support (yeah, there is a WideString type, but almost all VCL classes don't support it, so you'd have to re-write the complete VCL).
Hi, I just came across a bug in unicode build (works in ansi build)
It says: Exception InvalidPointer in module NSISList.dll at 00015D9F.
name "test"
OutFile "test.exe"
!include NSISList.nsh
Unicode true
Section
${List.Create} a
${List.Append} a "t,v,c"
${List.Debug}
SectionEnd
I'll try to reproduce this issue and get back to you as soon as possible.