> When i build project, i receive theerror message C2664 visual C++ 6.0:
>
> C:\Temp\freeamp\ui\freeamp\src\FreeAmpTheme.cpp(1512) : error C2664:
> 'DialogBoxParamA' : cannot convert parameter 4 from 'int (__stdcall
> *)(void)' to 'int (__stdcall *)(struct HWND__ *,unsigned int,unsigned
> int,long)'
>         This conversion requires a reinterpret_cast, a C-style cast or
> function-style cast
>
> What is it the problem and how to make a correction for this problem?

delete the typecast from the call and it'll compile ok (or at least should).

mike

_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to