Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .Net Pro .VS. VC++ 6. Pin
burrifro7923-Oct-04 15:01
burrifro7923-Oct-04 15:01 
QuestionHow do I import a class? Pin
SuperTank23-Oct-04 13:30
SuperTank23-Oct-04 13:30 
AnswerRe: How do I import a class? Pin
ThatsAlok24-Oct-04 22:41
ThatsAlok24-Oct-04 22:41 
GeneralRe: Linking library Pin
BlackDice23-Oct-04 10:26
BlackDice23-Oct-04 10:26 
Generalconsole app closes Pin
jerrodab23-Oct-04 9:52
jerrodab23-Oct-04 9:52 
GeneralRe: console app closes Pin
SuperTank23-Oct-04 10:01
SuperTank23-Oct-04 10:01 
GeneralRe: console app closes Pin
Anonymous23-Oct-04 16:06
Anonymous23-Oct-04 16:06 
GeneralGrabbing images from Video Files Pin
AJ12323-Oct-04 9:18
AJ12323-Oct-04 9:18 
GeneralGetting CMainFrame members from CView Pin
Leyu23-Oct-04 8:00
Leyu23-Oct-04 8:00 
GeneralRe: Getting CMainFrame members from CView Pin
Michael P Butler23-Oct-04 8:47
Michael P Butler23-Oct-04 8:47 
GeneralRe: Getting CMainFrame members from CView Pin
BlackDice23-Oct-04 9:34
BlackDice23-Oct-04 9:34 
GeneralRe: Getting CMainFrame members from CView Pin
BlackDice23-Oct-04 10:04
BlackDice23-Oct-04 10:04 
QuestionHow to switch between windows? Pin
missnazar23-Oct-04 8:00
missnazar23-Oct-04 8:00 
AnswerRe: How to switch between windows? Pin
Michael P Butler23-Oct-04 8:42
Michael P Butler23-Oct-04 8:42 
GeneralRe: How to switch between windows? Pin
missnazar23-Oct-04 21:06
missnazar23-Oct-04 21:06 
AnswerRe: How to switch between windows? Pin
BlackDice23-Oct-04 9:36
BlackDice23-Oct-04 9:36 
GeneralRe: How to switch between windows? Pin
missnazar23-Oct-04 20:36
missnazar23-Oct-04 20:36 
GeneralRe: How to switch between windows? Pin
BlackDice25-Oct-04 2:54
BlackDice25-Oct-04 2:54 
QuestionMemory leak?? Pin
Bob Stanneveld23-Oct-04 7:17
Bob Stanneveld23-Oct-04 7:17 
Hello,

I have a program program that is leaking memory. I commented out all the code that possibly could cause the leak, but the leak is still there. The following code is all there is left:
<br />
int main()<br />
{<br />
return 0;<br />
}<br />


And when I run this code I get the following leaks:

Detected memory leaks!
Dumping objects ->
{46} normal block at 0x00A42760, 792 bytes long.
Data: <september> 53 65 70 74 65 6D 62 65 72 00 CD CD CD CD CD CD
{45} normal block at 0x00A44C70, 448 bytes long.
Data: <thu mbe="" wed=""> 54 68 75 00 6D 62 65 00 57 65 64 00 6D 62 65 00
{44} normal block at 0x00A446F8, 1328 bytes long.
Data: <%a %b %e %H:%M:%> 25 61 20 25 62 20 25 65 20 25 48 3A 25 4D 3A 25
{43} normal block at 0x00A425C8, 344 bytes long.
Data: <pm wed="" m:%=""> 50 4D 00 CD CD CD CD CD 57 65 64 00 4D 3A 25 00
{42} normal block at 0x00A42440, 320 bytes long.
Data: <c sun=""> 43 00 CD CD CD CD CD CD 53 75 6E 00 CD CD CD CD
Object dump complete.
The thread 0x58C has exited with code 0 (0x0).

I'm using STLPort with _REENTRANT defined and VC6.0. Are there any memory leaks in STLPort that I should know about?


Multiply it by infinity and take it beyond eternity and you'll still have no idea about what I'm talking about.

AnswerRe: Memory leak?? Pin
Yulianto.23-Oct-04 17:05
Yulianto.23-Oct-04 17:05 
GeneralRe: Memory leak?? Pin
Bob Stanneveld24-Oct-04 2:08
Bob Stanneveld24-Oct-04 2:08 
AnswerRe: Memory leak?? Pin
Tim Smith23-Oct-04 18:14
Tim Smith23-Oct-04 18:14 
GeneralRe: Memory leak?? Pin
Bob Stanneveld24-Oct-04 2:07
Bob Stanneveld24-Oct-04 2:07 
AnswerRe: Memory leak?? Pin
Neville Franks24-Oct-04 0:18
Neville Franks24-Oct-04 0:18 
GeneralRe: Memory leak?? Pin
Bob Stanneveld24-Oct-04 2:02
Bob Stanneveld24-Oct-04 2:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.