Page 2 of 2
Posted: Sun Nov 28, 2004 5:08 pm
by MystikShadows
I guess it depends on our past experiences.
For windows VB loops for examples are actually faster than that of VC++ and Delphi....since loops are highly used, it's a good thing to know.
But if you don't like it, you don't like

.
Posted: Mon Nov 29, 2004 6:03 am
by Nodtveidt
Nathan1993 wrote:VB sucks. Peroid. AMEN!!!
Also, someone should find out how to use Direct X in qb.
I am beginning to get the idea that you are clueless.
Posted: Mon Nov 29, 2004 8:05 am
by Nodtveidt
Posted: Tue Nov 30, 2004 12:09 am
by b_lime
Nathan1993 wrote:VB sucks. Peroid. AMEN!!!
Also, someone should find out how to use Direct X in qb.
a first step was ds4qb... direct sound for qbasic. used a slave program to access direct sound.
Posted: Tue Nov 30, 2004 5:31 pm
by Nodtveidt
b_lime wrote:a first step was ds4qb... direct sound for qbasic. used a slave program to access direct sound.
Yeah...I wrote it.

But that's about as far as you're going to get into DirectX. DirectMusic and DirectPlay are possibilities, but don't even think about DirectDraw or Direct3D because it's not going to happen. Also, DirectInput would be a waste of time, as there will always be a lag in the communication between the master and the slave no matter how well you implement your system.
Posted: Tue Nov 30, 2004 10:17 pm
by Z!re
How does windows draw the Dos VM on screen?
Might be we've been using DX for some time
Ya... I'm just messing around, it's 4am... I'm allowed to
Posted: Thu Dec 30, 2004 6:47 pm
by {Nathan}
What if you rerouted the output from DirectX to the DOS video buffer?
Posted: Thu Dec 30, 2004 7:20 pm
by Nodtveidt
Not possible. Besides, with FreeBASIC now, why even bother trying some silly kludge when you can program in DX natively?

Posted: Fri Dec 31, 2004 2:51 am
by Z!re
Well, you cant.. yet... silly DX using OOP
Posted: Fri Dec 31, 2004 9:10 am
by Nodtveidt
When you use TinyPTC, you're using DirectX

and it's not trivial, but DX can be programmed proceduraly. All OOP code translates to procedural code anyways.
