View Single Post
Old 04-29-2004, 05:26 AM   #12 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Quote:
Originally posted by cheawick
I'm assuming you mean [ code] at the beginning and [/ code] at the end? Yes?
Yes. Try it. Just edit your post and insert them.
Just a tip: learn to place comments above the line of code. Not to the right of it.

Besides that, you are using a pure (16 bit) dos program, calling in86. These days Win32 api calls are used. I have VC versions so I cannot check out your code, since later VC versions don't generate pure DOS programs.
But if you like to move on with pure dos programs then here is a some reading for you: 256 color programming

Good luck!
__________________

Last edited by Valmont; 04-29-2004 at 11:12 AM.
Valmont is offline   Reply With Quote