@Araq:

Overriding dll's in the bin directory with the ones you mentioned did the trick.

I was able to run a nimx example, after a little bit sttrugle.

I am documenting that struggle, may be it will be helpful to others:

* * *

I needed to install git, too.

At some point I restarded cmd as administrator.

Also a couple of times nimble crushed and restarting the command solved the 
problem.

So, it seems like i was able to install nimx.

I tried to run the first example in nimx web page 
[https://github.com/yglukhov/nimx](https://github.com/yglukhov/nimx) , but i 
get another error:
    
    
    main.nim(18, 1) Error: tabulators are not allowed
    

Replaced tabs with spaces, and that was solved.

Then it could not find sdl2.dll, which i downloaded from internet, and put to 
project directory, and that was also fixed.

I may have restarted the compiler once or twice.

At the end I saw a "Hello World" GUI program!

Thanks.

Reply via email to