-
Notifications
You must be signed in to change notification settings - Fork 3
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
Could not load: iupcontrols.dll #13
Comments
A guessing game:
|
Thank you for the quick response. I omitted to mention the issue when I try to run 'matrix.nim' and 'plot.nim'. I had checked the above suggestions before posting. It turns IUP DLLs need other DLLs not included in the IUP zip file such as 'cd.dll', 'cdgl.dll' etc. Now I get the following message when running 'plot.nim' |
Update: I tried all 36 examples under NIUPC. All work except 'plot' and 'webbrowser'. Different errors. |
There are more libraries needed, see... This is list of DLLs I'm using for testing ...
Additional for mingw cross compiling, probably you don't need them
|
I have the same DLLs in the first list in my 'IUP' directory I use VS Code and the 'nim' extension. How do you compile and run 'plot.nim'? |
Same as all other examples, nothing special about it. See I've tried now When I try windows build I get error about importing function: Add this option to compile command: Or you can try to run it with
|
Small update, |
I am able to compile the modules dependent on 'iupcontrols.dll', however, during execution, I get the message that the DLL could not be loaded. Any advice? Thank you.
The text was updated successfully, but these errors were encountered: