IrrNet - Irrlicht Network Framework 0.36 (Now Windows/Linux)

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
nathanf534
Posts: 199
Joined: Tue Dec 09, 2008 2:55 am

Post 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?
while(signatureEmpty){cout<<wittyComment();}
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post 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?
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
aren372
Posts: 4
Joined: Mon Feb 16, 2009 8:26 am

Post 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!
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Maybe from Irrlicht?!
aren372
Posts: 4
Joined: Mon Feb 16, 2009 8:26 am

Post by aren372 »

hybrid wrote:Maybe from Irrlicht?!
I haven't found it in Irrlicht1.5...Or an earlier version?
9YkKsvXM
Posts: 64
Joined: Tue Mar 11, 2008 11:45 pm

Post by 9YkKsvXM »

-
Last edited by 9YkKsvXM on Mon Jun 08, 2020 1:34 am, edited 1 time in total.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post 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
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Post Reply