Lesson 20 Please help me

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
ElmerCoder
Posts: 10
Joined: March 5th, 2013, 8:00 pm

Lesson 20 Please help me

Post by ElmerCoder » April 2nd, 2013, 5:54 pm

Hi i wrote this in the Bitmap.h

Code: Select all

struct Pixel24
{
	unsigned char blue;
	unsigned char green;
	unsigned char red;
};
and this is in the Bitmap.cpp

Code: Select all

Pixel24 pixel;
but the Pixel24 in the last one is undefined but not in the VIDEO !!! Im getting crazy wow.... I really want to keep watching the video and starting to rage right now................. Did the EXACT same thing as the video -.-

lloganm
Posts: 87
Joined: August 10th, 2012, 11:26 pm

Re: Lesson 20 Please help me

Post by lloganm » April 4th, 2013, 1:31 am

keep watching, the actual files bitmap.h and bitmap.cpp are in the wrong place in the chili files... unless that was already went through in the video

NaturalDemon
Posts: 97
Joined: October 28th, 2012, 8:28 pm

Re: Lesson 20 Please help me

Post by NaturalDemon » April 4th, 2013, 6:37 am

lloganm, is correct ... you need to remove the file from the project in visual studio ... not DELETE .. just exlude/remove from the project.
visit the folder from your project and move the bitmap.h and bitmap.cpp files to the ASSETS folder.

ElmerCoder
Posts: 10
Joined: March 5th, 2013, 8:00 pm

Re: Lesson 20 Please help me

Post by ElmerCoder » April 7th, 2013, 11:24 am

Yea ty, it was just the Chili DirectX Framework being a dick :)

Post Reply