Page 1 of 2

help a noob....

PostPosted: Jan 18, 2005 @ 3:37pm
by impe20
iam quite new to gapidraw and game programming in general.... iam just wondering if there is a comprehensive guide for gapidraw, one with some illustrations...for easy understanding.... i tried searching the forums but i cant find one.... maybe you guys can help....

i tried to also run a program with a struct that i have made it is like this...

struct Sprite
{
DWORD x_pos;
DWORD y_pos
};

it is included in a separate header file from my main class that is derived from CMyApplication.... i put a Sprite object called red_sprt as a protected member of the class that is derived from CMyApplication... and i also initialized its member in InitInstace but when i tried to run the program it produces an error that says "Sprite red_sprt: No default constructor"... can anyone help me solve this??

PostPosted: Jan 20, 2005 @ 4:23pm
by Structure

PostPosted: Jan 22, 2005 @ 4:27am
by impe20

PostPosted: Jan 22, 2005 @ 1:14pm
by Structure

PostPosted: Jan 22, 2005 @ 3:43pm
by ppcStudios

PostPosted: Jan 24, 2005 @ 3:16am
by impe20

PostPosted: Jan 24, 2005 @ 3:43am
by ppcStudios

PostPosted: Jan 24, 2005 @ 6:00am
by fzammetti

PostPosted: Jan 24, 2005 @ 7:58am
by InexorableTash

PostPosted: Jan 24, 2005 @ 9:42am
by impe20

PostPosted: Jan 28, 2005 @ 1:24pm
by impe20

PostPosted: Jan 28, 2005 @ 2:19pm
by ppcStudios
If you want to email me the project I'll give it a try.

PostPosted: Jan 28, 2005 @ 6:35pm
by jschisler

PostPosted: Jan 28, 2005 @ 6:40pm
by xavier69
Oops, forgot to login when I requested the source for the assertion function you use. :)

PostPosted: Jan 29, 2005 @ 7:38am
by InexorableTash