CSocket memory leakage issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone tell me how do i download the hotfix for the CSocket memory
leakage issue on Win XP.??'cos i've deployed the code in many sites...it's
very difficult to recompile my source code.
 
vanisathish said:
Can anyone tell me how do i download the hotfix for the CSocket memory
leakage issue on Win XP.??'cos i've deployed the code in many sites...it's
very difficult to recompile my source code.

Do you have a reference, such as a Knowledge Base article number, for
this hotfix?

I cannot find any such item. The only reference I can find to
"csocket memory leak" is this article:

FIX: Memory Leak Reported in PLEX.CPP When Using CSocket
Article ID : 136080
http://support.microsoft.com?kbid=136080

Good luck

Ron Martell Duncan B.C. Canada
--
Microsoft MVP (1997 - 2006)
On-Line Help Computer Service
http://onlinehelp.bc.ca

"Anyone who thinks that they are too small to make a difference
has never been in bed with a mosquito."
 
vanisathish said:
Can anyone tell me how do i download the hotfix for the CSocket memory
leakage issue on Win XP.??'cos i've deployed the code in many sites...it's
very difficult to recompile my source code.


Call Microsoft, qualify to them that the hotfix will solve your existing
problem (to prevent getting charged for the call), and they'll tell you how
to download the hotfix. How is this a general Windows XP issue? Looks to
be a VC++ or MFC question
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_csocket.asp).

How is deploying an updated version of your program going to be more
difficult than deploying a hotfix amongst all your customers? How can it
"very difficult" to recompile your own code? How are customers ever going
to get an updated version of your program if you can't manage to update it?
 
Why i wouldnt want to recompile the source is, i need to re-test the
whole thing..Because in some PC with XP Professional SP2, its running
fine. Not sure if that PC is having any hotfixes installed because of
automatic updates..Thats the reason i'm looking for the exact hotfix...

Sorry..I know that it could be VC++ or MFC issue..sorry for posting it
here..i'm in immediate need of this solution

Thanks,
 
Why i wouldnt want to recompile the source is, i need to re-test the
whole thing..Because in some PC with XP Professional SP2, its running
fine. Not sure if that PC is having any hotfixes installed because of
automatic updates..Thats the reason i'm looking for the exact hotfix...

Sorry..I know that it could be VC++ or MFC issue..sorry for posting it
here..i'm in immediate need of this solution


When I needed a hotfix immediately, I just call Microsoft (they have a
Contact Us link at the bottom of their main web page, so just follow the
navigation for your product, which is VS, not Windows). If I can show to
the rep that the hotfix will address my problem, I don't get charged.
 
Hi..
When i disable the Themes service in Win XP professional with Servicce
Pack2..this problem doesnt occur...But i couldnt find this info in the
microsoft website...??
 
Back
Top