www.digitalmars.com         C & C++   DMDScript  

c++.mfc - CSocket

reply "Phill" <phill pacific.net.au> writes:
Hi there
I am having troubles creating a CSocket using
DM when the same code(although not on every attempt) works using VC++.

Are there any known problems when creating
a CSocket with DM ?
I am using
CSocket csock;
csock.Create(...);

cheers Phill.
Dec 10 2003
parent reply "Phill" <phill pacific.net.au> writes:
Problem solved.....


"Phill" <phill pacific.net.au> wrote in message
news:br8sl1$j9$1 digitaldaemon.com...
 Hi there
 I am having troubles creating a CSocket using
 DM when the same code(although not on every attempt) works using VC++.

 Are there any known problems when creating
 a CSocket with DM ?
 I am using
 CSocket csock;
 csock.Create(...);

 cheers Phill.
Dec 11 2003
parent adra_arif yahoo.co.in writes:
How did you slove the above said problem.Since I am also facing the similar kind
of problem.(i.e Create function of CSocket class is failing in the DLL)
Please help me out.
May 11 2006