User forums > Nightly builds
The 21 march 2006 build is out.
Vampyre_Dark:
IUNKNOWN is a top level COM interface. DirectX is done in COM. All directX classes are com interfaces.
IUNKNOWN is also a Irr class. However, it's tucked away in it's own namespace. 'irr'
http://irrlicht.sourceforge.net/docu/classirr_1_1_i_unknown.html
I tend to avoid doing things this complicated in my own code, so all I can guess is that you can drop the using namespace irr statement, and just type irr::whatever on your objects using this class.
Acki:
I didn't shout at you.
IF I'M SHOUTING, I DO IT LIKE THIS !!!
But seriously, I found the solution:
If I declare the using namespaces of Irrlicht before including windows.h I get this error !!!
So I first have to include windows.h and then Irrlicht...
killerbot:
so all ends well :)
Acki:
Yeah, sorry for bothering you... ;)
IvanLin:
[OS] Ubuntu 5.10
[C::B Version] 1.0 rc2
[Problem Description]
ivanlin@Ivan:~/Desktop$ sudo dpkg -i CB_20060321_rev2220_ubuntu.deb
(Reading database ... 90150 files and directories currently installed.)
Preparing to replace codeblocks 1.0svn (using CB_20060321_rev2220_ubuntu.deb) ...
Unpacking replacement codeblocks ...
Setting up codeblocks (1.0svn) ...
ivanlin@Ivan:~/Desktop$
who can help me to solve this problem? thx so much!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version