Page 1 of 1

Images for themes, why must they be in the current dir?

Posted: Tue Feb 13, 2007 15:42
by kornerr
I've looked through "FirstWindow" CEGUI demo and rewrote it in almost single file for Irrlicht, i.e., made it look like a real tutorial I wanted back in the days :)
It's on Irrlicht forums: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=19200
But to make it work I must place DejaVuSans.ttf and TaharezLook.tga in the current directory, not in ../datafiles/imagesets/
How can I make it work so that DejaVuSans.ttf and TaharezLook.tga files stay in ../datafiles/imagesets/ directory, not current one?
Thanks.