Dunno, maybe something like
type
wchar_t {.importc.} = object
template abom(x: untyped): untyped = cast[ptr wchar_t](x)
device.setWindowCaption(abom newWideCString("Hello world! - Irrlicht Engine
Demo"))
- Cannot convert NI16 * to const wchar_t *, when interfacing with ... mashingan
- Re: Cannot convert NI16 * to const wchar_t *, when interfac... Araq
