Victoria Guevara
Victoria Guevara
While there are plenora of GUI solutions available for Nim, it seems that simple tray icon with menu is not achievable without API. Would be nice to see some standard...
Looks like updating was a rather bad idea: > DllMain.cc > node-clr.cc > Marshal.cc > CLRObject.cc > C:\Users\Guevara-chan\.node-gyp\8.9.1\include\node\v8.h(4124): error C2664: 'std::pair,std::size_t>::pair(std::pair &&)' > : cannot convert argument 1 from 'nullptr'...
This works: `System.Console.Write(12)` This, on other hand, does not (_TargetParameterCountException_, yet this is perfectly legal call): `System.Console.Write('12')` ...This code seems to be OK, though o_O: `System.Console.Write('12', undefined)` Funnily enough, following...