Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Debuggine Client block
Name: Daemon Rose Date: September 5, 2003 at 06:35:53 Pacific OS: WinXp Pro CPU/Ram: Duron 900, 512K 100 Dimms
Comment:
Hey everyone, I'm hoping someone can help me with a memory leak problem I am having with my C++ application. The error I am getting is: {48} client block at 0x04995D88, subtype c0, 64 bytes long. a CDynLinkLibrary object at $04995D88, 64 bytes long What I wish to know is how can I use this data and the method "_CrtSetDumpClient(,);" to find out what in my program is messing up. I am having a lot of difficulty as even including: #define _CRTDBG_MAP_ALLOC #include #include at the start of my programming I am NOT getting a line number with my _CrtDumpMemoryLeaks(); call :( I'm (obviously) new to use the heap stack for debugging, I have like 4 memory leaks in this program though, and I can't seem to find any place where memory is not de-allocated :( BTW - Does anyone know of a good (hopefully freeware) program/add-on that could be used to help me out here (or just as good a tutorial on-line)? Thanks for any help (I'm using VC .NET in case that makes a big difference).
Summary: Why would you need to find the operating system that the program is running on? Wouldn't you be using the program on the same operating system that it was made on? You can find the client's operating ...
Summary: Hi: I got a quick question about writing java webservice client using Java swing. I thought JVM will be enough to run my application. Does it need a container like APACHE TOMCAT? ...
Summary: Hey all, i've been tearing my hair out for about a week trying to get this working: What i have is a server/client program that simply sends a file from the server to the client across a TCP socket. I...