Hi
Viktor Szakáts wrote: > > What is the situation with wincallb.c in GTWVG, > I've seen you've added clean callback support to GTWVG, so > the question is whether we can now remove the old one > in wincallb.c? The old one still seem to be used from some > places so I couldn't do it. > Digging deep I find that wincallb.c cannot be removed. The problem is that few other classes need this functionality until I find a way how to bind a class object and its method as a WINAPI callbck window procedure. Those objects are windows own dialog boxes and I need to hook a wndproc onto them. I know how to do so with a function name. Any clues? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/GTWVG-and-wincallb.c-%2B-WAPI-tp22358281p22363784.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
