From: Ivan Denisov Date: Sat, 17 Feb 2018 04:20:13 +0000 (+0700) Subject: server example uses LinNet.select X-Git-Url: http://deadsoftware.ru/gitweb?p=bbcp.git;a=commitdiff_plain;h=43d732331c81c019906ce393388889b3c08f84e0 server example uses LinNet.select --- diff --git a/examples/server/README b/examples/server/README index e4386a6..3120bbe 100644 --- a/examples/server/README +++ b/examples/server/README @@ -15,8 +15,7 @@ cd ../../BlackBox # 4. Go to the example folder and compile the example cd ../examples/server -ln -s ../../BlackBox/_Linux_GUI/Gtk2 ./ -../../BlackBox/run-BlackBox < buildExample +echo "DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask CommTCP Init" | ../../BlackBox/run-BlackBox # 5. Stop any other server that using 80 ports (apache, nginx, ...) # 6. Then you can start server using command: diff --git a/examples/server/System/Mod/Init.odc b/examples/server/System/Mod/Init.odc index 7454a96..0251cdb 100644 Binary files a/examples/server/System/Mod/Init.odc and b/examples/server/System/Mod/Init.odc differ diff --git a/examples/server/buildExample b/examples/server/buildExample deleted file mode 100644 index 485fc3a..0000000 --- a/examples/server/buildExample +++ /dev/null @@ -1,5 +0,0 @@ -DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask - -DevCompiler.CompileThis Gtk2GLib Gtk2GObject Gtk2Pango Gtk2Gdk Gtk2Gtk - -DevCompiler.CompileThis Init