Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline Glaucus

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4518
    • Show all replies
    • http://members.shaw.ca/mveroukis/
Re: How to use chunkyPPC.library with StormC V3?
« on: December 25, 2002, 08:31:31 PM »
Quote

The prototype looks like this:

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


Hey, is it possible that you supplied arguments that do not perfectly match up with this prototype?  if not then it's possible the C++ compiler thinks you are overloading the function call in which case it would assume it's a normal C++ function that would need to be linked.  Since you're getting a linker error rather then a compile error, I'm thinking it's something along those lines.  Are you sure there is no link library that you're supposed to link with?

  - Mike
YOU ARE NOT IMMUNE