iup icon indicating copy to clipboard operation
iup copied to clipboard

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

Open UrKr opened this issue 9 years ago • 1 comments

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)

UrKr avatar Jan 27 '16 14:01 UrKr

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

radebrecht avatar Sep 08 '16 12:09 radebrecht