Search found 4 matches

by combine
Sun Apr 01, 2007 5:22 pm
Forum: Irrlicht.NET
Topic: Hide CMD?
Replies: 4
Views: 1883

Hide CMD?

Hi @All.
I use Irrlicht with VB.NET (Visual Basic 2005 Standart Edition)
Can everyone say me how i can hide the CMD Window?

Thanks for help. :)
by combine
Fri Mar 16, 2007 5:33 pm
Forum: Beginners Help
Topic: Converting Question
Replies: 5
Views: 500

hm :(

Code: Select all

Error	1	error C2664: 'irr::gui::IGUIFont::draw' : cannot convert parameter 1 from 'irr::core::stringw' to 'const wchar_t *'	
by combine
Fri Mar 16, 2007 3:14 pm
Forum: Beginners Help
Topic: Converting Question
Replies: 5
Views: 500

Hi,
Thx for fast answer.
Yes i´m using for the string std::string, but my compiler doesnt find the command "stringc_to_stringw"
by combine
Thu Mar 15, 2007 6:26 pm
Forum: Beginners Help
Topic: Converting Question
Replies: 5
Views: 500

Converting Question

Hi @All I want to make me helper classes for Irrlicht. But i have problems to convert a string to wchar_t extern "C" __declspec(dllexport) void __stdcall ShowText(string test,int SH_X,int SH_Y) { font->draw(test, core::rect<s32>(SH_X,SH_Y,0,0), video::SColor(255,255,255,255)); } I want con...