ipxnet icon indicating copy to clipboard operation
ipxnet copied to clipboard

host an stand alone ipx network over tcp for old dos games running in dosbox

Results 4 ipxnet issues
Sort by recently updated
recently updated
newest added

The commits are small and mostly speak for themselves :)

Building with libSDL 1.2, had undefined reference to symbol 'SDL_GetError' without linking in SDL itself.

Hi Just a quick rundown of how to build this in OpenBSD - the libraries and headers go into /usr/local which the compilers don't look into by default. So a...

``` ragnarok@ragnarok:~/src/ragnarok/ipxnet$ make g++ -Wall main.cpp ipxserver.cpp -lSDL_net -o ipxnet ipxserver.cpp: In function ‘void ackClient(IPaddress)’: ipxserver.cpp:118:8: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] Bits result; ^~~~~~ /usr/bin/ld: /tmp/cc3HWV3Q.o: referencia...