MultiUserDraw Application

 NameDescription
Olf.Net.Socket.Messaging

*************************************************************************** Socket Messaging Library Copyright 2023-2024 Patrick Prémartin under AGPL 3.0 license. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *************************************************************************** Socket Messaging is a Delphi Library for managing a messaging system over TCP/IP sockets between clients and servers or peer to peer programs. The library can be used in any Delphi project on recent versions of the environment. It uses the TSocket class from System.Net.Socket, threads and generic collections. To use this library more simply, and obtain the source code you need to use a client and server in your project, with your own interface, without coding, use this code generator : https://smcodegenerator.olfsoftware.fr/ *************************************************************************** Author(s) : Patrick PREMARTIN Site : https://socketmessaging.developpeur-pascal.fr/ Project site : https://github.com/DeveloppeurPascal/Socket-Messaging-Library *************************************************************************** File last update : 28/05/2024 12:19:19 Signature : 8bc0536e5b81b097a02934e6b9ce4a388f5c9ff9 ***************************************************************************

UMultiUserDrawMessages

*************************************************************************** Socket Messaging Library Copyright 2023-2024 Patrick Prémartin under AGPL 3.0 license. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *************************************************************************** Socket Messaging is a Delphi Library for managing a messaging system over TCP/IP sockets between clients and servers or peer to peer programs. The library can be used in any Delphi project on recent versions of the environment. It uses the TSocket class from System.Net.Socket, threads and generic collections. To use this library more simply, and obtain the source code you need to use a client and server in your project, with your own interface, without coding, use this code generator : https://smcodegenerator.olfsoftware.fr/ *************************************************************************** Author(s) : Patrick PREMARTIN Site : https://socketmessaging.developpeur-pascal.fr/ Project site : https://github.com/DeveloppeurPascal/Socket-Messaging-Library *************************************************************************** File last update : 28/05/2024 12:19:19 Signature : db700f61b2159a1258543405e9c5b56ced387de1 ***************************************************************************

fMain

*************************************************************************** Socket Messaging Library Copyright 2023-2024 Patrick Prémartin under AGPL 3.0 license. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *************************************************************************** Socket Messaging is a Delphi Library for managing a messaging system over TCP/IP sockets between clients and servers or peer to peer programs. The library can be used in any Delphi project on recent versions of the environment. It uses the TSocket class from System.Net.Socket, threads and generic collections. To use this library more simply, and obtain the source code you need to use a client and server in your project, with your own interface, without coding, use this code generator : https://smcodegenerator.olfsoftware.fr/ *************************************************************************** Author(s) : Patrick PREMARTIN Site : https://socketmessaging.developpeur-pascal.fr/ Project site : https://github.com/DeveloppeurPascal/Socket-Messaging-Library *************************************************************************** File last update : 28/05/2024 12:19:19 Signature : 64fdf8617b82d627be866abba562b3511e6c0d18 ***************************************************************************

Top