tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] How to programming winsock on tcc


From: Christian Jullien
Subject: Re: [Tinycc-devel] How to programming winsock on tcc
Date: Sun, 5 Jul 2020 20:46:58 +0200

Hi Ongta, as with VC++, il have to include ws2_32 lib which, for tcc on Windows is passed as –lws2_32 on command line.

 

So command line looks like:

tcc –o foo.exe foo.c –lws2_32

 

Hope it helps.

 

From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On Behalf Of blue sky
Sent: Sunday, July 05, 2020 18:29
To: tinycc-devel@nongnu.org
Subject: [Tinycc-devel] How to programming winsock on tcc

 

Dear Tinycc, 

My name's Ongta, 

 

Tinycc is very good but I cannot write a program that uses winsock as https://docs.microsoft.com/en-us/windows/win32/winsock/complete-server-code

Could you help me config to do that.

Many thanks,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]