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/)parasoulSeptember 14, 2013 at 1:18 AM#Problem building NSIS on MSVS 6Hi, I just installed MSVS 6 on my virtual machine and when I try to compile NSIS, I get: I installed service pack 6 of MSVS6. I installed Toolkit 2003. I believe it should be able to compile no problem, no? Any help would be wonderful here.
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/)parasoulSeptember 14, 2013 at 1:51 AM#Nevermind. Installing SDK fixed it. Sorry!
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/)AndersSeptember 14, 2013 at 2:30 AM#VC6 out of the box is way too old, the NSIS docs has a section with build instructions and SDK links. Any SDK that defines DLGPROC as returning BOOL and not INT_PTR is too old...
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/)parasoulSeptember 14, 2013 at 6:08 PM#yes Anders I wandered across the building instructions for vs6. Should have been common sense to install the SDK first though 🙁! much thanks mate