TempLoginName
10-10-2004, 10:43 PM
(Updated to be based off the 1.17.0 server code)
I had to reorganize it to be compilable with Dev-C++. The main change was adding
[Port]
Port=5555
to myseqserver.ini (doesn't have to be there, defaults to 5555 if it's not found). The changes in code can be found under LoadSettings() in myseqserverc.cpp and some tweaks in the new main.cpp I seemed to need to make it compilable with Dev-C++.
I'm only posting source code since it's not really different than the basic server, and I wanted to see what slarti and 42! thought.
Old No Name
I had to reorganize it to be compilable with Dev-C++. The main change was adding
[Port]
Port=5555
to myseqserver.ini (doesn't have to be there, defaults to 5555 if it's not found). The changes in code can be found under LoadSettings() in myseqserverc.cpp and some tweaks in the new main.cpp I seemed to need to make it compilable with Dev-C++.
I'm only posting source code since it's not really different than the basic server, and I wanted to see what slarti and 42! thought.
Old No Name