|
From: Lark <lar...@ya...> - 2001-02-06 05:15:23
|
> 1. PrefixCommon.h contains two times the following line at the end. > #include <PP_ClassHeaders.cp> Doh. > 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. Doh! Doh! > 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. Changed it, will commit soon. -- Lark <lar...@ya...> |