Search found 6 matches

by iNVERSE-sQUARE
Fri Jan 27, 2006 5:44 pm
Forum: Beginners Help
Topic: Can GUI Scrollbar be used to scroll Testbox?
Replies: 2
Views: 193

Can GUI Scrollbar be used to scroll Testbox?

Hi, Im using Irrlicht's built in GUI widgets and I notice that the Textbox window does not scroll when text fills up. There is no srollbar for this widget unlike with the listbox. However, I see there is a GUI scrollbar widget, but how would I use that to scroll my textbox :) Any sugestions would be...
by iNVERSE-sQUARE
Fri Jan 13, 2006 3:51 pm
Forum: Beginners Help
Topic: Is there any way to calculate free Video RAM !!! ?
Replies: 2
Views: 160

Is there any way to calculate free Video RAM !!! ?

Hi folks, does anybody know of a function or algorythm to calculate free RAM on the video card - useful when develoing with large textures?

Thanks
by iNVERSE-sQUARE
Tue Dec 20, 2005 8:12 am
Forum: Beginners Help
Topic: string conversion!!!!! std::string to wchar_t ....HELP!
Replies: 7
Views: 936

strings

Hi, thanks Sudi for the suggestion - I will try it now, and thanks 'guest' for the previous post which works too, though is more complex. Incidentaly, you need libmsvcp60.a in your library defs to work the mbsrtowcs(text, &data, size, NULL); function. On another note which someone might know of:...
by iNVERSE-sQUARE
Sat Dec 17, 2005 5:38 pm
Forum: Beginners Help
Topic: string conversion!!!!! std::string to wchar_t ....HELP!
Replies: 7
Views: 936

string conversion!!!!! std::string to wchar_t ....HELP!

Hi, yeah I did do the search and a lot of 'similar' type results came up, although a few orders of magnitude less than a millian :wink: However my problem is specifically with std::string types and the conversion of this to wchar_t or wide chars. There was no match that I could find, and incidently ...
by iNVERSE-sQUARE
Sat Dec 17, 2005 10:48 am
Forum: Beginners Help
Topic: string conversion!!!!! std::string to wchar_t ....HELP!
Replies: 7
Views: 936

string conversion!!!!! std::string to wchar_t ....HELP!

Hi,

has anyone done this before?

convert std::string to const wchar_t

core::stringc doesn't seem to equate to std::string either, its a nightmare!

I have to do this for Irrlicht's draw->() function to work.

Thanks
by iNVERSE-sQUARE
Wed Apr 07, 2004 9:04 am
Forum: Beginners Help
Topic: Compiling - Linking problems with DEV C++
Replies: 8
Views: 755

Compiling - Linking problems with DEV C++

Hi, If this has been asked before, I'm saorry, but couldn't find another similar post. I have the most recent versions of DEV C++ 4.9.8.7 and Irrlicht 0.6 When I try to build or compile any project it simply returns a whole bunch of errors that are completely beyond my comprehension. :cry: I made su...