Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCan't identify pixel color over a live image Pin
wicked_guy19-Jul-05 23:05
wicked_guy19-Jul-05 23:05 
GeneralRe: Can't identify pixel color over a live image Pin
Chris Losinger20-Jul-05 4:42
professionalChris Losinger20-Jul-05 4:42 
GeneralRe: Can't identify pixel color over a live image Pin
Anonymous20-Jul-05 7:32
Anonymous20-Jul-05 7:32 
Questionhow to get control of keyboard and mouse? Pin
ThinkingPrometheus19-Jul-05 22:57
ThinkingPrometheus19-Jul-05 22:57 
AnswerRe: how to get control of keyboard and mouse? Pin
RicoH20-Jul-05 0:27
RicoH20-Jul-05 0:27 
AnswerRe: how to get control of keyboard and mouse? Pin
vishalmore20-Jul-05 0:52
vishalmore20-Jul-05 0:52 
GeneralRe: how to get control of keyboard and mouse? Pin
ThinkingPrometheus20-Jul-05 21:30
ThinkingPrometheus20-Jul-05 21:30 
General_DEBUG definition Pin
caykahve19-Jul-05 22:07
caykahve19-Jul-05 22:07 
Hi,

I want to disable some functions in the release build.
This is the fucntion:
void func1(...)
{
#ifdef _DEBUG
  func2();
#endif //_DEBUG
}


I still see the outputs of func2() in the release build.
My preprocessor definitions for the
release build: WIN32;_CONSOLE;NDEBUG
debug build: WIN32;_CONSOLE;_DEBUG

I don't understand what is wrong. How can i solve the problem? Any help appreciated.

Thanks in advance
GeneralRe: _DEBUG definition Pin
toxcct19-Jul-05 22:27
toxcct19-Jul-05 22:27 
GeneralRe: _DEBUG definition Pin
caykahve19-Jul-05 22:46
caykahve19-Jul-05 22:46 
GeneralRe: _DEBUG definition Pin
toxcct19-Jul-05 22:55
toxcct19-Jul-05 22:55 
GeneralRe: _DEBUG definition Pin
caykahve19-Jul-05 22:59
caykahve19-Jul-05 22:59 
GeneralRe: _DEBUG definition Pin
toxcct20-Jul-05 0:03
toxcct20-Jul-05 0:03 
GeneralRe: _DEBUG definition Pin
caykahve20-Jul-05 0:29
caykahve20-Jul-05 0:29 
GeneralRe: _DEBUG definition Pin
David Crow20-Jul-05 2:55
David Crow20-Jul-05 2:55 
GeneralRe: _DEBUG definition Pin
Bob Stanneveld20-Jul-05 5:37
Bob Stanneveld20-Jul-05 5:37 
GeneralCopy a window Pin
Halawlaws19-Jul-05 22:00
Halawlaws19-Jul-05 22:00 
GeneralRe: Copy a window Pin
toxcct19-Jul-05 22:29
toxcct19-Jul-05 22:29 
GeneralRe: Copy a window Pin
Halawlaws19-Jul-05 23:59
Halawlaws19-Jul-05 23:59 
GeneralRe: Copy a window Pin
toxcct20-Jul-05 0:06
toxcct20-Jul-05 0:06 
GeneralRe: Copy a window Pin
Halawlaws20-Jul-05 1:15
Halawlaws20-Jul-05 1:15 
GeneralRe: Copy a window Pin
BlackDice20-Jul-05 2:47
BlackDice20-Jul-05 2:47 
GeneralRe: Copy a window Pin
toxcct20-Jul-05 3:32
toxcct20-Jul-05 3:32 
GeneralWait Real time Pin
Halawlaws19-Jul-05 21:28
Halawlaws19-Jul-05 21:28 
GeneralRe: Wait Real time Pin
khan++19-Jul-05 21:36
khan++19-Jul-05 21:36 

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.