I have had a couple of requests for help using MXFLib with XCode.
I don't normally use Xcode, so the please feel free to chip in with corrections or improvements to the following:
* Build the library in a normal Terminal window as per a standard Unix build
* Start a new Xcode project, or open an existing project. I used File > New Project > Command Line Utility > C++ Tool * Add the library to the project using Project > Add to Project... and select the libmxf.a file
* Add the header search path using Project > Edit Project Setting > Styles > Header Search Paths and enter the path of the main MXFLib directory
* Add #include "mxflib/mxflib.h" to the source to load the MXFLib header
* Optionally add using namespace mxflib; to the source
Users browsing this forum: No registered users and 8 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum