Re: how compile nimedit?

2018-11-20 Thread tbutton
sure the DLLs also compiled in same arch, if compiling 32 bit, use 32 bit DLL, 64 bit use 64 bit DLL. Run where i can download x86 dlls?

Re: how compile nimedit?

2018-11-20 Thread mashingan
https://www.libsdl.org/download-2.0.php

Re: how compile nimedit?

2018-11-20 Thread mashingan
make sure the DLLs also compiled in same arch, if compiling 32 bit, use 32 bit DLL, 64 bit use 64 bit DLL.

Re: how compile nimedit?

2018-11-20 Thread tbutton
i put all dlls and, nimedit does not start. just i trying to open nimedit.exe(double click), and Nothing happens

Re: how compile nimedit?

2018-11-20 Thread moerm
Take my advice with caution as I'm no Windows expert but I think you need to put the .dll into a standard path like C:WindowsSystem.

Re: how compile nimedit?

2018-11-20 Thread tbutton
i installed mingw64, and nimedit compiled sucessfully, but it needs SDL2.dll. i put it to directory with nimedit.exe, but it needs SDL2.dll again. what i need do, for start nimedit.exe?

Re: how compile nimedit?

2018-11-20 Thread moerm
Are you sure you've downloaded and installed Nim and MingW for the right architecture (32-bit vs 64 bit) and matching your Windows arch?

Re: how compile nimedit?

2018-11-20 Thread Libman
**(1)** I think both nimedit and aporia were small experimental projects that didn't get very far and that no one really uses. [More than half](https://nim-lang.org/blog/2018/10/27/community-survey-results-2018.html) of Nim devs use [vscode](https://code.visualstudio.com), which has by far the

Re: how compile nimedit?

2018-11-20 Thread tbutton
i tried compile using gcc, but compilation failed: : execution of an external compiler program 'gcc.exe -c -w -mno-ms-bitfields -DWIN32_LEAN_AND_MEAN -IC:\Users\╨Р╨┤╨╝╨╕╨╜╨╕╤Б╤В╤А╨░╤В╨╛╤А\Desktop\nim-0.19.0\lib -o C:\Users\╨Р╨┤╨╝╨╕╨╜╨╕╤Б╤В╤А╨░╤В╨╛╤А\nimcache\nimedit_d\stdlib_str

Re: how compile nimedit?

2018-11-20 Thread moerm
That error means that you either have no gcc (gnu C compiler) installed or it's not in your Path. If I remember correctly on Nim's download page you can download a .zip file that also includes MingW. Once you have it unzipped there is an .exe (the docu provides the name of that .exe file) that

Re: how compile nimedit?

2018-11-20 Thread twetzel59
Hello. I use Linux but I might be able to help. If I'm understanding properly, it looks like Windows does not recognize `gcc` as a command. What happens if you run `gcc` in a `cmd` window? Do you get an error? I think that MinGW isn't installed or isn't in the `PATH`. By the way, `nimedit` and

how compile nimedit?

2018-11-20 Thread tbutton
hi, how i can compile nimedit on "aporia edit"? i'm tried compile nimedit, :\Users\Администратор\Desktop\nimedit-master>nim -d:useNimx c nimedit.nim Hint: used config file 'C:\Users\╨Р╨┤╨╝╨╕╨╜╨╕╤Б╤В╤А╨░╤В╨╛╤А\Desktop\nim-0.19.0\config\nim.cfg' [Conf] Hint: used config file '