Welcome, Guest. Please login or register.

Author Topic: Calling 68K library from OS4 program  (Read 3117 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Calling 68K library from OS4 program
« on: July 06, 2011, 10:46:49 AM »
You cannot call functions of a 68k library directly from a PPC program. You have to create a PPC stub for the 68k library.

http://thomas-rapp.homepage.t-online.de/ppclib.html

For the PPC program it then appears as if the library was PPC native.