[QUOTE=Cadavre;104718]
The listserver is mainly programmed for Linux, that’s why the snprintf error is there, you’ll have to define snprintf to compile it.
#if defined(_WIN32) || defined(_WIN64)
#ifdef _MSC_VER
#define strncasecmp _strnicmp
#define snprintf _snprintf
#endif
#endif
[/QUOTE]
Hey, rly good info, i got an working exe file now :), this is the help i need…ty very much. If anyone needs a compiled noSQL Version of the ListServer, i could upload it (if it is ok)