I was asked recently about running a WinMx chat room from a server.
Simple enought at first sight huh ?
It turns out its not so easy as it sounds if the server is running linux and, many are
With this in mind I looked at which server was the one that relied on windows runtime libraries the least, as that would be the one that would suffer no performance losses,
anyway heres my results.
Roboserver Dependencies ( 12 )
ADVAPI32.DLL
COMCTL32.DLL
GDI32.DLL
KERNEL32.DLL
MFC42.DLL
MSVCP60.DLL
MSVCRT.DLL
OLE32.DLL
SHELL32.DLL
USER32.DLL
WINMM.DLL
WS2_32.DLL
Ouka Chat Server Dependencies ( 9 ) , ( 10 )
COMCTL32.DLL
COMDLG32.DLL
GDI32.DLL
KERNEL32.DLL
SHELL32.DLL
USER32.DLL
WINMM.DLL
WININET.DLL
WS2_32.DLL
SHLWAPI.DLL is also needed on the latest 5.xx series
FxServer ( 10 )
ADVAPI32.DLL
COMCTL32.DLL
GDI32.DLL
KERNEL32.DLL
MFC42.DLL
MSVCRT.DLL
SHELL32.DLL
USER32.DLL
VERSION.DLL
WSOCK32.DLL
Nushi Advanced Chat Server ( 9)
COMCTL32.DLL
GDI32.DLL
KERNEL32.DLL
MFC71.DLL
MSVCR71.DLL
SHLWAPI.DLL
USER32.DLL
WS2_32.DLL
WINMM.DLL
WCS ( 5 )
KERNEL32.DLL
COMDLG32.DLL
CRTDLL.DLL
USER32.DLL
WS2_32.DLL
The WCS server is lean by comparison to all the others, so if you are looking to get yourself a server to run your chatroom I think the answer is plain enough, KM is getting too dam smart