Explore projects
-
This is an example of a simple TCP communication using the socket component, it creates a TCP server and listens, it then creates a client that connects to this server and sends a shutdown command and closes the server
Updated -
Using the socket component of Superbase NG this sample creates a server to be used with the Client Sample program
Updated -
Centipede-like game program-controlled with the cursor keys. This was designed to teach object-oriented programming in SIMPOL.
Updated -
-
This program demonstrates opening Excel, sending values to it, having Excel calculate the result, then produce a chart in Excel, get Excel to copy the chart to the clipboard, and then retrieve the chart bitmap back into SIMPOL.
Updated -
-
-
Using the socket component of Superbase NG this sample creates a client to be used with the Server Sample program
Updated -
This program evaluates the URL passed, extracts the domain root, makes a TCP/IP socket connection to the webserver at the domain root address and if a successful connection occurs, requests the page that is referenced in the URL passed by the caller.
Updated -
This project implements a basic order-entry system. It is a more sophisticated example than any of the other samples that are provided with Superbase NG. It makes use of a number of advanced features, such as the extensive use of events.
Updated