Thread overview
CSocket
Dec 11, 2003
Phill
Dec 11, 2003
Phill
Re: CSocket Problem
May 12, 2006
adra_arif
December 11, 2003
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.





December 11, 2003
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.
>
>
>
>
>


May 12, 2006
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.