Click here to Skip to main content
15,888,351 members
Home / Discussions / System Admin
   

System Admin

 
GeneralSystem Halting Pin
nkjha16-Feb-08 3:10
nkjha16-Feb-08 3:10 
GeneralRe: System Halting Pin
User 17164926-Feb-08 4:19
professionalUser 17164926-Feb-08 4:19 
GeneralRe: System Halting Pin
nkjha16-Feb-08 22:36
nkjha16-Feb-08 22:36 
GeneralRe: System Halting Pin
Expert Coming15-Feb-08 5:22
Expert Coming15-Feb-08 5:22 
GeneralRe: System Halting Pin
HNS21-Feb-08 21:53
professionalHNS21-Feb-08 21:53 
GeneralRe: System Halting Pin
Expert Coming22-Feb-08 12:44
Expert Coming22-Feb-08 12:44 
GeneralApplication Error : The instruction at "0x5f801088" referenced memory at "0x00000004". The memory could not be "read". Pin
nilam24774-Feb-08 23:37
nilam24774-Feb-08 23:37 
GeneralRe: Application Error : The instruction at "0x5f801088" referenced memory at "0x00000004". The memory could not be "read". Pin
Mike Dimmick5-Feb-08 6:27
Mike Dimmick5-Feb-08 6:27 
Your application passed a bad pointer into MFC and it crashed. Run the debug build of your program under the debugger and repeat whatever it was that you did. That should show you - if you're lucky, with an ASSERT, otherwise an exception - where the problem occurs.

If the problem does not recur with a debug build, consider building your release build with debugging information. This is still allowed and is a very good idea for troubleshooting this kind of problem. Under C/C++ in Project Settings, under Debug Info, select Program Database. Then, on the Link tab, check Generate Debug Info. In the Project Options box, add the switch /OPT:REF (this is the default but is suppressed when Generate Debug Info is enabled). The latter switch removes unreferenced code from your project (although it does not have much effect unless Enable Function-Level Linking is enabled under the Customize category of the C/C++ tab).

Most likely you passed a null pointer and MFC tried to use the second member of the structure.


DoEvents: Generating unexpected recursion since 1991

GeneralRecycle Bin Entry Pin
john56324-Feb-08 19:15
john56324-Feb-08 19:15 
GeneralRe: Recycle Bin Entry Pin
MatrixCoder5-Feb-08 11:58
MatrixCoder5-Feb-08 11:58 
GeneralWindows Server 2008 released to manufacturing Pin
brucedkyle4-Feb-08 9:30
brucedkyle4-Feb-08 9:30 
GeneralRe: Windows Server 2008 released to manufacturing Pin
Paul Conrad29-Feb-08 6:58
professionalPaul Conrad29-Feb-08 6:58 
QuestionCopying files from one machine to another [modified] Pin
David Crow4-Feb-08 4:26
David Crow4-Feb-08 4:26 
GeneralRe: Copying files from one machine to another Pin
Johpoke4-Feb-08 7:24
Johpoke4-Feb-08 7:24 
GeneralRe: Copying files from one machine to another Pin
Mike Dimmick5-Feb-08 6:37
Mike Dimmick5-Feb-08 6:37 
GeneralMy problem is mainly bout IEXPLORER Pin
Mokhtar1-Feb-08 9:28
Mokhtar1-Feb-08 9:28 
GeneralRe: My problem is mainly bout IEXPLORER Pin
Johpoke1-Feb-08 10:38
Johpoke1-Feb-08 10:38 
GeneralRe: My problem is mainly bout IEXPLORER Johannes Pin
Mokhtar1-Feb-08 22:06
Mokhtar1-Feb-08 22:06 
GeneralRe: My problem is mainly bout IEXPLORER Johannes Pin
Johpoke1-Feb-08 22:11
Johpoke1-Feb-08 22:11 
QuestionLDAP Path Attribute sequence ??? [modified] Pin
Paw Jershauge31-Jan-08 2:46
Paw Jershauge31-Jan-08 2:46 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Dave Kreskowiak31-Jan-08 4:56
mveDave Kreskowiak31-Jan-08 4:56 
GeneralProblem after resizing partition Pin
amit.code28-Jan-08 2:44
amit.code28-Jan-08 2:44 
GeneralRe: Problem after resizing partition Pin
ruready51130-Jan-08 5:09
ruready51130-Jan-08 5:09 
GeneralFedora Installation problems Pin
Sarath C26-Jan-08 17:04
Sarath C26-Jan-08 17:04 
GeneralRe: Fedora Installation problems Pin
ruready51126-Jan-08 18:43
ruready51126-Jan-08 18:43 

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.