|
|||||
function | TCPIsVersionCompatible |
Other Library Functions |
Library: TCP/IP
Include: omioprot.xin, omtcp.xin |
Returns: Switch
Returns true if the TCP/IP library is compatible with the version of OmniMark in use, and false if this version of the library is designed for a newer version of OmniMark. |
define external switch function TCPIsVersionCompatible as TCPIsVersionCompatible
This function is used to determine if the TCP/IP library is compatible with the version of OmniMark in use.
Example:
do unless TCPIsVersionCompatible put #error "tcp/ip library is not compatible with this version of OmniMark" halt with 1 done
---- |