Skip to content
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

Widgets from IupControls library error, e.g: could not import iupMatrix #2

Open
UrKr opened this issue Jan 27, 2016 · 1 comment
Open

Comments

@UrKr
Copy link

UrKr commented Jan 27, 2016

When trying to use widgets from the IupControls library, I get "could not import" runtime error. Do I need a dll?

import iup
let m = iup.matrix(nil)

@radebrecht
Copy link

radebrecht commented Sep 8, 2016

same error here. IUP doc tells me to call IupControlsOpen, which produces: could not import: IupControlsOpen
After having a look at the code it seems that the matrix lives in IupControls but is referenced as an element in iup. see here and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants