Re: [Plib-users] Mac help
Brought to you by:
sjbaker
From: mat t. p. <pr...@tt...> - 2003-06-16 22:36:21
|
A bit of advice from an OSX Plib user, you're going to find some pretty funky things with PLIB and the system. There are two things you can do to get around this: 1.) Compile all of PLIB into your project instead of using them as libs. A big problem that I ran into is that Project Builder wont consider the PLIB libs as C++ and will fail miserably when you try to link against them. I actually had to make a framework for the PLIB headers when I was using 1.5, then link in that framework _and_ the C libs to get my stuff to compile. 2.) A guy recently came on here asking for the same kind of stuff and we talked a bit. He found out from someone else that a tool called "ConvertMake" worked really well for dealing with the conversion problems. I suggest you take a serious look at ConvertMake, it could make your life a lot easier. Good luck- mat. On Monday, June 16, 2003, at 03:20 PM, Rich Dolinsky wrote: > > thanx, this worked for me > |