Is there a way to add the fpc documentation so that Xcode help can access it 
like the docsets?

In the MacOS fpc 2.2.2 download, in the MainUnit.pas of the 
FPC-C-C++CarbonApplication template for new projects, there is a typo causing 
it to not compile.
The ) after $endif should be }.

{$if not defined(VER2_2_0) and not defined(VER2_0_4)}
        MacOSAll,
{$else}
  FPCMacOSAll,
{$endif)
        CSupport;

As well, the way the code is commented out causes both MacOSAll and FPCMacOSAll 
to be used. Are they both necessary?

Where are MacOSAll and FPCMacOSAll supposed to be located? At the moment 
Spotlight does not find them for me.

Thx for any tips,
Ken G. Brown
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to