Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: time string? newbie Pin
fiznicker27-Aug-02 10:25
fiznicker27-Aug-02 10:25 
GeneralRe: time string? newbie Pin
Tomasz Sowinski27-Aug-02 10:39
Tomasz Sowinski27-Aug-02 10:39 
GeneralRe: time string? newbie Pin
Ravi Bhavnani27-Aug-02 10:41
professionalRavi Bhavnani27-Aug-02 10:41 
GeneralRe: time string? newbie Pin
jmkhael27-Aug-02 10:42
jmkhael27-Aug-02 10:42 
GeneralRe: time string? newbie Pin
valikac27-Aug-02 15:08
valikac27-Aug-02 15:08 
GeneralRe: time string? newbie Pin
Michael Dunn27-Aug-02 16:52
sitebuilderMichael Dunn27-Aug-02 16:52 
GeneralTracking source of Invalid Page Fault Pin
fiznicker27-Aug-02 10:15
fiznicker27-Aug-02 10:15 
GeneralRe: Tracking source of Invalid Page Fault Pin
Andreas Saurwein27-Aug-02 13:03
Andreas Saurwein27-Aug-02 13:03 
The adress 0x004000000 is the default base adress in your linker settings. You can (should) change this anyway. I believe there are some articles on MSDN about load adresses of applications that explain the why and how. Basically, windows tries to load you application into this adress space. If there is already another application loaded (most probably is -> default base adress of VC) then it will 'relocate' you application to another adress.

The adress you mentioned 0x004013AB is just 0x13ab bytes into the start of your application (0x00400000). If you take a look at the assembly listing of your app, or set a breakpoint onto this adress (depending on the load adress on your debuggin environment) you will find the spot where the error occurs.

Hope it helps.

int x=1, y=5; 
x^=y^=x^=y; // whats the content of x and y now?
<a href="http://www.codeproject.com/tips/StupidXORTrick.asp" target="_blank">ClickHereForHelp();</a>

Generalsubclassing and messages Pin
RK_200027-Aug-02 9:38
RK_200027-Aug-02 9:38 
GeneralRe: subclassing and messages Pin
Renjith Ramachandran27-Aug-02 9:41
Renjith Ramachandran27-Aug-02 9:41 
GeneralRe: subclassing and messages Pin
Tomasz Sowinski27-Aug-02 9:43
Tomasz Sowinski27-Aug-02 9:43 
GeneralUsing CFileDialog - 2 questions Pin
ns27-Aug-02 9:35
ns27-Aug-02 9:35 
GeneralRe: Using CFileDialog - 2 questions Pin
jmkhael27-Aug-02 9:38
jmkhael27-Aug-02 9:38 
GeneralRe: Using CFileDialog - 2 questions Pin
ns27-Aug-02 9:46
ns27-Aug-02 9:46 
GeneralRe: Using CFileDialog - 2 questions Pin
jmkhael27-Aug-02 10:12
jmkhael27-Aug-02 10:12 
Generalmany many thanks! Pin
ns27-Aug-02 10:27
ns27-Aug-02 10:27 
GeneralRe: many many thanks! Pin
jmkhael27-Aug-02 10:29
jmkhael27-Aug-02 10:29 
Generalimage free.... Pin
pnpfriend27-Aug-02 9:20
pnpfriend27-Aug-02 9:20 
GeneralRe: image free.... Pin
Renjith Ramachandran27-Aug-02 9:38
Renjith Ramachandran27-Aug-02 9:38 
GeneralSocket Space Carnage Pin
magey27-Aug-02 9:01
magey27-Aug-02 9:01 
GeneralRe: Socket Space Carnage Pin
Renjith Ramachandran27-Aug-02 9:45
Renjith Ramachandran27-Aug-02 9:45 
GeneralAnother wierd error message... Pin
Nick Parker27-Aug-02 8:52
protectorNick Parker27-Aug-02 8:52 
GeneralRe: Another wierd error message... Pin
Tomasz Sowinski27-Aug-02 9:05
Tomasz Sowinski27-Aug-02 9:05 
GeneralRe: Another wierd error message... Pin
Nick Parker27-Aug-02 9:16
protectorNick Parker27-Aug-02 9:16 
GeneralRe: Another wierd error message... Pin
Nick Parker27-Aug-02 9:19
protectorNick Parker27-Aug-02 9:19 

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.