Thank you very much for the help.
I'm using wstrings, something like that:
const wchar_t * palabra = titulo_panel.c_str();
Where titulo_papel is a wstring.
Search found 6 matches
- Thu Nov 10, 2005 6:29 pm
- Forum: Beginners Help
- Topic: WCHAR_T problems
- Replies: 4
- Views: 274
- Wed Nov 09, 2005 11:19 pm
- Forum: Beginners Help
- Topic: WCHAR_T problems
- Replies: 4
- Views: 274
- Wed Nov 09, 2005 10:14 pm
- Forum: Beginners Help
- Topic: WCHAR_T problems
- Replies: 4
- Views: 274
WCHAR_T problems
I have seen that irrlicht uses const wchar_t pointers to write "GUI" texts. I haven't found any function to copy the content of a "const wchar_t *" to another "const wchar_t *", not copying only the pointer to the same content. :oops: I would like to know if exists any ...
- Wed Oct 12, 2005 6:58 am
- Forum: Beginners Help
- Topic: function (irr::IrrlitchDevice *device);
- Replies: 5
- Views: 219
- Tue Oct 11, 2005 10:33 pm
- Forum: Beginners Help
- Topic: function (irr::IrrlitchDevice *device);
- Replies: 5
- Views: 219
- Tue Oct 11, 2005 9:32 pm
- Forum: Beginners Help
- Topic: function (irr::IrrlitchDevice *device);
- Replies: 5
- Views: 219
function (irr::IrrlitchDevice *device);
Hi,
I suppose that i can't pass the Irrlitch Device as a parameter of a function. I got some errors trying that. I wanted to do a class' function (for example a menu/button... class) to draw "itself" on the device. How can I do that?
Thanks a lot.
I suppose that i can't pass the Irrlitch Device as a parameter of a function. I got some errors trying that. I wanted to do a class' function (for example a menu/button... class) to draw "itself" on the device. How can I do that?
Thanks a lot.