Pritpal, > <<< > Warning W8060 .\wvgsink.c 516: Possibly incorrect assignment in function > SetupConnectionPoint >>>>
After replacing if( !( thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_FIXED, sizeof( MyRealIEventHandler ) ) ) ) with if( ( thisobj = ( IEventHandler * ) GlobalAlloc( GMEM_FIXED, sizeof( MyRealIEventHandler ) ) ) != NULL ) warning must hide. Best regards, Saulius _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour