paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] (no subject)


From: Jeff Smith
Subject: [paragui-users] (no subject)
Date: Tue, 08 Jul 2003 22:06:48 -0600

I cannot compile the second tutorial. I can compile/run al sorts of straight SDL apps. I can ever compile and run the first tutorial. For that matter I can compile the second tutorials when I run it I get a "Unhandled Exception in SDLTest.exe (PARAGUI.DLL) : 0xC00000005 Access Violation." I have narrowed it down to this line of code.

PG_Button myButton(
NULL, // an optional parent widget for our button - NULL for no parent
       1,              // the widget id (used to identify events)
rect, // the screen position where the button should appear
       "Hello World!"      // some textlabel for the button
       );

I can intaniate<SP?> the rect class but not the button class. Any help would make me very happy.

Jeff Smith

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]