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/)GuestMay 15, 2006 at 11:00 AM#Can not call dll function from $EXEDIRWhen I try System::Call '$EXEDIR\mylib.dll::func()i .r0' i got a MS error popup, but if I first copy my dll into the $TEMP folder and use it from there everything works fine... Why is that ?
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/)Afrow UKMay 15, 2006 at 11:10 AM#Try: SetOutPath $EXEDIR System::Call 'mylib.dll::func()i .r0' -Stu