Is recompiling irrlicht engine needed to support wchar file system?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
xiazeyi
Posts: 1
Joined: Wed Oct 18, 2023 11:03 pm

Is recompiling irrlicht engine needed to support wchar file system?

Post by xiazeyi »

If wanting to use wchar file system, what do I need to do?Just need to #define _IRR_WCHAR_FILESYSTEM in my code, or it is necessary to recompile irrlicht engine with the macro defined?
CuteAlien
Admin
Posts: 9652
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Is recompiling irrlicht engine needed to support wchar file system?

Post by CuteAlien »

You have to recompile the engine.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply