Jump to content

VpTCP: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
A rudimentary TCP/IP sockets library for [[Virtual Pascal]] that is basically a translation of the [[C]] header files from the old 16 bit TCP/IP stack SDK into VP Units and Includes. It should be noted that there may be more modern and better socket libraries than this and vpTCP may not work optimally with 32 bit stacks.
A rudimentary TCP/IP sockets library for [[Virtual Pascal]] that is basically a translation of the [[C]] header files from the old 16-bit TCP/IP stack SDK into VP Units and Includes. It should be noted that there may be more modern and better socket libraries than this and vpTCP may not work optimally with 32-bit stacks.


It ships with ''Telnet'' and ''Finger'' example source but no source code for the library.
It ships with ''Telnet'' and ''Finger'' example source but no source code for the library.


==Versions==
==Versions==
* Last known version: [http://hobbes.nmsu.edu/download/pub/os2/dev/pascal/vptcp110.zip vpTCP 1.10] (1996-06-11)
* 1.03 (1996)
* 1.10 (1996-06-11)
:vpTCP version 2 was announced but appears not to have been delivered.
:vpTCP version 2 was announced but appears not to have been delivered.
;Prerequisites
;Prerequisites
Line 13: Line 14:
==Licence==
==Licence==
* Freeware
* Freeware
* Author: [[Antony T. Curtis]]


==Author==
[[Category:TCP/IP]][[Category:Software written in Pascal]]
* [[Antony T. Curtis]]
 
[[Category:Networking]][[Category:Software written in Pascal]]

Latest revision as of 23:08, 19 September 2022

A rudimentary TCP/IP sockets library for Virtual Pascal that is basically a translation of the C header files from the old 16-bit TCP/IP stack SDK into VP Units and Includes. It should be noted that there may be more modern and better socket libraries than this and vpTCP may not work optimally with 32-bit stacks.

It ships with Telnet and Finger example source but no source code for the library.

Versions

  • 1.03 (1996)
  • 1.10 (1996-06-11)
vpTCP version 2 was announced but appears not to have been delivered.
Prerequisites

See also: Ager's Socket Library

Licence