Skip to content

implement tcp interop layer for Office on mac OS #9

@michaelneu

Description

@michaelneu

Wrap wsock32 in an if guard like this to prevent importing missing functions on macOS (Win32 is True for both 32 and 64 bit Windows):

#If Win32 Then

' imports

#End If

Add a similar file for macOS, to allow for socket connections there.

Then rename TcpServer to TcpServerWindows, add a superclass ITcpServer and ITcpClient and select the appropriate tcp server/client based on the operating system.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions