Welcome, Guest. Please login or register.

Author Topic: StormC4 C++ Library Base Weirdness!  (Read 2207 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Sidewinder

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 241
    • Show all replies
    • http://www.liquido2.com
Re: StormC4 C++ Library Base Weirdness!
« on: March 21, 2004, 06:19:32 AM »
Does changing the pointer name cause the problem to go away?

struct GfxBase *GraphicsBase = 0;

GraphicsBase = (struct GfxBase *)OpenLibrary("graphics.library", 39);

I tried out the code on my StormC 4 setup and could not duplicate the error.  Also, which line is the error reported on?
Sidewinder