dariolah / nim-iup-examples

Nim GUI examples using IUP
20 stars 3 forks source link

Error on niupc examples #4

Closed nixfreak closed 2 years ago

nixfreak commented 2 years ago

I'm probably wrong about this I get errors compiling the majority of the niupc examples. Example "tree.nim" https://github.com/dariolah/nim-iup-examples/blob/master/niupc/tree.nim the code states.

import niup import niupext Shouldn't it be

import niup/niupc import niup/niupext

Same with the webbrowser.nim example

import niup import niupext Shouldn't it be

import niup/niupc import niup/niupext

If this is correct I could do pull request to help out , I really like this project. Thanks again.

dariolah commented 2 years ago

You are right, it should be 'niup/niupc'. If you can do pull request that would great.

dariolah commented 2 years ago

Thank you for PR