Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)MasternoobFebruary 20, 2012 at 8:56 AM#Error with system pluginhi 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
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)AndersFebruary 20, 2012 at 9:06 AM#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)