Re: nim-lang ui not working with vcc on windows

2018-04-30 Thread lambda414
@frogEye I would like to use ui on windows, Please teach me how to configure file. folder configuration. where is libui.h? Where is libui.dll?

Re: nim-lang ui not working with vcc on windows

2017-11-20 Thread frogEye
I have the solution. It was a silly mistake. I had placed libui library at the wrong place. Thanks for the response.

Re: nim-lang ui not working with vcc on windows

2017-11-20 Thread frogEye
To which folder did u copy the libui.h file? I have cloned the libui from git completely into my repository and it exists in the UI folder.

Re: nim-lang ui not working with vcc on windows

2017-11-16 Thread treeform
I have just dealt with this on mac. You have to make copy libui.h from their repo into yours. You also have to be in the right folder to compile. After moving folders and copying stuff I managed to get it to compile on mac. But it was kind of hard.

nim-lang ui not working with vcc on windows

2017-11-16 Thread frogEye
I am trying to run nim-lang ui wrapper for libui on windows. I am using vcc compiler as suggested by araq on git [nim-lang ui !](https://github.com/nim-lang/ui) But I am getting issues while trying to run it. "C:\Windows\system32\cmd.exe" /C ""C:\Program Files (x86)\Microsoft