Hi all:
if I use a mixed mode application that use GT_GUI and GT_WVG drivers at the same 
time.


how can I activate both at the same time in my init program?

I'm try in this way...

In windows GUI setting


PROCEDURE HB_GTSYS() // ; Override default Harbour HB_GTSYS
    REQUEST HB_GT_GUI // ; Force linkage of GUI GT module
RETURN


in wvg module setting

PROCEDURE HB_GTSYS() // ; Override default Harbour HB_GTSYS
    REQUEST HB_GT_WVG // ; Force linkage of GUI GT module
RETURN

in my main program I add

REQUEST HB_GT_WVG_DEFAULT

but I obtain in WVT_SETGUI(.T.)  ( application exception error )

any Idea?

regards
Ciro



--
http://sistemascvc.tripod.com (la casa del clip2win y nodosimp / the no2imp and clip2win home )
http://www.oohg.org ( Object Oriented Harbour GUI, more simple, more powerfull )


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to