Click here to Skip to main content
15,892,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: libmysql.lib Error Pin
ThatsAlok25-Jul-06 2:10
ThatsAlok25-Jul-06 2:10 
QuestionWMA To WAV [modified] Pin
yhl2ws24-Jul-06 22:04
yhl2ws24-Jul-06 22:04 
AnswerRe: WMA To WAV Pin
Hamid_RT27-Jul-06 6:00
Hamid_RT27-Jul-06 6:00 
QuestionCapture the screen? Pin
Syouki_kou24-Jul-06 22:03
Syouki_kou24-Jul-06 22:03 
AnswerRe: Capture the screen? Pin
earl25-Jul-06 4:26
earl25-Jul-06 4:26 
QuestionRe: Capture the screen? Pin
Syouki_kou25-Jul-06 15:25
Syouki_kou25-Jul-06 15:25 
AnswerRe: Capture the screen? Pin
Syouki_kou17-Aug-06 22:40
Syouki_kou17-Aug-06 22:40 
QuestionVariadic Macros Pin
Arsalan Malik24-Jul-06 21:48
Arsalan Malik24-Jul-06 21:48 
I want to use variadic macros in C using Visual C++ 6.0, as explained in MSDN[^]:

#define CHECK1(x, ...) if (!(x)) { printf(__VA_ARGS__); }

The compiler is giving me C2010 error Dead | X| . Is it supported in Visual C++ 6.0?Unsure | :~ If yes, what should I do to compile this code?

If there is an alternate to variadic macros in C, it will be helpfull.


ARSALAN MALIK

AnswerRe: Variadic Macros [modified] Pin
toxcct24-Jul-06 21:54
toxcct24-Jul-06 21:54 
QuestionRe: Variadic Macros Pin
Arsalan Malik24-Jul-06 22:58
Arsalan Malik24-Jul-06 22:58 
AnswerRe: Variadic Macros Pin
toxcct24-Jul-06 23:06
toxcct24-Jul-06 23:06 
AnswerRe: Variadic Macros Pin
Michael Dunn24-Jul-06 23:06
sitebuilderMichael Dunn24-Jul-06 23:06 
GeneralRe: Variadic Macros Pin
Naveen24-Jul-06 23:07
Naveen24-Jul-06 23:07 
Questionhow to input data from parallel port? Pin
plknam200324-Jul-06 21:37
plknam200324-Jul-06 21:37 
AnswerRe: how to input data from parallel port? Pin
Hamid_RT27-Jul-06 7:06
Hamid_RT27-Jul-06 7:06 
QuestionFormView BackColor Pin
mikobi24-Jul-06 21:28
mikobi24-Jul-06 21:28 
AnswerRe: FormView BackColor Pin
Naveen24-Jul-06 21:36
Naveen24-Jul-06 21:36 
GeneralRe: FormView BackColor Pin
mikobi25-Jul-06 20:19
mikobi25-Jul-06 20:19 
GeneralRe: FormView BackColor Pin
Naveen25-Jul-06 20:27
Naveen25-Jul-06 20:27 
AnswerRe: FormView BackColor Pin
Hamid_RT24-Jul-06 21:53
Hamid_RT24-Jul-06 21:53 
Questionhow to move a rectangle Pin
SteamEngine24-Jul-06 21:20
SteamEngine24-Jul-06 21:20 
AnswerRe: how to move a rectangle Pin
Naveen24-Jul-06 21:41
Naveen24-Jul-06 21:41 
AnswerRe: how to move a rectangle Pin
Hamid_RT27-Jul-06 7:25
Hamid_RT27-Jul-06 7:25 
Questionhow to make installer package Pin
metinergoktas24-Jul-06 21:17
metinergoktas24-Jul-06 21:17 
AnswerRe: how to make installer package Pin
Naveen24-Jul-06 21:44
Naveen24-Jul-06 21:44 

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.