Click here to Skip to main content
15,896,477 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Windows Forms Application with mixed code Requires an annoying Console Window Pin
earlgraham1-Jun-07 5:24
earlgraham1-Jun-07 5:24 
GeneralRe: Windows Forms Application with mixed code Requires an annoying Console Window Pin
Mark Salsbery1-Jun-07 5:44
Mark Salsbery1-Jun-07 5:44 
GeneralRe: Windows Forms Application with mixed code Requires an annoying Console Window Pin
earlgraham1-Jun-07 10:37
earlgraham1-Jun-07 10:37 
GeneralRe: Windows Forms Application with mixed code Requires an annoying Console Window Pin
Mark Salsbery1-Jun-07 12:14
Mark Salsbery1-Jun-07 12:14 
Questionradioc box problem Pin
sonavi30-May-07 23:09
sonavi30-May-07 23:09 
AnswerRe: radioc box problem Pin
Paul Conrad14-Jul-07 13:41
professionalPaul Conrad14-Jul-07 13:41 
QuestionDebugging problem Pin
HZ_7930-May-07 22:00
HZ_7930-May-07 22:00 
Questioncrtdbg.h - _ASSERT_EXPR Pin
Tal S.29-May-07 21:38
Tal S.29-May-07 21:38 
Hello,

Using this macro: _ASSERT_EXPR couses a compilation error at VS2005 compiler.

Do you know any other macro which can replace this one?


At crtdbg.h:

/* Asserts */
/* We use !! below to ensure that any overloaded operators used to evaluate expr do not end up at operator || */
#define _ASSERT_EXPR(expr, msg) \
(void) ((!!(expr)) || \
(1 != _CrtDbgReportW(_CRT_ASSERT, _CRT_WIDE(__FILE__), __LINE__, NULL, msg)) || \
(_CrtDbgBreak(), 0))

Thanks a lot!
AnswerRe: crtdbg.h - _ASSERT_EXPR Pin
Mark Salsbery30-May-07 5:09
Mark Salsbery30-May-07 5:09 
GeneralRe: crtdbg.h - _ASSERT_EXPR Pin
Tal S.31-May-07 2:06
Tal S.31-May-07 2:06 
GeneralRe: crtdbg.h - _ASSERT_EXPR Pin
Mark Salsbery31-May-07 5:35
Mark Salsbery31-May-07 5:35 
GeneralRe: crtdbg.h - _ASSERT_EXPR Pin
Tal S.31-May-07 9:45
Tal S.31-May-07 9:45 
GeneralRe: crtdbg.h - _ASSERT_EXPR Pin
Mark Salsbery31-May-07 9:50
Mark Salsbery31-May-07 9:50 
QuestionInter-process communications Pin
gapfulgence29-May-07 7:21
gapfulgence29-May-07 7:21 
AnswerRe: Inter-process communications Pin
Christian Graus29-May-07 12:44
protectorChristian Graus29-May-07 12:44 
GeneralRe: Inter-process communications Pin
gapfulgence29-May-07 13:02
gapfulgence29-May-07 13:02 
Questionerror to the input string..please help Pin
lavy288327-May-07 4:09
lavy288327-May-07 4:09 
AnswerRe: error to the input string..please help Pin
Christian Graus27-May-07 10:42
protectorChristian Graus27-May-07 10:42 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 1:36
lavy288328-May-07 1:36 
GeneralRe: error to the input string..please help Pin
Giorgi Dalakishvili28-May-07 2:29
mentorGiorgi Dalakishvili28-May-07 2:29 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 2:39
lavy288328-May-07 2:39 
GeneralRe: error to the input string..please help [modified] Pin
teejayem28-May-07 6:07
teejayem28-May-07 6:07 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 7:20
lavy288328-May-07 7:20 
GeneralRe: error to the input string..please help Pin
Christian Graus28-May-07 11:10
protectorChristian Graus28-May-07 11:10 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 22:30
lavy288328-May-07 22: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.