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"))
    

Reply via email to