Hi

Saulius Zrelskis wrote:
> 
> sorry, with
>    if( ( thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_FIXED,
> sizeof( MyRealIEventHandler ) ) ) == NULL )
> 

thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_FIXED, sizeof(
MyRealIEventHandler ) )
if( thisobj )
{
}

also covers it. Thanks for the solution.

Now the warning with MAKELPARAM() where parenthis are suggested remains.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://www.nabble.com/Error-in-latest-SVN--tp20652629p20714918.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to