I didn't check, but can it happen that you're trying to compile in C++ mode? C++ is much more strict than plain C, and may generate an error which would otherwise be a warning.
The default is C for .c files, and C++ for .cpp files, but it can be overridden by these switches: -TP -> C++ -TC -> C Brgds, Viktor On Thu, Mar 5, 2009 at 9:30 PM, Kleyber Derick <[email protected]>wrote: > Hi Viktor, > > Here is the description from MSDN: > > Error Message 'conversion' : cannot convert from 'type1' to 'type2' > > The compiler cannot cast from '*type1*' to '*type2*'. > > And the exact error here is: > > error C2440: '=' cannot convert from 'HGDIOBJ' to 'HPEN' > > error C2440: '=' cannot convert from 'HGDIOBJ' to 'HBRUSH' > > Thanks for your help. > > Kleyber Derick > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
