I'm currently trying to ****t an InDesign plugin initially developed on the
Windows platform to MacOS InDesign! I'm forced to use CodeWarrior for that
task because the InDesign SDK doesn't sup****t any other environment.
The plugin uses to external C libraries call libCURL and libXML. I have a
real problem trying to use those libraries for the MacOS ****t.
I've started with libCURL and finally skipped that library because I can
replace it by calling the command line tool. But I need libXML to parse
XML properly!
My problem is, that everything compiles just fine - but the linker doesn't
find the library while linking. I've added the path to the accesspaths and
there lies a libXML.dylib and libXML.la - both are not found or used!
I've also tried to add those libraries to the project but I can't find a
way to add them. Their filetype isn't sup****ted as far as I see. But those
are standard C libraries - can this be possible? Is there any way to
capsule the library using another CodeWarrior project and make it
accessible this way to the MacOS project?
Please help me out... I'm stuck and I could not find any answer on this
topic so far! Thanks!
--
Daniel Bleisteiner