Im trying to compile the Tic Tac Toe UI game on xmonader.github.io But I get this error saying: cc1plus.exe: fatal error: C:Userstorar.nimblepkgsui-0.9.4uilibuiwindowsalloc.cpp: Permission denied compilation terminated.
I tried running CMD in Admin mode, and I tried setting cc1plus.exe to administrator mode, but the same error keeps appearing.
I really want to learn how to use basic UI's in my applications, since Im planning to make a very simple brain exercise program that just needs some basic text labels and a few click buttons. If anyone has any tips,or tutorials on getting started with UI with Nim that would also be grately appreciated. I posted this post in another old thread called permission error, but I got no answers therefore Im making this new thread.
Btw I usually compile my code with nim c -r filename.nim