Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDoubt related to MAC & IP Address Pin
Aji V Nair4-Dec-06 0:12
Aji V Nair4-Dec-06 0:12 
AnswerRe: Doubt related to MAC & IP Address Pin
Mark Salsbery4-Dec-06 7:02
Mark Salsbery4-Dec-06 7:02 
QuestionHow i can get file when i debug my project.. Pin
Shah Satish3-Dec-06 23:36
Shah Satish3-Dec-06 23:36 
AnswerRe: How i can get file when i debug my project.. Pin
Cedric Moonen3-Dec-06 23:49
Cedric Moonen3-Dec-06 23:49 
GeneralRe: How i can get file when i debug my project.. Pin
Shah Satish3-Dec-06 23:55
Shah Satish3-Dec-06 23:55 
GeneralRe: How i can get file when i debug my project.. Pin
Shah Satish3-Dec-06 23:56
Shah Satish3-Dec-06 23:56 
GeneralRe: How i can get file when i debug my project.. Pin
Shah Satish3-Dec-06 23:57
Shah Satish3-Dec-06 23:57 
AnswerRe: How i can get file when i debug my project.. Pin
_AnsHUMAN_ 4-Dec-06 2:56
_AnsHUMAN_ 4-Dec-06 2:56 
I think you need the information of the functions that are executed during the execution of your exe. For this you need to go to (VS .NET 2003) Linker settings under your project settings. there you can find an option for debugging. Enter "blabla.ini" or whatever for the map file to be generated and set map exports and map lines to /MAPINFO:EXPORTS and /MAPINFO:LINES respectively.
Run the application. You can find the file in your project folder.

See if this is what you need/ask for in your query.


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: How i can get file when i debug my project.. Pin
David Crow4-Dec-06 4:55
David Crow4-Dec-06 4:55 
Questionoutptu rand() in textbox Pin
panduran3-Dec-06 22:19
panduran3-Dec-06 22:19 
AnswerRe: outptu rand() in textbox Pin
Christian Graus3-Dec-06 22:25
protectorChristian Graus3-Dec-06 22:25 
AnswerRe: outptu rand() in textbox Pin
David Crow4-Dec-06 4:56
David Crow4-Dec-06 4:56 
AnswerRe: outptu rand() in textbox Pin
ThatsAlok4-Dec-06 20:27
ThatsAlok4-Dec-06 20:27 
GeneralRe: outptu rand() in textbox Pin
panduran6-Dec-06 3:13
panduran6-Dec-06 3:13 
Questioncreating a DLL ? Pin
Sakthiu3-Dec-06 20:37
Sakthiu3-Dec-06 20:37 
AnswerRe: creating a DLL ? Pin
Naveen3-Dec-06 20:41
Naveen3-Dec-06 20:41 
GeneralRe: creating a DLL ? Pin
Sakthiu3-Dec-06 20:47
Sakthiu3-Dec-06 20:47 
GeneralRe: creating a DLL ? Pin
Naveen3-Dec-06 20:50
Naveen3-Dec-06 20:50 
GeneralRe: creating a DLL ? Pin
Sakthiu3-Dec-06 20:53
Sakthiu3-Dec-06 20:53 
GeneralRe: creating a DLL ? Pin
Naveen3-Dec-06 21:23
Naveen3-Dec-06 21:23 
GeneralRe: creating a DLL ? Pin
Sakthiu3-Dec-06 21:26
Sakthiu3-Dec-06 21:26 
GeneralRe: creating a DLL ? Pin
Naveen3-Dec-06 21:46
Naveen3-Dec-06 21:46 
AnswerRe: creating a DLL ? Pin
ashokbngr3-Dec-06 22:30
ashokbngr3-Dec-06 22:30 
GeneralRe: creating a DLL ? Pin
Sakthiu3-Dec-06 22:33
Sakthiu3-Dec-06 22:33 
GeneralRe: creating a DLL ? Pin
ashokbngr4-Dec-06 0:11
ashokbngr4-Dec-06 0:11 

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.