[fpc-pascal] Missing functions in FPCMacOSAll.pas
    Tobias Giesen 
    tobias_subscriber at tgtools.com
       
    Sun Jul 19 16:14:15 CEST 2009
    
    
  
Hi,
thanks very much, it works now!
I created a new unit for my declarations and just copied the whole
compiler instructions block from FPMacOSAll.pas:
{$mode macpas}
{$packenum 1}
{$macro on}
{$inline on}
{$calling mwpascal}
So now I have access to a whole range of super advanced additional
stuff like FSMountServerVolumeSync ;=)
Cheers,
Tobias
    
    
More information about the fpc-pascal
mailing list