PDA

View Full Version : My MySEQ Server



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

slartibartfast
10-11-2004, 02:58 AM
Cheers I'll take a look

Seems a harmless enough change - I'll add it to the code b4 i make the next release