You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied the server.cpp, http_tcpServer.h and http_tcpServer.cpp files. I then commented out uninstd.h include line since it was throwing error that it is not supported in windows.
I then tryed to compile and run, It threw bunch of LINK errors.
The text was updated successfully, but these errors were encountered:
I copied the server.cpp, http_tcpServer.h and http_tcpServer.cpp files. I then commented out uninstd.h include line since it was throwing error that it is not supported in windows.
I then tryed to compile and run, It threw bunch of LINK errors.
![image](https://private-user-images.githubusercontent.com/43374640/401432230-32ba2f4f-043d-409b-b8ae-091dde319dcc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTc2ODgsIm5iZiI6MTczOTYxNzM4OCwicGF0aCI6Ii80MzM3NDY0MC80MDE0MzIyMzAtMzJiYTJmNGYtMDQzZC00MDliLWI4YWUtMDkxZGRlMzE5ZGNjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDExMDMwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBmOTE2MTIzMTM3ZTljYjljYjMwNTc3MzgwYWMwNTIxY2EzMjk2NzA3NmM2ZTNhMTI1ODU5NDU1NmMwN2ZhMGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.e8ov02yv31JEZr9JR9oYeQMl-wuwUQ0FmP7XYK3KJ8U)
The text was updated successfully, but these errors were encountered: