Skip to content
⌘ NSIS Forum Archive

NSISList: Simple List Plugin

34 posts

MSG#
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.
LoRd_MuldeR#
Originally Posted by valentin.istrate View Post
If LoRd_MuldeR agrees, I will do that. I'm waiting for a PM reply
Sure. Thanks for making a Unicode version!

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).
Yu_Jin#
Hi, I just came across a bug in unicode build (works in ansi build)


name "test"
OutFile "test.exe"
!include NSISList.nsh
Unicode true

Section
${List.Create} a
${List.Append} a "t,v,c"
${List.Debug}
SectionEnd
It says: Exception InvalidPointer in module NSISList.dll at 00015D9F.