What's the way to launch the .exe of a gui program (niGUi)
without launch dos console before ?
A compile option ? - A modify directly in the .nim script file ? Thanks.
Find it ! >>
nim --app:gui c name-of-file.nim
it works.