Search found 6 matches

by haraelendil
Sun Nov 20, 2005 6:08 pm
Forum: Beginners Help
Topic: varied questions
Replies: 6
Views: 226

2) it's what i tried, but doesn't work: no matching function for call to `irr::gui::IGUIEnvironment::addStaticText(irr::core::stringw&, irr::core::rect<irr::s32>, bool)' candidates are: virtual irr::gui::IGUIStaticText* irr::gui::IGUIEnvironment::addStaticText(const wchar_t*, const irr::core::re...
by haraelendil
Sun Nov 20, 2005 5:59 pm
Forum: Beginners Help
Topic: varied questions
Replies: 6
Views: 226

Ok, let's do that again^^

1) => ok

2) =>
Spintz wrote:Then use the wStr as input into a GUI element.
How can i do that?

3) just a jpg file
by haraelendil
Sun Nov 20, 2005 1:10 pm
Forum: Beginners Help
Topic: varied questions
Replies: 6
Views: 226

varied questions

Hi, here is some questions i had after readin the tutorial about makin a user interface : 1) How can i set the font size? 2) How can i make a display of a int variable? 3) When i try to load a fond texture, i have that: "The amount of upper pixels or lower corner pixels is == 0,font file may be...
by haraelendil
Sun Feb 06, 2005 10:50 am
Forum: Beginners Help
Topic: problem with dev c++
Replies: 6
Views: 401

I just made a copy of the tutorial, i didn't change anything, but, i can't compile :cry:
by haraelendil
Wed Feb 02, 2005 6:30 pm
Forum: Beginners Help
Topic: problem with dev c++
Replies: 6
Views: 401

I have this code, i found it here : // HelloUniverse.cpp // Include the Irrlicht header #include "irrlicht.h" // Irrlicht Namespaces using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; int main() { IrrlichtDevice...
by haraelendil
Sun Jan 30, 2005 5:13 pm
Forum: Beginners Help
Topic: problem with dev c++
Replies: 6
Views: 401

problem with dev c++

Hi all,

I made the Tutorial 1.b Setting up the Dev-C++ IDE to start compiling with Dev C++, but when I want to compile, i have this:
Image

Does somebody know where is the problem??