Qbasicnews.com
freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+--- Thread: freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. (/thread-4948.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - relsoft - 11-13-2004

AAP: I am almost sure I could pull off Rellib in FB. Whether that's learning how to do DX or even in TinyPTC as an external lib for FB.

Now, if FB would just support Intel ASM..... ;*)


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - aetherfox - 11-13-2004

Hmm Rel that demo runs waaaaaaaay to fast for me. The water trails are almost impossible to see.

But...sexay movement and what I CAN see looks awesome.

WC, cheers for the forum, this makes life a little easier.

Vic, whats happening with the compiler and its accompanying doc?

Anyone taken on the task of IDE yet?

And lastly, I've given upon the capitalisation of my name, people here just don't get it, but at least spell it right: A E T H E R F O X.

If you were wondering, its .:: æthérFòx ::.. But then I stopped caring...aetherfox, aetherFox, Aetherfox, AetherFox, aefox, ae, fox, avi, avinash will all suffice Tongue


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - relsoft - 11-13-2004

Yeah, it's tinyPTC not enabling Vsynch.

I guess the FB just compiles tight code. very fast.

The asm code it generates with the put_pixel code I made is like how I'd do it if I code in ASM.


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - Jofers - 11-13-2004

Plus, with QB generating 286 code, you just kinda leaped forward 3 cpu generations Smile

So rel, interested in finishing DW3 now Wink


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - TheBigBasicQ - 11-13-2004

3 or is it 4 :-?


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - Z!re - 11-13-2004

4, isn't it?... from 286 (or actually 8086 with good 'ol QB) to 686... Big Grin


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - Anonymous - 11-14-2004

well it only compiling with the .arch i386 directive.but you could change that.


also rel doesnt the ASM victor using support intel syntax


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - v3cz0r - 11-14-2004

Running in protected-mode does all the difference, the 32-bit version of FB can compile the openGL example that Blitz wrote in half the time than the vbdos' compiled version takes..


Btw, 32-bit version can't yet recompile its 20k lines of code, more debugging do to, ow..


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - aetherfox - 11-14-2004

You're getting there, good job.

Rel...anychance of sticking some VSync in there somewhere? That screenie looks gorgeous...


freeBASIC (a 32-bit QB-syntax compatible compiler) preview.. - adosorken - 11-14-2004

That reminds me...I've yet to really give FB a good look-over, but...does it support console applications? Since all the problems with the KOQB'04 engine on certain video cards, I'm really looking into doing it as a win32 fullscreen console app rather than the QB textmode version.