Given that you can mix Objective-C with plain C and Carbon with Cocoa,
why wouldn't you just take HelloFuse.xcodeproj (which does everything
else you ask for) as your starting point?

Best wishes,
Hamish

On 8/2/07, davec <[EMAIL PROTECTED]> wrote:
>
> Can somebody please *pretty* please provide an XCode project for
> "Hello
> World"?  I've been a professional Mac SW developer for 15 years, i
> know
> unix well enough, i can follow directions, but i can't for the life of
> me
> get this working correctly after two full days.  It needs to do this:
>
> 1) be all in one (not relying on precompiled libs other than standard
> mac
> stuff and libfuse.dylib (unlike the GUI SSHfs)
> 2) provide a custom volume icon
> 3) provide a custom volume name
> 4) NOT rely on taking the passed in command line arguments for the
> above
> (ie: construct them please)
> 5) have a GUI with a "Quit" menu item
> 6) mount on startup, dismount on quit OR on force quit
> 7) be Carbon based, not Objective-C please
> 8) not just call fuse_main() since that blocks without returning, this
> needs to cooperate with an event based main thread that runs
> concurrently
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to