Hi, I am trying to use Visual C++ express but i got some samples made under Visual C++ 6.0 that do not compile under the program mentioned at the beginning. Visual C++ Express says that the file included "windows.h" does not exist, what means Visual C++ Express does not come with such library (what makes me sick). Having understood that i wanted to know how i could solve this problem, so that i can compile Visual C++ 6.0 Projects under Visual C++ 8.0 (Express Edition 2005). This is very important, because i want to learn how to use this powerful tool, which easily creates GUI what sounds pretty interesting, a lot more than the classic DOS console, which is as old as the earth, and nobody would ever be interested in buying a program like that, so please help me to do this. Another Question I would like to ask is how can i make images "move", i mean:
I want to make an animation, a person (a simple drawing made under MS PAINT) move horizontally and vertically in the program window, but i also want to make it TRULY move, not by making images disappear and appear, making the image change its coordinates so that it seems to move. Please tell me how to do this because i'm 99.9% interested in game developing, not masterpieces, but at least something that works and gives me a chance to learn.
Any Help will be much appreciated.
Thanks!
Kind Regards,
Paul
I want to make an animation, a person (a simple drawing made under MS PAINT) move horizontally and vertically in the program window, but i also want to make it TRULY move, not by making images disappear and appear, making the image change its coordinates so that it seems to move. Please tell me how to do this because i'm 99.9% interested in game developing, not masterpieces, but at least something that works and gives me a chance to learn.
Any Help will be much appreciated.
Thanks!
Kind Regards,
Paul
Comment