Closed matkuki closed 7 years ago
Looks like async_http_request
is outdated.
nimble install -y https://github.com/yglukhov/async_http_request
Thanks @yglukhov , but now I get: ....nimble\pkgs\nimx-0.1\nimx\view_event_handling.nim(8, 8) Error: method is not a base
Any ideas?
@matkuki, try compiling the main.nim
from samples. AFAIR, compiling individual sample files doesn't work for some reason.
Tried compiling main.nim
, now the error is:
....nimble\pkgs\nimx-0.1\nimx\cursor.nim(70, 42) Error: undeclared identifier: 'SystemCursor'
That's coming from old sdl2 i suppose.
nimble install -y sdl2
Great! That did it! Thanks @yglukhov
Trying to compile sample01_welcome.nim throws:
Windows Vista x64 Nim: devel-0.17.1 with mingw (x86)