[fpc-pascal] Mac losing Carbon support in 64bit Leopard
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Jun 15 17:21:16 CEST 2007
On 15 jun 2007, at 17:18, Henry Vermaak wrote:
> On 15/06/07, Henry Vermaak <henry.vermaak at gmail.com> wrote:
>> On 15/06/07, memsom <memsom at interalpha.co.uk> wrote:
>> > allegedly still hear-say. Is it even possible/practical to use
>> Cocoa to
>> > build a GUI and then use Pascal code to do the logic?
>>
>> you can try and build all your functionality into an fpc dynamic lib
>
> by the way, do fpc dynamic libraries work in osx?
Yes.
> i remember that i
> had to use the "-install_name" option with gcc. does fpc have
> something similar?
You can use the equivalent linker parameter using
-k'-dylib_install_name "Your Installation Location"'
Jonas
More information about the fpc-pascal
mailing list