Date: Sun, 07 Mar 2004 09:48:04 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed
Hi, >Message: 3 >Date: Sat, 6 Mar 2004 21:57:22 +0100 >From: <[EMAIL PROTECTED]> >Subject: Re: [mp3encoder] Lame for Mac OS X >To: "MP3 encoders development list" <[EMAIL PROTECTED]> >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset="iso-8859-1" > >Hi > >You will need to recompile the whole code written i C. It's already compiled and ready for Mac OS X >MAC and OC doesn't >have the same CPU. >Does MAC have similar units like Windows DLL. It has, the problem is that I don't know what the relevant API calls are Under OS 9 one use GetSharedLibrary() or GetDiskFragment() which is similar to Windows LoadLibrary() calls But Mac OS X Mach-O applications which are based on Unix, that's the stuff I'm looking for. Steve >I'm a dummy >when it comes to MAC programming. > >Lars > >----- Original Message ----- >From: "Stephen Bell" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Saturday, March 06, 2004 3:52 PM >Subject: [mp3encoder] Lame for Mac OS X > > > > > > > > Hi, > > > > This is really an Mac progamming question but related to Lame > > > > I want to add support for Lame in my Mac OS X (Mach-O) application > > > > I have the Lame binary which is located in > > > > /usr/local/bin/lame > > > > how do I load it dynamically so I can call the needed Lame functions? > > > > thanks for any help > > Steve > > _________________________________________________________________ Learn how to help protect your privacy and prevent fraud online at Tech Hacks & Scams. http://special.msn.com/msnbc/techsafety.armx _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
