Hmpf
Jul 13th, 2000, 06:49 AM
Hey , I Usually Work On TP 7.0 Of Borland For Dos
SO I ran in some problems in vb4
i tried to put a picture box and some stars and wanted
to scroll the screen
so i wrote something like this :
In Forum Activated
While Not Game_Exit
Doevents
MoveStars
DrawStars
.......
.......
MoveShips
.........
Wend
and i saw its toooooooo slow to be true
in pascal i can use dynamic virtual memory to solve the speed problem but in vb i know only PSET which is too slow to use , if there is a better way ( i know there is) or even directx methods to use to make it faster
I WANT IT TO RUN SMOOOOOOTHHHLY like in dos
... why the heck did i buy windows :))) when i have such a great dos with INTERRUPT TABLES And MEMORY ADDRESSES
:)
help . thank you in advance
SO I ran in some problems in vb4
i tried to put a picture box and some stars and wanted
to scroll the screen
so i wrote something like this :
In Forum Activated
While Not Game_Exit
Doevents
MoveStars
DrawStars
.......
.......
MoveShips
.........
Wend
and i saw its toooooooo slow to be true
in pascal i can use dynamic virtual memory to solve the speed problem but in vb i know only PSET which is too slow to use , if there is a better way ( i know there is) or even directx methods to use to make it faster
I WANT IT TO RUN SMOOOOOOTHHHLY like in dos
... why the heck did i buy windows :))) when i have such a great dos with INTERRUPT TABLES And MEMORY ADDRESSES
:)
help . thank you in advance