Archive: Error with system plugin


Error with system plugin
hi i am trying to use the system plugin but when i try to use System::StrAlloc ${NSIS_MAX_STRLEN} i get an error:

Invalid command: System::StrAlloc


That command probably only works with the unicode fork.

For a ansi string you can just use the normal alloc.

For a t string you can do System::Call "*(&t${NSIS_MAX_STRLEN})i.s" (or something similar)