PMunch / wxnim

Nim wrapper for wxWidgets.
MIT License
100 stars 11 forks source link

Error: undecalred indentifier: 'expr' #11

Closed retsyo closed 6 years ago

retsyo commented 6 years ago

latest nim and your wxnim are used, the nim.cfg is removed

/r/PMunch-wxnim/examples/purewx
$ nim cpp example1.nim

says PMunch-wxnim\private\objecti.nim(6. 40) Error: undecalred indentifier: 'expr'

PMunch commented 6 years ago

It works with 0.17.2, but to fix this issue should just be a case of changing expr to untyped

PMunch commented 6 years ago

Removed various things that was removed in 0.18.0, so it now works on that. Trying to also make it work on devel now, but I'll close this issue.

PMunch commented 6 years ago

It should work fine on devel now