Click here to Skip to main content
16,012,173 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Supply parameters to a thread Pin
ilgale15-Jul-02 21:28
ilgale15-Jul-02 21:28 
GeneralRe: Supply parameters to a thread Pin
Joaquín M López Muñoz15-Jul-02 21:32
Joaquín M López Muñoz15-Jul-02 21:32 
GeneralRe: Supply parameters to a thread Pin
ilgale15-Jul-02 21:56
ilgale15-Jul-02 21:56 
GeneralRe: Supply parameters to a thread Pin
Daniel Lohmann17-Jul-02 14:38
Daniel Lohmann17-Jul-02 14:38 
GeneralLNK2001, errno and messing with libraries Pin
Janine15-Jul-02 20:59
Janine15-Jul-02 20:59 
GeneralRe: LNK2001, errno and messing with libraries Pin
Daniel Lohmann17-Jul-02 14:46
Daniel Lohmann17-Jul-02 14:46 
GeneralRe: LNK2001, errno and messing with libraries Pin
Janine18-Jul-02 1:19
Janine18-Jul-02 1:19 
QuestionHow to locate crash using mapfiles generated by MsDev Pin
Arvind Kumar15-Jul-02 20:55
Arvind Kumar15-Jul-02 20:55 
I am facing problem of finding from where exceptions are coming. For this I started to look mapfiles generated by /MAP option in the link tab of Visual Studio editor of MSDev. But could not understand fully. I am using Dlls also with Exe file and when exception comes from Dll then its not clear how to locate the exception in mapfile using the address of exception we have gotten from execution and addresses given in mapfile

Actually my project contains one exe and 3 dlls. Now map files are there for exe and dlls as well. When exe gets exceuted there are times when exception comes from dlls. While looking map files for dlls, there is some calulation required to get the at least function name from where exception came. This caculation is needed because preferred base address given in the dll map file is different than where dll was actually loaded while executing the program. Crash address is in respect to where dll was loaded while addresses in the map file are with respect to preferred base address.



Arvind Kumar Maurya
AnswerRe: How to locate crash using mapfiles generated by MsDev Pin
567890123415-Jul-02 22:45
567890123415-Jul-02 22:45 
GeneralDirectX editing service problem, help me! Pin
RichardWdy15-Jul-02 20:34
RichardWdy15-Jul-02 20:34 
GeneralHelp Pin
SamirSood15-Jul-02 18:59
SamirSood15-Jul-02 18:59 
GeneralSend Bitmap from ISAPI extension Pin
Don Miguel15-Jul-02 18:58
Don Miguel15-Jul-02 18:58 
GeneralAdd handler for a toolbar button Pin
Anonymous15-Jul-02 18:57
Anonymous15-Jul-02 18:57 
GeneralRe: Add handler for a toolbar button Pin
Fredrik Skog15-Jul-02 20:43
Fredrik Skog15-Jul-02 20:43 
GeneralBitmap Pin
suresh_sathya15-Jul-02 18:40
suresh_sathya15-Jul-02 18:40 
GeneralRe: Bitmap Pin
Christian Graus15-Jul-02 19:03
protectorChristian Graus15-Jul-02 19:03 
GeneralRe: Bitmap Pin
suresh_sathya15-Jul-02 23:52
suresh_sathya15-Jul-02 23:52 
Generalsimple C thread functionality question. Pin
nosherwan15-Jul-02 15:01
nosherwan15-Jul-02 15:01 
GeneralRe: simple C thread functionality question. Pin
Nish Nishant15-Jul-02 15:55
sitebuilderNish Nishant15-Jul-02 15:55 
GeneralCImageList Pin
Steve L.15-Jul-02 12:49
Steve L.15-Jul-02 12:49 
GeneralRe: CImageList Pin
Shog916-Jul-02 7:22
sitebuilderShog916-Jul-02 7:22 
Generalinitialising elements using new foo[] Pin
moredip15-Jul-02 12:39
moredip15-Jul-02 12:39 
GeneralRe: initialising elements using new foo[] Pin
Christian Graus15-Jul-02 12:51
protectorChristian Graus15-Jul-02 12:51 
GeneralRe: initialising elements using new foo[] Pin
Chris Losinger15-Jul-02 13:48
professionalChris Losinger15-Jul-02 13:48 
GeneralRe: initialising elements using new foo[] Pin
Bernhard15-Jul-02 23:55
Bernhard15-Jul-02 23:55 

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.