Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPixels - char (difficult) Pin
JensB22-Apr-03 3:52
JensB22-Apr-03 3:52 
GeneralRe: Pixels - char (difficult) Pin
Hans Ruck22-Apr-03 4:01
Hans Ruck22-Apr-03 4:01 
GeneralRe: Pixels - char (difficult) Pin
Jim Crafton22-Apr-03 4:40
Jim Crafton22-Apr-03 4:40 
GeneralCrash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 3:39
dandy7222-Apr-03 3:39 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
Tim Smith22-Apr-03 3:53
Tim Smith22-Apr-03 3:53 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 4:28
dandy7222-Apr-03 4:28 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
Tim Smith22-Apr-03 4:42
Tim Smith22-Apr-03 4:42 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 5:10
dandy7222-Apr-03 5:10 
> if I remember the access violation dialog box, it lists a few numbers
> including the address being referenced and the IP of the instruction

That's part of the problem, I don't even get that much info on the crash dialog. Here's the full text (and I just realized I was looking at an old screenshot when I made the original post):

>>>
The instruction at "0x00459083" referenced memory at "0x00c70000". The memory could not be "read".
<<<

According to the .MAP file, the closest function (at 0x004590e0) is memcpy(), and 0x000580e0 isn't part of the .MAP file. So I don't know what to do next...

(I'd kill for a stack trace)
GeneralRe: Crash address, doesn't exist in .MAP file Pin
Tim Smith22-Apr-03 6:19
Tim Smith22-Apr-03 6:19 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 8:13
dandy7222-Apr-03 8:13 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
Tim Smith22-Apr-03 9:03
Tim Smith22-Apr-03 9:03 
GeneralRe: Crash address, doesn't exist in .MAP file Pin
dandy7222-Apr-03 10:46
dandy7222-Apr-03 10:46 
Questionwhere can I find a tutorial about raw socket programming? Pin
George222-Apr-03 3:34
George222-Apr-03 3:34 
AnswerRe: where can I find a tutorial about raw socket programming? Pin
valikac22-Apr-03 9:05
valikac22-Apr-03 9:05 
GeneralRe: where can I find a tutorial about raw socket programming? Pin
George222-Apr-03 16:28
George222-Apr-03 16:28 
AnswerRe: where can I find a tutorial about raw socket programming? Pin
Phil Hamer22-Apr-03 12:50
Phil Hamer22-Apr-03 12:50 
GeneralRe: where can I find a tutorial about raw socket programming? Pin
George222-Apr-03 16:28
George222-Apr-03 16:28 
GeneralRe: where can I find a tutorial about raw socket programming? Pin
Phil Hamer22-Apr-03 17:14
Phil Hamer22-Apr-03 17:14 
GeneralC++ related Pin
John-theKing22-Apr-03 3:11
John-theKing22-Apr-03 3:11 
GeneralRe: C++ related Pin
Paul D'hertoghe22-Apr-03 3:39
professionalPaul D'hertoghe22-Apr-03 3:39 
GeneralRe: C++ related Pin
Jim Crafton22-Apr-03 4:41
Jim Crafton22-Apr-03 4:41 
GeneralOnWndMsg(),OnCommand(),OnCmdMsg() Pin
Member 25731522-Apr-03 2:31
Member 25731522-Apr-03 2:31 
GeneralRe: OnWndMsg(),OnCommand(),OnCmdMsg() Pin
David Crow22-Apr-03 5:26
David Crow22-Apr-03 5:26 
GeneralUnresolved Externals: Class Template Pin
yprog22-Apr-03 2:11
yprog22-Apr-03 2:11 
GeneralRe: Unresolved Externals: Class Template Pin
Hans Ruck22-Apr-03 3:35
Hans Ruck22-Apr-03 3:35 

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.