Advertisement

Please take this into consideration

Started by March 21, 2000 04:45 PM
3 comments, last by King 24 years, 9 months ago
Hey everyone, i was wondering if anyone would be willing to let me send them my source code and tell me what i''m doing wrong. If you are will please reply with your email... or icq. Thanks. - king171@hotmail.com
- http://www.cfxweb.net/mxf/
you can send it to me, but whats the problem? what are you trying to do?
Advertisement
Hey zipster, first off i''ll send it as fast as i can, and thanks. What i want to do is see how people would change the source to their liking, because i know i''m doing something wrong. Thanks again.

- king171@hotmail.com
- http://www.cfxweb.net/mxf/
Well, it works. The only thing I see wrong is that the program checks for keypresses in WinProc with switch and break statements. The problem is that since its a switch, only one keypress can be read per loop (cough)(hack), and using WinProc in the worst way (if your thinking about games). I personnallly use DirectInput and DirectX, which has some very nifty input functions.
Other than that, you''re doing everything else right. I reccommend you learn DirectX if you plan to get into the games department.
Thanks zipster, it good to hear i''m doing things right though... i''m suprised kinda, but thanks. I will definitly end up learning DirectX but i''m sure this windows programing will help a lot. Thanks again.

- king171@hotmail.com
- http://www.cfxweb.net/mxf/

This topic is closed to new replies.

Advertisement