Click here to Skip to main content
15,891,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CStatusbar and Menubar Background color change Pin
_AnsHUMAN_ 16-Oct-12 21:04
_AnsHUMAN_ 16-Oct-12 21:04 
GeneralRe: CStatusbar and Menubar Background color change Pin
shiv@nand16-Oct-12 22:42
shiv@nand16-Oct-12 22:42 
QuestionCFileDialog is not refreshing Pin
Dansveen16-Oct-12 11:00
Dansveen16-Oct-12 11:00 
AnswerRe: CFileDialog is not refreshing Pin
chaau17-Oct-12 8:59
chaau17-Oct-12 8:59 
GeneralRe: CFileDialog is not refreshing Pin
Dansveen17-Oct-12 9:05
Dansveen17-Oct-12 9:05 
AnswerRe: CFileDialog is not refreshing Pin
chaau17-Oct-12 11:47
chaau17-Oct-12 11:47 
GeneralRe: CFileDialog is not refreshing Pin
Dansveen18-Oct-12 2:04
Dansveen18-Oct-12 2:04 
Question#define USBERR(format,...) ... generates C2010 error. Why? Pin
Vaclav_16-Oct-12 5:37
Vaclav_16-Oct-12 5:37 
Can someone please explain / provide better description about this C2010 error to me.
I have never used “...” ellipsis as function parameter.
Why is the compiler complaining about this?
Is this some recent addition to the language?
I am still happily using VC 6.0 and have no desire to let go of it.
Source:
#define USBERR(format,...) usb_err(__FUNCTION__,format,__VA_ARGS__)
#define USBERR0(format) usb_err(__FUNCTION__,"%s",format)
Error:
k:\0\0 littlewire\downloads\usb library\libusb-win32-src-1.2.6.0\libusb-win32-src-1.2.6.0\src\error.h(131) : error C2010: '.' : unexpected in macro formal parameter list
Only the first #define fails and I am not really sure I need it. I would be happy just to compile this USB library for now.
Any help will be as always greatly appreciated.
Thanks Vaclav
AnswerRe: #define USBERR(format,...) ... generates C2010 error. Why? Pin
Jochen Arndt16-Oct-12 6:06
professionalJochen Arndt16-Oct-12 6:06 
GeneralSOLVED Re: #define USBERR(format,...) ... generates C2010 error. Why? Pin
Vaclav_16-Oct-12 6:41
Vaclav_16-Oct-12 6:41 
GeneralRe: #define USBERR(format,...) ... generates C2010 error. Why? Pin
luckyty17-Oct-12 17:20
luckyty17-Oct-12 17:20 
AnswerRe: #define USBERR(format,...) ... generates C2010 error. Why? Pin
David Crow16-Oct-12 8:33
David Crow16-Oct-12 8:33 
QuestionDrawing speed Pin
_Flaviu16-Oct-12 0:53
_Flaviu16-Oct-12 0:53 
AnswerRe: Drawing speed Pin
chaau16-Oct-12 1:06
chaau16-Oct-12 1:06 
GeneralRe: Drawing speed Pin
_Flaviu16-Oct-12 1:20
_Flaviu16-Oct-12 1:20 
AnswerRe: Drawing speed Pin
chaau17-Oct-12 12:00
chaau17-Oct-12 12:00 
GeneralRe: Drawing speed Pin
_Flaviu17-Oct-12 20:25
_Flaviu17-Oct-12 20:25 
AnswerRe: Drawing speed Pin
Sivaraman Dhamodharan16-Oct-12 1:58
Sivaraman Dhamodharan16-Oct-12 1:58 
GeneralRe: Drawing speed Pin
_Flaviu16-Oct-12 2:04
_Flaviu16-Oct-12 2:04 
GeneralRe: Drawing speed Pin
_Flaviu17-Oct-12 23:16
_Flaviu17-Oct-12 23:16 
QuestionStruct initialization with function pointer Pin
nussehund15-Oct-12 12:37
nussehund15-Oct-12 12:37 
AnswerRe: Struct initialization with function pointer Pin
Jochen Arndt15-Oct-12 21:39
professionalJochen Arndt15-Oct-12 21:39 
GeneralRe: Struct initialization with function pointer Pin
nussehund16-Oct-12 11:18
nussehund16-Oct-12 11:18 
QuestionLinker Error Pin
Don Guy15-Oct-12 5:18
Don Guy15-Oct-12 5:18 
AnswerRe: Linker Error Pin
Richard MacCutchan15-Oct-12 6:15
mveRichard MacCutchan15-Oct-12 6:15 

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.