Welcome, Guest. Please login or register.

Author Topic: C coding noobie needs help converting a 68k program to PPC/OS 4  (Read 2318 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline woof

  • Jr. Member
  • **
  • Join Date: Feb 2003
  • Posts: 94
    • Show all replies
    • http://uae.is.free.fr
Hello Karlos

You can still use ULONG if you want

and just adding
#ifdef __amigaos4__
#define __USE_INLINE__
#define __USE_BASETYPE__
#endif

allow you to still call the os3 way the OS library functions like that AllocVec(...)

Alain Thellier