Help neede with IUP in Nim

2020-12-18 Thread hotcore
Tried that, but gives error: could not load: iup(|30|27|26|25|24|).dll Error: execution of an external program failed: name-of-my-program> But still, many thanks for trying to help! I appreciate that very much!

Help neede with IUP in Nim

2020-12-17 Thread hotcore
Hi, the compilation works, but linking does not work. My config file: app = gui cc = gcc gcc.exe = "gcc.exe" gcc.linkerexe = "ld.exe" --cincludes:"C:\\ProgramFiles\\IUP\\include" --passL:"iup.lib iupcore.lib user32.lib Advapi32.lib Shell32.lib gdi32.lib co

Help neede with IUP in Nim

2020-12-17 Thread hotcore
Thx! Will try

Help neede with IUP in Nim

2020-12-17 Thread hotcore
Hi, just trying to use IUP in Nim and please forgive my ignorance on the subject ... ! I have downloaded the static IUP files: iup-3.30_Win64_mingw6_lib.zip and I extracted it in some folder X. How can I tell the compiler to use the libraries in folder X? TIA