From: Andi J. <ha...@cb...> - 2004-05-22 21:25:46
|
On Fri, 21 May 2004 11:10:00 -0300 "Luiz Rafael Culik Guimaraes" <cu...@uo...> wrote: > + source/nice.c I cannot compile this one under MSVC: nice.c source\hwgui\source\nice.c(21) : error C2059: syntax error : '(' source\hwgui\source\nice.c(46) : error C2065: 'Gradientfill' : undeclared identifier source\hwgui\source\nice.c(112) : error C2440: '=' : cannot convert from 'int (__stdcall *)(void)' to 'int' This conversion requires a reinterpret_cast, a C-style cast or function-style cast Andi |