I'm working on a lite-c demo for GSTNet, headers are done. connections are done. but still some work on string handling.

I'm using something like this:
start server with cmd line: -d srv,1
Code:
if(srv==1){
    exec("C:\\Programme\\GStudio7\\acknex.exe","GSTNet_Demo.c -diag");  
    exec("C:\\Programme\\GStudio7\\acknex.exe","GSTNet_Demo.c");  
    exec("C:\\Programme\\GStudio7\\acknex.exe","GSTNet_Demo.c");  
}




Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files