Welcome, Guest. Please login or register.

Author Topic: Help with OpenLibrary()  (Read 4361 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline CD32Freak

Re: Help with OpenLibrary()
« on: March 07, 2004, 03:50:36 PM »
Code: [Select]

int main(void)
{ if (IntuitionBase = OpenLibary("intuition.library", 33L))
    {DisplayBeep(0L);
    }
  else
    {exit(20);
    }
}

Use the code tag ( symbol) and then it will be displayed correctly :-)