On 30-Jul-07, at 4:47 PM, Michael Williams wrote: > Alright, but I'm still a bit sketchy on actually placing the > "framework". Basically what I want to know is where *exactly* > (screenshots might be helpful)
Can't post screen shots as the mail server strips attachments On OS X your app is a "package" a folder full of stuff that appears to only be 1 item If you right click it (or control click) one option that shows up is "Show Package Contents" If you select that you can put extra stuff inside this folder (usually inside Contents/Resources or Contents/Frameworks) But, if you wanted you can add folders Just dont mess up the ones that are already there > do I place all files at any point in time so as to both test and > distribute? And, why is it necessary to have different spots? It's not actually but to debug you will need to insert your dylib before you load any of its code > Also, a bit of a side question as I lack sufficient knowledge to ask > the proper question, but what are the general mechanisms by which to > extract existing functions from C-source? How does Visual Studio vs > XCODE vs GCC handle "method extraction"? "Method extraction" meaning > a nice sidebar (e.g. Eclipse), or printout of existing functions/ > methods. It would be nice to have a handy-dandy list so as to look > at what portions I wish to Declare. If you have a header file that's usually what I'd use to figure out what functions and structures are available. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
