plz could anyone help lesson 20

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
kacper130320
Posts: 50
Joined: May 19th, 2012, 3:00 pm

plz could anyone help lesson 20

Post by kacper130320 » July 24th, 2012, 7:59 pm

I think that I did what chili did but I got a problem when I run the program it sais
"Debug Assertion Failed!

Program: ...X Framework V12.03.24 (SFX)\Debuf\Chili DirectX
Framework.exe
File: f:\dd\vctools\crt_bld\self_x*(\crt\src\fread.c
Line: 102

Expression: (stream != NULL)
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.

(Press Retry to debug the application)"
so what does all that mean and I don't think I set stream to NULL or not to NULL
here's my files
Assets.zip
(20.13 KiB) Downloaded 158 times

User avatar
Nosferatu
Posts: 36
Joined: July 25th, 2012, 7:08 am
Location: Slovakia

Re: plz could anyone help lesson 20

Post by Nosferatu » July 25th, 2012, 7:41 am

Well, that assertion failure means file could not be opened or it was not found, which makes sense when you look at this line : LoadBmp( "WalkingDude\\wdude00.bmp",surface );
I believe it is not WalkingDude but WalkinDude, at least original folder was named like that.

P.S. As this is my first post on this forum, I would also like to say Hello! to everybody =).

kacper130320
Posts: 50
Joined: May 19th, 2012, 3:00 pm

Re: plz could anyone help lesson 20

Post by kacper130320 » July 25th, 2012, 7:47 am

yeah I just Realized that whilt whatching the lesson, but thx anyway
P.S. Hello Nosferatu

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: plz could anyone help lesson 20

Post by chili » July 25th, 2012, 11:53 am

Hey Nos, thanks for joining and helping out brah!
Chili

Post Reply