Skip to content

sy1vain/Cinder-ClientServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Cinder-ClientServer

A TCP Server/Client for Cinder - Currently a very minimal implementation used for an internal project.

Winsock error

If you get the following error:

WinSock.h has already been included

This might be caused because you already included some boost libraries before this CinderBlock. Known workarounds (but not always effective) are adding

#define WIN32_LEAN_AND_MEAN

or

#include <winsock2.h>

in the your main app file.

But simpler is to make sure that TCP.h gets included sooner.

#include "TCP.h"

About

A TCP Server/Client for Cinder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published