Archive: About large string build?


About large string build?
I downloaded "Special build" files to support large string.but the max length it supports is only 8KB.I want it can support larger.For example,10KB.

How to realize that?

Thanks very much for help!!!

;) :confused: :p


You could make a superspecial build of your own - but more likely there's a different solution to what you're trying to do?

So.. what are you trying to do? :)


Because the size of My text file is larger than 8KB,so it can not be shown fully in the EditBox.


it is possible to read a file line by line or whatever so you don't need a huge buffer for normal nsis variables, but then you would need both system.dll and win32 skills, or you can use http://nsis.sourceforge.net/CustomLicense_plug-in