Click here to Skip to main content
15,903,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_DESTROY message does not appear to post on VK_ESCAPE Pin
Sauce!4-Oct-07 5:29
Sauce!4-Oct-07 5:29 
QuestionFunction Pointer? [modified] Pin
kiranin4-Oct-07 3:01
kiranin4-Oct-07 3:01 
AnswerRe: Function Pointer? Pin
toxcct4-Oct-07 3:15
toxcct4-Oct-07 3:15 
GeneralRe: Function Pointer? Pin
kiranin4-Oct-07 3:25
kiranin4-Oct-07 3:25 
GeneralRe: Function Pointer? Pin
toxcct4-Oct-07 3:27
toxcct4-Oct-07 3:27 
GeneralRe: Function Pointer? Pin
kiranin4-Oct-07 3:37
kiranin4-Oct-07 3:37 
AnswerRe: Function Pointer? Pin
David Crow4-Oct-07 3:22
David Crow4-Oct-07 3:22 
QuestionBuild binary with debugging information Pin
Programm3r4-Oct-07 2:17
Programm3r4-Oct-07 2:17 
Hi all,

I am busy testing the use of minidumps, but I received this messge
Debugging information for @project 1.exe' cannot be found or does not match.
Binary was not built with debug information.


I am well aware of how to do it in Visual Studio
You can use the following options:
Compiler: /Zi (/Z7 and /ZI can also be used in some cases - see their documentation for more information)
Linker: /debug (in release builds also use /opt:ref option)
All these options can be set in the IDE.


My question is, how can I do it in Borland Developer Studio 2006 ??

Can anyone please help me ??

Many thanks
Regards,


The only programmers that are better that C programmers are those who code in 1's and 0's Green Alien | [Alien]

Smile | :) Programm3r

My Blog: ^_^

QuestionHow to identify click event of Tab control? Pin
Atul234-Oct-07 1:49
Atul234-Oct-07 1:49 
AnswerRe: How to identify click event of Tab control? Pin
Naveen4-Oct-07 1:52
Naveen4-Oct-07 1:52 
AnswerRe: How to identify click event of Tab control? Pin
David Crow4-Oct-07 3:24
David Crow4-Oct-07 3:24 
Questionusing, namespace and enum: VS2003 Compiler Bug? Pin
Russell'4-Oct-07 1:35
Russell'4-Oct-07 1:35 
AnswerRe: using, namespace and enum: VS2003 Compiler Bug? Pin
jhwurmbach4-Oct-07 2:12
jhwurmbach4-Oct-07 2:12 
GeneralRe: using, namespace and enum: VS2003 Compiler Bug? Pin
Russell'4-Oct-07 2:22
Russell'4-Oct-07 2:22 
AnswerRe: using, namespace and enum: VS2003 Compiler Bug? Pin
Russell'4-Oct-07 2:20
Russell'4-Oct-07 2:20 
Questionhow to change the color of header of list control Pin
rajneshmalik4-Oct-07 0:50
rajneshmalik4-Oct-07 0:50 
AnswerRe: how to change the color of header of list control Pin
Naveen4-Oct-07 1:48
Naveen4-Oct-07 1:48 
AnswerRe: how to change the color of header of list control Pin
ThatsAlok5-Oct-07 0:49
ThatsAlok5-Oct-07 0:49 
QuestionHelp needed in Borland C++ Builder Pin
__yash__4-Oct-07 0:24
professional__yash__4-Oct-07 0:24 
AnswerRe: Help needed in Borland C++ Builder Pin
_AnsHUMAN_ 4-Oct-07 0:41
_AnsHUMAN_ 4-Oct-07 0:41 
AnswerRe: Help needed in Borland C++ Builder Pin
James R. Twine4-Oct-07 1:30
James R. Twine4-Oct-07 1:30 
AnswerRe: Help needed in Borland C++ Builder (answer) Pin
Programm3r4-Oct-07 3:57
Programm3r4-Oct-07 3:57 
QuestionNeed Book Pin
Tarek Jabri3-Oct-07 23:31
Tarek Jabri3-Oct-07 23:31 
AnswerRe: Need Book Pin
Programm3r4-Oct-07 2:58
Programm3r4-Oct-07 2:58 
QuestionCheck if exe exist at given location Pin
josip cagalj3-Oct-07 23:30
josip cagalj3-Oct-07 23:30 

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.