 |
 |
| Version 2.3 |
 |
 |
License: Other Open Source License
Updated: April 20, 2001
Source: Source Included
|
 |
 |
* Now I use a IMPEXP_PFZNet before each class declaration. This may make it work correctly on PowerPCs.
* Corrected the documentation where it tells New 3.0 to New 2.2.
* Created a PFZAtomics.h where I define the atomic_set, atomic_fill, atomic_clear and atomic_read.
For me, I don't need an atomic function to do this work, so the defines only do the job without calling any function. I think you really don't need any atomic function for that, but if you need, uncomment the #define PFZ_COMPLETE_ATOMIC at the PFZAtomics.h (and e-mail me telling you needed to to that).
* The project is better organized now.
|
|
|
Intel Version (35 KB) |
330 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.2 |
 |
 |
License: Other Open Source License
Updated: April 15, 2001
Source: Source Included
|
 |
 |
Now the TPFZNetEndpointServer closes all connections when you delete it or call Run(false) // I had already created the function to close the connections, but forgot to call it.
Now the directory it creates is PFZNet not PFZNetEndpoint.
|
|
|
Intel Version - requires R5 (32 KB) |
95 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.1 |
 |
 |
License: Other Open Source License
Updated: April 14, 2001
Source: Source Included
|
 |
 |
Renamed TPFZNetClientEvents to TPFZNetClientStub.
The TPFZNetClientStub now works at BNetEndpoint level, not at TPFZNetEndpoint level (as it only needs the function Close(), which is declared at BNetEndpoint).
The Connections() function of TPFZNetEndpointServer is now const.
Used the right C++ way to init variables on constructor.
|
|
|
Intel Version - requires R5 (32 KB) |
36 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.0 |
 |
 |
License: Other Open Source License
Updated: April 11, 2001
Source: Source Included
|
 |
 |
I think now the directories are all relative, so it may compile without the need to change all the directories.
Added new classes specific for creating Clients and Servers. They spawn the thread automatically, and the server also wait for connections automatically, and call OnClientRun() for the withing the new thread it has created for it.
I hope the code is fast and stable. I use my own version of list (TPFZLinkedList, that I use to store client connections on the server, but it can be useful for non-Net related software).
|
|
|
Intel Version - requires R5 (30 KB) |
71 downloads |
|
 |
 |
|
|
 |
 |
| Version 1.0 |
 |
 |
License: Other Open Source License
Updated: April 8, 2001
Source: Source Included
|
 |
 |
(no information provided)
|
|
|
Intel Version - requires R5 (16 KB) |
90 downloads |
|
 |
 |
|
|
 |
 |
|
|
|