Building simple winsock program

tamtca

New member
Joined
Jan 30, 2004
Messages
1
Hi there,

I would like to compile a simple winsock C program using VC++ .NET.

I have built/compiled that C program using VC++ 6.0 in the past. What I had to do is simply "select the "Project" --> "Settings" --> "Link" tab; then go to the Object/library modules and add wsock32.lib to the end of the line".

How can I work on that with the VC++ .NET.

Thanks.

Cheers,
Tam
 
Back
Top