Search found 493 matches

by MystikShadows
Jul 19, 2005 0:35
Forum: General
Topic: FB's View Port and Window statements.
Replies: 3
Views: 1324

FB's View Port and Window statements.

Hi all. This isn't graphics related... The Borland C++ or Pascal programmers will know what I'm talking about lol...ok in those languages there's a window command that basically creates a text rectangle (no borders just a window) that when set to any position and dimensions will act like a window (h...
by MystikShadows
Jul 17, 2005 0:20
Forum: Beginners
Topic: Now that that's over...
Replies: 17
Views: 7933

Yes, it really does, and I really tip my hat to the documentation group working on it. Brilliant work. :-)
by MystikShadows
Jul 15, 2005 0:24
Forum: Beginners
Topic: parallel port
Replies: 40
Views: 17255

And who are we to disagree? ROFLMAO...sorry couldn't resist that ;-).

You're appreciated, how's that ? ;-)
by MystikShadows
Jul 15, 2005 0:15
Forum: DOS
Topic: DOS and Interrupts
Replies: 15
Views: 13787

Oh byte me right here (*|_) lol

*washes the glass right out of his glasses to see if he'll see bettah...lol

Thank you Dr_V, always appreciate your work and efforts, always a fan, etc etc :-).
by MystikShadows
Jul 14, 2005 23:59
Forum: DOS
Topic: DOS and Interrupts
Replies: 15
Views: 13787

DOS and Interrupts

AS the subject says :-)

Basically I want to call interrupt 10h to change the video mode, for example

or should i do it with some inline assembly? still if it was possible I'd love to use the good ole call interrupt ;-).
by MystikShadows
Jul 14, 2005 23:53
Forum: Beginners
Topic: parallel port
Replies: 40
Views: 17255

I second that whole heartedly :-).
by MystikShadows
Jul 14, 2005 2:51
Forum: Sources, Examples, Tips and Tricks
Topic: RGB Support in 256 Color Modes.
Replies: 8
Views: 6370

Good going :-)....seems to do a pretty good job with the dithering too...excellent :-)
by MystikShadows
Jul 13, 2005 2:16
Forum: General
Topic: Variable Scoping
Replies: 2
Views: 1364

you should use the SHARED keyword

DIM SHARED X AS INTEGER = 0
by MystikShadows
Jul 11, 2005 16:31
Forum: DOS
Topic: cannot find -lfbgfx
Replies: 6
Views: 4798

Roughly estimated, when would that 0.14 officially be released? :-)
by MystikShadows
Jul 10, 2005 21:01
Forum: General
Topic: Small request
Replies: 15
Views: 4333

As the old saying goes....Saving keystrokes is the job of the IDE, not the language....obviously not written by a C/C++ programmer....LOL
by MystikShadows
Jul 10, 2005 17:41
Forum: Sources, Examples, Tips and Tricks
Topic: Complex number library
Replies: 8
Views: 6413

Re: Complex number library

I would have named
TYPE Complex
X AS DOUBLE
Y AS DOUBLE
END TYPE

as
TYPE Complex
Real AS DOUBLE
Imaginary AS DOUBLE
END TYPE

Just for the mathematicians out there ;-)...otherwise it's an awesome set of code :-)
by MystikShadows
Jul 10, 2005 1:50
Forum: Archive
Topic: Animated Windowtitle Lib...
Replies: 7
Views: 3689

lol Man Keep it up and I'll have to create a Rattrapmax6fanclub.com website...roflmao
by MystikShadows
Jun 30, 2005 16:53
Forum: General
Topic: Database Project
Replies: 29
Views: 8329

It really depends on the database program you want to create and on the size of the data you'll be handling.

What do you want to do?
by MystikShadows
Jun 30, 2005 11:18
Forum: General
Topic: ODBC Port and wrapper
Replies: 23
Views: 8050

Hi Florent, I compressed and uploaded my odbc port of the header files.

you can get them here: http://www.adaworld.com/ODBCPort.zip hopefully it will save you time :-).
by MystikShadows
Jun 29, 2005 21:37
Forum: General
Topic: ODBC Port and wrapper
Replies: 23
Views: 8050

Do you have that done already? reason I asked is I started an odbc port a little while ago...I could send it to you for a bit of a head start...:-) if you do have that done (test program and all) zip it and upload it to my website (http://www.ascii-world.com) in the "Sub Project" menu on t...