U
Une bévue
now, my skeleton is working (thanks to ) i want to add Carbon function
into my c file.
i've only added :
#include "/Developer/Headers/FlatCarbon/CFURL.h"
and :
CFURLRef url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault,
(CFStringRef)_fullAliasPath, kCFURLPOSIXPathStyle, NO);
into my "RAliasFile.c"
and i get number of errors within "CFURL.h" and related, i suppose this
is a syntax prob then, i have to convert "CFURL.h" to be C-Ruby
compatible ???
into my c file.
i've only added :
#include "/Developer/Headers/FlatCarbon/CFURL.h"
and :
CFURLRef url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault,
(CFStringRef)_fullAliasPath, kCFURLPOSIXPathStyle, NO);
into my "RAliasFile.c"
and i get number of errors within "CFURL.h" and related, i suppose this
is a syntax prob then, i have to convert "CFURL.h" to be C-Ruby
compatible ???