I have a dylib written in XCode C++ that I use with REALBasic, my RB
stuff uses it with Declares. I don't use RB's SDK.
My dylib uses paths to find files (a no-no, I know), and I need to
stop doing that and use fRef's or something correct. Plus, RB's
FolderItem is so effective that I need similar usage with my dylib.
I'm a newbie in this area, so forgive me.
So my task is to convert a FolderItem to a fRef, or is that what I should do?
I understand that if I build my dylib using RB's SDK, I can have a
FolderItem object in my C++ dylib project. Is this true, and how do I do this?
I've been reading the XCode mess thread, and I'm going to try Addy's
framework. But I'd like some direction first if possible, I've never
really made a plugin.
Also, I use RB2007r4, and I'd like to avoid upgrading if possible. (I
stall until I really really really need to.)
Garth Hjelte
Sampler User
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>