Search found 20 matches

by Mad-Mazda
Fri Feb 13, 2009 8:17 am
Forum: Game Programming
Topic: Portable Irrlicht Development
Replies: 2
Views: 1391

Ok thanks.
Seems logical lol. ill give it a go when i have some time.
by Mad-Mazda
Fri Feb 13, 2009 3:44 am
Forum: Game Programming
Topic: Portable Irrlicht Development
Replies: 2
Views: 1391

Portable Irrlicht Development

Is it possible to set up a portable Irrlicht/Game development flash drive?
So i can develop Irrlicht/Games made with Irrlicht on any comp.
I have a portable version of MSVC++ Express.

Just wondering if anyone had done this and could give me some help.

Thanks.
by Mad-Mazda
Sat Jan 10, 2009 10:26 pm
Forum: Beginners Help
Topic: Error since i updated to Irr 1.5
Replies: 7
Views: 607

I have what Ion Dune said. This is my Whole code. #include <irrlicht.h> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; #ifdef _IRR_WINDOWS_ #pragma comment(lib, "Irrlicht.lib") #pragma comment(linker, "...
by Mad-Mazda
Sat Jan 10, 2009 4:39 am
Forum: Beginners Help
Topic: Error since i updated to Irr 1.5
Replies: 7
Views: 607

Yea im pretty sure i done that correctly
by Mad-Mazda
Sat Jan 10, 2009 4:10 am
Forum: Beginners Help
Topic: Error since i updated to Irr 1.5
Replies: 7
Views: 607

Error since i updated to Irr 1.5

main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class irr::IrrlichtDevice * __cdecl irr::createDevice(enum irr::video::E_DRIVER_TYPE,class irr::core::dimension2d<int> const &,unsigned int,bool,bool,bool,class irr::IEventReceiver *)" (__imp_?createDevice@irr...
by Mad-Mazda
Fri Nov 28, 2008 1:35 am
Forum: Beginners Help
Topic: Could not draw triangles...
Replies: 4
Views: 325

Well its terrain thats doing it. So ill just split the hightmap.
by Mad-Mazda
Fri Nov 28, 2008 1:13 am
Forum: Beginners Help
Topic: Could not draw triangles...
Replies: 4
Views: 325

Could not draw triangles...

Any ideas on whats causing this.
http://i34.tinypic.com/34pcqds.jpg
by Mad-Mazda
Thu Nov 27, 2008 10:22 pm
Forum: Off-topic
Topic: A couple of Visual C++ questions.
Replies: 5
Views: 1024

Yea i found out last night there is an option to make the combo boxs editable or not.

As for the icon, thats what ive done i just replaced the origional with my one... but its still uses the origional for some reason. Thats why i wanted to know how to give a project and icon from scratch.
by Mad-Mazda
Thu Nov 27, 2008 5:32 am
Forum: Off-topic
Topic: A couple of Visual C++ questions.
Replies: 5
Views: 1024

Q1: Ok ill give it a go.
Q2: Never mind about that previous question, Im tryin to Make it so the combo box isnt editible.. Eg: so you can only select objects you can type in it. How caould i acheive this.
by Mad-Mazda
Thu Nov 27, 2008 2:27 am
Forum: Off-topic
Topic: A couple of Visual C++ questions.
Replies: 5
Views: 1024

A couple of Visual C++ questions.

Q1: Ok ive made a basic program in Visual C++ 2005, but now i want to give the exe an icon, can someone please explain the steps needed to do so.

Q2: In a combo box how can i set the default value.
by Mad-Mazda
Tue Nov 25, 2008 7:46 pm
Forum: Beginners Help
Topic: A couple of questions.
Replies: 12
Views: 540

Ok thanks for the tip, i have another question about 2D images....Trasnparecny. How can i achieve transparency in images. Ive tryed making the image background transparent using driver->makeColorKeyTexture(crosshair, core::position2d<s32>(0,0)); But that hasnt worked the background just stays black.
by Mad-Mazda
Tue Nov 25, 2008 10:20 am
Forum: Beginners Help
Topic: A couple of questions.
Replies: 12
Views: 540

Ok thanks i can see how to use this now.
by Mad-Mazda
Tue Nov 25, 2008 7:52 am
Forum: Beginners Help
Topic: A couple of questions.
Replies: 12
Views: 540

Also instead of making a new topic for such a small thing i'll ask here. Can somebody please explain the parametres of core::rect<s32>(....)
by Mad-Mazda
Tue Nov 25, 2008 7:16 am
Forum: Beginners Help
Topic: A couple of questions.
Replies: 12
Views: 540

Oh ok awsome.
by Mad-Mazda
Mon Nov 24, 2008 11:14 pm
Forum: Beginners Help
Topic: A couple of questions.
Replies: 12
Views: 540

Q1: Thanks for that.
Q2: Might wait awhile before i try that. Pretty new to Irrlicht