How To Compile RakNet 2.44 with Irrlicht 1.1 Continued by the below tutorial from the Irrlicht home page using codeblocks IDE and VC toolkit 2003.
here is the tutorial
http://www.daveandrews.org/articles/irrlicht_raknet/
need to get codeblocks up and running?
use afecelis's tutorial it works with 1.1
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=8437
assuming you have codeblocks ready
take the raknet tutorial and follow it exactly then...
step 1. change RakNet dll's and Irrlicht dll's to current versions
step 2. in code blocks change the linker directorys in build options
step 3. in the tutorial it shows source... include all the ones it tells you too if any which should be the following...
bitstream.h
bitstream.cpp
NetworkTypes.h
PacketEnumerations.h
RakClientInterface.h
RakNetworkFactory.h
Export.h
PacketPriority.h
RakPeerInterface.h
RakNetStatistics.h
step 4. make sure you're using toolkit 2003 from afecelis's codeblocks tutorial and the code blocks project files are included with the tutorial when you download it. also the settings in build options are the main build mode not the default mode.
any questions?
