|
From: James W. W. <os...@jw...> - 2005-06-14 16:34:15
|
On Jun 14, 2005, at 5:25 AM, Don Agro wrote: > Is anyone using the Mach-O library in a CW 8.3 Mach-O Project ? > > When I try to link the Quesa v1.7 libQuesa.a into a CW 8.3 Mach-O > project I get link errors starting with... This does not surprise me. It's generally a bad idea to use a static library containing C++ code unless you built that static library. There is a mismatch between the STL used to build the library and the STL that you use in your app. > If I try to use Quesa.framwork it compiles and links OK but crashes > in dylib when run. Now this ought to work (though I personally would not try to do Mach- o in CW 8). Can you show us the relevant portion of the crash log? (And by the way, please join the mailing list so that your posts will not require moderator approval.) |