yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Unable to execute example #271

Closed andrewgohlk closed 7 years ago

andrewgohlk commented 7 years ago

AFter successfully compiled the main.nim, cannot execute in Windows.

Hint: E:\Nim-0.17.2\examples\main_nimx.exe [Exec] could not load: SDL2.dll Error: execution of an external program failed: 'E:\Nim-0.17.2\examples\main_nimx.exe '

andrewgohlk commented 7 years ago

Issue resolved. Seems like the SDL2.dll in nim-0.17.2_x64\bin is not correct. Needto separately download the SDL2(x64).dll to work.