Search found 7 matches

by Athos
Thu Aug 25, 2005 2:02 pm
Forum: Game Programming
Topic: IrrXML truble!
Replies: 2
Views: 2005

IrrXML truble!

i have this causing it

IrrXMLReader * xmlRead = createIrrXMLReader("test.xml");

and this error.

Shadows error LNK2019: unresolved external symbol "class irr::io::IIrrXMLReader<char,class irr::io::IXMLBase> * __cdecl irr::io::createIrrXMLReader(char const *)" (?createIrrXMLReader@io@irr@@YAPAV ...
by Athos
Mon Aug 22, 2005 1:47 pm
Forum: Beginners Help
Topic: How to disengage FPS cam to use mouse on gui?
Replies: 15
Views: 1517

exactly working combat thrue fps mode while using mouse to klick menus drop and drag items and so on.

If i could get it to work.

-Athos
by Athos
Mon Aug 22, 2005 1:43 pm
Forum: Beginners Help
Topic: New problem [GUI Grays out]*solved*
Replies: 2
Views: 399

Critical strike on that one =)

thanx for help =)
by Athos
Mon Aug 22, 2005 1:06 pm
Forum: Beginners Help
Topic: How to disengage FPS cam to use mouse on gui?
Replies: 15
Views: 1517

nah no need to edit the source or anything. disabling the camera's event receiver should work just fine, i think this is how i went about it. so when u have to bring up the gui, disable the event receiver, and when ur done with that, enable it again. easy as that.

I think you are wrong there ...
by Athos
Mon Aug 22, 2005 12:58 pm
Forum: Beginners Help
Topic: New problem [GUI Grays out]*solved*
Replies: 2
Views: 399

New problem [GUI Grays out]*solved*

ok trying to implement gui but now when i dont use the fps camera anymore ( se other thread ) and sets event revicer to the proper revicer i cant klick buttons anymore but i dont have any revicer at all i can klick buttons.

ANyone know the source of this evil?

thanks in advanced.
by Athos
Sat Aug 20, 2005 12:07 pm
Forum: Beginners Help
Topic: How to disengage FPS cam to use mouse on gui?
Replies: 15
Views: 1517

How do i make the switch then. Becouse i need/want to switch on the fly. But it seems i have to rewrite irrlicht engine fps camera event revicer kode in that case? or?

Becouse our eventrevicer dosnt get any messages while the fps camera is engaged. So someone i have to add a keypress event on the ...
by Athos
Fri Aug 19, 2005 4:22 pm
Forum: Beginners Help
Topic: How to disengage FPS cam to use mouse on gui?
Replies: 15
Views: 1517

How to disengage FPS cam to use mouse on gui?

Currently using irrlicht engine for a small yet to be announced project.


Its in fps mode but i need and have use to use the gui with mouse too. So i wonder how to keep the current camera but disengage the mouse from the fps to use it normally klicking gui?

Greetings Athos