Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows sockets and fax

Status
Not open for further replies.

QLearnerNow

Programmer
Jul 1, 2003
22
0
0
AU
Hi all,

I have 2 problems.
firstly I downloaded ws2_32.dll and have included it in my VC++ settings but when i build my winsock program i get an error saying cannot open ws2_32.dll I have placed it in both my system and system32 directories.

secondly i am trying to write a faxcliet application using winfax. Where can i download winfax.lib and winfax.h files.

Will appreciate any help that is offered.

Peace,
QLearnerNow
 
>> I downloaded ws2_32.dll and have included it in my VC++ settings
>> i get an error saying cannot open ws2_32.dll

How are you including it? How are you using it? What is your background in Winsock development?

-pete
 
I have tried including both ws2_32.dll and ws2_32.lib(I have not downloaded ws2_32.lib - can't find it anywhere)in VC++ Project Settings under the link tab. i use
#include <winsock2.h>
in my code. i have also tried using
#pragma comment(lib, &quot;ws2_32&quot;)
but none of them work.

This is basically my first program using winsock. I am trying to learn how to use it.

Regards,
QLearnerNow
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top