Welcome, Guest. Please login or register.

Author Topic: How to use chunkyPPC.library with StormC V3?  (Read 21048 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Micha1701Topic starter

  • Newbie
  • *
  • Join Date: Aug 2002
  • Posts: 37
    • Show all replies
    • http://www.lanser-online.de.vu
How to use chunkyPPC.library with StormC V3?
« on: December 20, 2002, 09:19:04 AM »
Hi!

I want to change my program to use the chunkyppc.library. But when I use it the linker failed with the message that OpenGraphics() and CloseGraphics() are not defined... :-(

I included the chunkyppcbase.h and chunkyppc_protos.h files. Also a LinkerLIB created with fd2pragma is included....

In the protos file only the defclarations of these function is present. No amicalls or definitions....

What can I do to make the linker work? Any helping hands here? :-D

-Micha
 

Offline Micha1701Topic starter

  • Newbie
  • *
  • Join Date: Aug 2002
  • Posts: 37
    • Show all replies
    • http://www.lanser-online.de.vu
Re: How to use chunkyPPC.library with StormC V3?
« Reply #1 on: December 20, 2002, 09:59:41 AM »
Hi!

No, these functions don“t use tags...

The prototype looks like this:

struct Mode_Screen *OpenGraphics(char *Title, struct Mode_Screen *ms, int override);

Do anybody knows for what "override" stands?
-Micha