Changeset 25 for trunk/raknet/README.txt
- Timestamp:
- 11/25/05 18:02:08 (6 years ago)
- Files:
-
- trunk/raknet/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/raknet/README.txt
r23 r25 1 1 Original Author: Clay Smith (clayasaurus@gmail.com) 2 2 3 Windows porter: mystery_guy_from_the_future_who_is_the_best_hacker_ever_and_i_owe_a_million_dollars_to_;) 3 This code works was tested both windows and linux and works. I've included the raknet source I based my code off of 4 for both windows and linux. 4 5 5 If anyone gets this code working for windows, PLEASE email me and update this repo. Thx. 6 Allows use of bitstreams and RPC, comes with a chat sample and a networked opengl 7 line drawing sample using my 2D game framework & derelict, based upon irrlicht's Raknet example. 6 8 7 Basic Raknet bindings for linux. Allows use of bitstreams and RPC, comes with a chat sample and a networked opengl 8 line drawing sample using my 2D game framework for warbots & derelict, based upon irrlicht's Raknet example. 9 I started this 'binding' in order to get the C++ version of raknet to work with D. 9 10 10 I started this 'binding' in order to get the C++ version of raknet to work with D. I got it to work with D on 11 linux, however, to my dismay, I learned that it is /impossible/ to get it to work for the windows version. Here's 12 the list of things I have tried, and solutions that might be available for the future. 13 14 What doesn't work... 15 1) Building Raknet with DMC (not supported) 16 2) using coff2omf to convert microsoft lib to D's lib format... doesn't work. 17 3) using cygwin with gdc, too many issues, plus slow as molasses, and not windows native. 18 19 20 Future solutions... 21 1) If anyone can figure out how to load the raknet DLL/shared lib at runtime 22 2) If an alternate D compiler is available for windows that has a linker that can link either Microsofts .lib files 23 or GCC's .a files 24 3) Raknet decides to support DMC compiler 25 26 Anyways, the bindings are very straight forward and as close to the Raknet metal as possible. I'm not going to use 27 them until I or someone else figures out how to get it to work for windows. 11 These should please both windows and linux users. 28 12 29 13 Have a nice day,
