khchen / wNim

Nim's Windows GUI Framework
MIT License
327 stars 17 forks source link

Error: execution of an external program failed: 'D:\nim-1.6.6_x64\nim-1.6.6\dist\mingw64\bin\gcc.exe @Main_linkerArgs.txt' #109

Closed 2439905184 closed 2 years ago

2439905184 commented 2 years ago

image

import std/os
import wNim

let app = App()
let frame = Frame(title="Launcher", size=(400,300))
frame.show()
app.mainLoop()
proc init() = 
  #createDir("games")
  discard
init()
2439905184 commented 2 years ago

this is file was in used error in windows. Sorry this is not a problem