-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Inno Setup] Runtime Error | Cannot Import dll: #41
Comments
Please check if you are using the proper version of the functions (Ansi/Unicode) that must match with version of Inno Setup (Ansi/Unicode). |
Checked, everything is correct. Unicode dll + Unicode inno setup It looks like the problem occurred with changing some function with updates between 1.4.5.0 and 1.5.4.1 when changing to a new format of vcl theme |
Ok, So then maybe you are using the Lite version of the plugin which only loads the old VCL Style format. |
Error appears only after update VclStylesinno.dll to latest version Lite verison also give me this error... |
I tried the following combinations: |
There are already two cases of user error in my program. |
Try changing the TEMP folder location into a path that does not use environment variables. In my case, the error message said it cannot import the file from filepath. This is strange since no filepath has at the start. The program seems to have problem translating environment variable in certain build of Windows. I hope this works in your case. I don't know why on some computer Inno setup fail to translate environment variables correctly. |
After start setup.exe got this error:
Runtime Error (at -1:0):
Cannot Import dll:C:\Users\user\AppData\Local\Temp\is-S5690.tmp\VclStylesinno.dll.
Issue on version 1.5.4.1.
Verison 1.4.5.0 works fine.
OS Winsows 10 1511.
Issue only in new versions.
Fix this please.
The text was updated successfully, but these errors were encountered: