Page 16 of 16

Posted: Sat Mar 21, 2009 1:45 pm
by nathanf534
Ok, so im trying to set up irrNet to use, instead of my implementation of winsock.. hopefully it will be much faster, and more reliable, but when i tried to compile the demo, i get multiple linker errors.
I included

libws2_32.lib
irrNetLite.lib
libirrnet.a

is there something else i am supposed to link to?

Posted: Tue Mar 31, 2009 7:24 am
by BlindSide
It's impossible to help you without providing further information. What compiler/IDE are you using, what version of the windows platform SDK do you have (Don't need this if you are using MSVC 2008 Express) and most importantly what are the errors? Remember to add all the required files to the project. It seems that you are linking both "irrNetLite.lib" and "libirrnet.a" which doesn't make any sense. Are you familiar with how your compiler/linker works and what library format it takes?

Posted: Thu Jun 11, 2009 7:44 am
by aren372
hi,everyone
where can I get the directory "media" and media files used in examples?
it seems that the file get from svn doesn't include it
thanks!

Posted: Thu Jun 11, 2009 8:50 am
by hybrid
Maybe from Irrlicht?!

Posted: Mon Jun 22, 2009 10:37 am
by aren372
hybrid wrote:Maybe from Irrlicht?!
I haven't found it in Irrlicht1.5...Or an earlier version?

Posted: Wed Jul 01, 2009 10:33 pm
by 9YkKsvXM
-

Posted: Fri Jul 03, 2009 11:46 am
by BlindSide
irrNet (NOT irrNetLite) is officially:
- Deprecated.
- Unsupported.

I tried to remove it off sourceforge but it wouldn't let me and said they like to keep projects even if you think they are not useful or anything.

That being said, you can still search for it on sourceforge and use the svn method to obtain it.

In the distant, distant future where atoms decay and blackholes start collapsing on themselves I may decide to implement a helper layer on top of irrNetLite that will be very similar to irrNet but will be more user friendly, more powerful, a lot cleaner and bug free (Like irrNetLite is compared to irrNet), and less engine-specific (Pluggable).

Cheers,

BlindSide