Re: INITCOMMONCONTROLSEX (undeclared first use this...

2005-04-11 Thread Corinna Vinschen
On Apr 11 08:24, [EMAIL PROTECTED] wrote: > Hi, > > I am following a win32 tutorial, but I had a problem in one of the exercise. This is a Cygwin mailing list, not a Win32 programming mailing list, so that's off-topic here. Please look for another forum to ask your question. Corinna -- Corin

Re: INITCOMMONCONTROLSEX (undeclared first use this...

2005-04-11 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > Exercise.cpp:18: error: `INITCOMMONCONTROLSEX' undeclared (first use this > function) > Exercise.cpp:18: error: (Each undeclared identifier is reported only once for > each function it appears in.) > Exercise.cpp:18: error: parse error before `;'

INITCOMMONCONTROLSEX (undeclared first use this...

2005-04-11 Thread josollari
Hi, I am following a win32 tutorial, but I had a problem in one of the exercise. I had this error: Exercise.cpp:18: error: `INITCOMMONCONTROLSEX' undeclared (first use this function) Exercise.cpp:18: error: (Each undeclared identifier is reported only once for each function it appea