mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 09:59:14 +02:00
![]() later: the same as i386/darwin, except a) uses the non-fragile Objective-C ABI/runtime b) does not require stubs for direct calls/jumps (not required for i386/darwin under 10.6 and later either, but still generated there for backwards compatibility) c) only the same packages are enabled as for ARM/Darwin d) MacOSAll is compiled specifically for the iPhoneSimulator SDK This target also defines the symbol "darwin" apart from the target name "iphonesim" for source code compatibility reasons. git-svn-id: trunk@16065 - |
||
---|---|---|
.. | ||
examples | ||
src | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc | ||
README.txt |
These units provides interface to Oracle Call Interface. For the older 'oraoci' unit to compile you need oracle server installed, these units was tested and performed on Oracle 8.0.1.5 Standard server. One developer license of Oracle server is free of charge... Unit oraclew contains some procedures and functions, which makes usage of oraoci not so painfull... But - if you wanna to program in RAW OCI, you really can ;) The oci and ocidyn units are a complete conversion from Oracle's .h files. The former links statically to the library, the latter dynamically. You need to have oracle lib directory in ldpath, too, or you can this path set in Makefile.fpc (is commented there) Joost van der Sluis, joost@cnoc.nl