freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Carbon-free fonts support for Mac OS X 10.5 (Leopard) compatibi


From: Masatake YAMATO
Subject: Re: [ft] Carbon-free fonts support for Mac OS X 10.5 (Leopard) compatibility
Date: Wed, 07 Nov 2007 08:42:41 +0900 (JST)

> #include <stdio.h>
> 
> main(int argc, char **argv) {
>    FILE *foo = fopen("foo.c/rsrc","w");
> 
>    if ( foo == NULL )
>       fprintf( stderr, "rsrc doesn't work\n" );
>    else
>       fprintf( stderr, "rsrc worked here\n" );
> return( 0 );
> }
> ======================================================================
> Prints out "rsrc worked here".

So my code(raccess_guess_darwin_hfsplus) should work, shouldn't it?

`raccess_guess_darwin_hfsplus' just append "/rsrc" to the base file
name.

Masatake YAMATO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]