Click here to Skip to main content
15,896,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: needed dll's on other computers Pin
Grimes15-May-06 9:39
Grimes15-May-06 9:39 
QuestionRemote Connection Pin
Anu_Bala15-May-06 2:31
Anu_Bala15-May-06 2:31 
AnswerRe: Remote Connection Pin
NiceNaidu15-May-06 19:26
NiceNaidu15-May-06 19:26 
GeneralRe: Remote Connection Pin
Anu_Bala15-May-06 22:57
Anu_Bala15-May-06 22:57 
Question[Message Deleted] Pin
ddmcr15-May-06 2:13
ddmcr15-May-06 2:13 
AnswerRe: Command line parameters [modified] Pin
Leo Davidson15-May-06 2:31
Leo Davidson15-May-06 2:31 
QuestionWin32 DLL project randomly crashes after moving to VS2005 Pin
Leo Davidson15-May-06 2:12
Leo Davidson15-May-06 2:12 
AnswerRe: Win32 DLL project randomly crashes after moving to VS2005 Pin
Stephen Hewitt15-May-06 16:17
Stephen Hewitt15-May-06 16:17 
I would suspect heap corruption. Try enabling the page heap. How to do this:
1. Download WinDBG from Microsoft here[^].
2. Install it.
3. Select "Start Menu->Programs->Debugging Tools for Windows->Global Flags".
4. Select the "Verifier" tab.
5. Enter the name of your EXE in the "image" edit box and press TAB. e.g. "Notepad.exe".
6. Tick "Enable" & "PageHeap".
7. Press "OK"

Run you application. It will run many times slower then normal and consume much more memory. In some cases I have been unable to run a particular application as my machine didn't have enough memory; you may need a beefy machine for this kind of debugging.

Don't forget to turn off the page heap when done. To do this enter the EXE name, remove the options we added and press OK. Let me know if you have any questions along the way.



Steve
GeneralRe: Win32 DLL project randomly crashes after moving to VS2005 Pin
Leo Davidson16-May-06 1:26
Leo Davidson16-May-06 1:26 
QuestionHow to create Windows service for listening on a socket Pin
zahid_ash15-May-06 1:52
zahid_ash15-May-06 1:52 
AnswerRe: How to create Windows service for listening on a socket Pin
led mike15-May-06 5:32
led mike15-May-06 5:32 
GeneralRe: How to create Windows service for listening on a socket Pin
zahid_ash15-May-06 19:20
zahid_ash15-May-06 19:20 
GeneralRe: How to create Windows service for listening on a socket Pin
led mike15-May-06 19:57
led mike15-May-06 19:57 
QuestionGetting Scroll information Pin
Sarath C15-May-06 1:44
Sarath C15-May-06 1:44 
AnswerRe: Getting Scroll information Pin
Russell'15-May-06 2:16
Russell'15-May-06 2:16 
AnswerRe: Getting Scroll information Pin
Naveen15-May-06 2:30
Naveen15-May-06 2:30 
GeneralRe: Getting Scroll information Pin
Sarath C15-May-06 2:40
Sarath C15-May-06 2:40 
GeneralRe: Getting Scroll information Pin
Naveen15-May-06 3:10
Naveen15-May-06 3:10 
Questionhow to square a value Pin
lindag178315-May-06 1:35
lindag178315-May-06 1:35 
AnswerRe: how to square a value Pin
Russell'15-May-06 1:37
Russell'15-May-06 1:37 
AnswerRe: how to square a value Pin
Eric Dahlvang15-May-06 4:00
Eric Dahlvang15-May-06 4:00 
GeneralRe: how to square a value Pin
lindag178315-May-06 23:33
lindag178315-May-06 23:33 
AnswerRe: how to square a value Pin
Eric Dahlvang16-May-06 2:54
Eric Dahlvang16-May-06 2:54 
AnswerRe: how to square a value Pin
Stephen Hewitt15-May-06 16:59
Stephen Hewitt15-May-06 16:59 
GeneralRe: how to square a value Pin
Russell'17-May-06 4:46
Russell'17-May-06 4:46 

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.