Hi Pritpal, On 2009.06.26., at 18:18, Pritpal Bedi wrote:
I have two new files and am not sure where these should reside as both have cross references in hbqt and hbxbp. xbpappevents.cpp ============= #include "appevents.ch"
appevents.ch is an Xbase++ file, so it must go to hbxbp. If you need to place any logic depending on that file, you should place that logic in hbxbp, too.
xbpinkeys.cpp >>>>>>>>> This can be deffered for now ========== #include "inkey.ch" If I place these in hbxbp then probably I need to adjust build process in hbxbp. Same is true if I place it in hbqt.
I don't think this is necessary, you can use inkey.ch from a .cpp without any extra configuration. If you mean to add a new inkey.ch which is Xbase++ compatible, it should also go to hbxbp dir. hbqt doesn't have anything to do with Xbase++, so only strictly QT-only related stuff should go there. Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
