Search found 4 matches

by MeleeMaster
July 18th, 2017, 12:16 am
Forum: Everything
Topic: Problems with window creation
Replies: 5
Views: 2355

Re: Problems with window creation

Thanks for the help @xu2201g and @albinopapa, I've made the modifications and the program ran just fine. And thanks for the heads up on the _stdcall, CALLBACK calling conventions, I was clueless about that.
by MeleeMaster
July 17th, 2017, 1:08 pm
Forum: Everything
Topic: Problems with window creation
Replies: 5
Views: 2355

Problems with window creation

Hi everyone. I was trying to write a code that would create a window with "Hello World" on the title bar, but I ran in some unexpected problems. It would be pretty helpful if someone could clarify this. The errors are as follows: 1° - Line 7 & Line 51, it shows an error in the declaration for the fu...
by MeleeMaster
August 26th, 2016, 2:31 am
Forum: Everything
Topic: Problems with Lesson 2 Intermediate
Replies: 3
Views: 1628

Re: Problems with Lesson 2 Intermediate

Yep, the problem was with that line, I didn't noticed that I skipped it. Thanks for the heads-up.
by MeleeMaster
August 25th, 2016, 11:34 pm
Forum: Everything
Topic: Problems with Lesson 2 Intermediate
Replies: 3
Views: 1628

Problems with Lesson 2 Intermediate

The PNG file doesn't appear in the screen but the program itself doesn't accuse any errors.

I tried to Debug and I noticed that the height and width of the sprite is set to '0', thus ignoring the loop.

I couldn't figure out the problem.