Search found 53 matches

by Conflictus
March 10th, 2013, 3:02 pm
Forum: Everything
Topic: Stuck again
Replies: 4
Views: 2187

Re: Stuck again

The padding is mentioned in this tutorial, but i wasn't sure how far along he was in the video. The image should still load without padding.. it would just be distorted.
by Conflictus
March 10th, 2013, 1:42 pm
Forum: Everything
Topic: Stuck again
Replies: 4
Views: 2187

Re: Stuck again

Code: Select all

//inside Bitmap.h

struct Pixel24
{ //all these unsigned int should be unsigned char
     unsigned int blue;
     unsigned int green;
     unsigned int red;
}
There may still be more wrong with it.
by Conflictus
March 5th, 2013, 2:53 am
Forum: Everything
Topic: bitmap loading error?
Replies: 5
Views: 2385

Re: bitmap loading error?

I believe so, yes. Delete the ones inside the project and then import them once inside the Assets folder.
by Conflictus
March 5th, 2013, 2:38 am
Forum: Everything
Topic: bitmap loading error?
Replies: 5
Views: 2385

Re: bitmap loading error?

If i'm not mistaken I think those kind of errors typically show up when you try to use a function that hasn't been defined, so it's treating LoadBmp() like it doesn't exist. When you created Bitmap.h and Bitmap.cpp did they get created outside the Assets folder by any chance?
by Conflictus
March 1st, 2013, 3:10 am
Forum: Everything
Topic: Help me! Im a beginner at this.
Replies: 44
Views: 15630

Re: Help me! Im a beginner at this.

Nice to see that the problem has been resolved. :D
by Conflictus
February 27th, 2013, 10:39 pm
Forum: Everything
Topic: Help me! Im a beginner at this.
Replies: 44
Views: 15630

Re: Help me! Im a beginner at this.

Yeah, it failed because it couldn't find directx. i did that on purpose just to see what sort of error it would give. Are those 3 files the only contents of the external dependencies folder? there should be a lot more than that (no need to name them all off if there are more though). Perhaps somethi...
by Conflictus
February 27th, 2013, 6:20 pm
Forum: Everything
Topic: Help me! Im a beginner at this.
Replies: 44
Views: 15630

Re: Help me! Im a beginner at this.

I went to install visual studio on another computer with windows 7 and decided to run the chili framework without installing directx just to see what the compiler would say. 1>------ Build started: Project: Chili DirectX Framework, Configuration: Release Win32 ------ 1> D3DGraphics.cpp 1> Game.cpp 1...
by Conflictus
February 27th, 2013, 2:54 pm
Forum: Everything
Topic: Help me! Im a beginner at this.
Replies: 44
Views: 15630

Re: Help me! Im a beginner at this.

Alright.. that's the same environment i'm using. For some reason I thought visual studio found the install path for directx automatically, but it could be that i just forgot a step. When inside the compiler press Alt + F7 to bring up the properties page. On menu to the left click on "Configuration P...
by Conflictus
February 27th, 2013, 3:33 am
Forum: Everything
Topic: Help me! Im a beginner at this.
Replies: 44
Views: 15630

Re: Help me! Im a beginner at this.

Which version of windows and visual studio are you running?
by Conflictus
February 26th, 2013, 7:22 pm
Forum: Everything
Topic: Help me! Im a beginner at this.
Replies: 44
Views: 15630

Re: Help me! Im a beginner at this.

I'm not certain if it would cause the problems you're seeing, but you appear to be using a different version of directx.