|
From: Ludovic N. <lni...@wa...> - 2001-02-06 05:01:09
|
>One little issue: With Geo's prefix changes, in the "Final" target, both the
>final an the debug prefix get recompiled. In the "Debug" target, only the
>debug one does, as I would expect.
Couple things:
1. PrefixCommon.h contains two times the following line at the end.
#include <PP_ClassHeaders.cp>
2. DebugPrefix.pch++ is set to apply to targets debug and final (that is
why you saw it call for recompiling of both targets). Use the last tab for
Project inspector and select Targets then uncheck Final.
Those are for the setup of the project and headers.
Now a few changes for Pro5 users until I can commit them myself (current
estimate: summer 2006)
3. the prefix file in the project settings have not been changed to use the
precompiled binaries for the pro5 project, which makes pro5 users to be
unable to build for now (see item f) in my original message if you need
to use pro5)
4. CScribiaDoc::SetCharacter uses LString::PToCStr which doesn't exist in
my Pro5 PowerPlant. It is new with Pro6 and simplt doesn't compile in Pro5,
so if we support it, would be good to change to a more compatible p2cstr
for now.
5. Pro5 project users need to add CSharesTable.cp
Last item: No we cannot use the same project under Pro5, since a couple
files have been added (UScrap.cp/h, UPrinting, UProcessMgr and a few
others). So for now, we are stuck to using dual projects :-|
Geotzou
|