Hi Pritpal,
> This header is not available in WinCE. > As GTWVG takes use of < IPicture > structure > extensively, I am afraid GTWVG have to be commented > out for default WinCE builds. > > As this construct is used at many places, and even if > it is commented out, there are many more constructs are > in use which have to be disabled. So then the basics of GTWVG > are gone. > > If someone has to develop WinCE applns the only option > stands is GTWVT. Anyway please make sure that GTWVG can be built in WinCE mode. Look what I've done with win_ole.c, simply exclude content in CE mode. This is the quick & dirtiest method, doesn't solve GTWVG WinCE compatibility, better than leaving it like it is now. It's not an option that because GTWVG (or any other contribs) the whole Harbour build for WinCE breaks. In practice that means that _no_ contribs (except maybe gtalleg) are being built and the make process cannot complete, installer isn't generated, etc etc. This is a general rule for all Windows development inside Harbour. It MUST compile in WinCE mode, it must also compile in UNICODE, C++ and Win64 mode. [ as a next step it should also _work_ in these modes, but for now I'm interested in successful builds. ] Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
