Page 1 of 1

Weird problems with Irrlicht .NET CP

Posted: Wed Mar 07, 2007 6:27 pm
by Eldritch
When adding a reference to Irrlicht .NET CP's DLL for my project at school, I see IrrlichtNETCP when I type using, and I can see all the classes and stuff in the "intellisense". But, here at home, I see nothing.. and when I type using, all I see is "Irr" and "Irrlicht".. not "IrrlichtNETCP"... What's up with this?

Posted: Thu Mar 08, 2007 3:08 am
by ShadowDust
hmmm, I've never actually heard of IrrlichtNETCP...

I searched google, and it seems to be another variation, and the one you have at home is the official one, did you download the one at school and the one at home seperately?

http://irrlichtnetcp.sourceforge.net/in ... /Main_Page

good luck ;)

EDIT:
in the official Irrlicht.Net, you have to create the device, it should have came with some examples, read the readme.txt in the main folder when you extract it

Posted: Thu Mar 08, 2007 3:23 am
by ShadowDust
IrrlichtNETCP actually solved a few of my problems, I think it is actually better then the official

Posted: Thu Mar 08, 2007 11:53 am
by Eldritch
ShadowDust wrote:hmmm, I've never actually heard of IrrlichtNETCP...

I searched google, and it seems to be another variation, and the one you have at home is the official one, did you download the one at school and the one at home seperately?

http://irrlichtnetcp.sourceforge.net/in ... /Main_Page

good luck ;)

EDIT:
in the official Irrlicht.Net, you have to create the device, it should have came with some examples, read the readme.txt in the main folder when you extract it
I downloaded the exact same thing on both computers, and I am using the exact same IDE as well... so there is definitely something wrong. The computers are different in specs, but not that different (Both are Dell, but mine has faster dual-core CPU but no SLI, other than that they are identical).

Sorry, have to ask.

Posted: Thu Mar 08, 2007 7:59 pm
by Dlecain
On the off chance, did you add the DLL files as references in both projects?

Perhaps you forgot one.. Just double check.

Good luck.