Qbasicnews.com
FBC Metacommand addon - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Projects (http://qbasicnews.com/newforum/forum-16.html)
+---- Thread: FBC Metacommand addon (/thread-7094.html)



FBC Metacommand addon - Z!re - 04-28-2005

I got annoyed at having bat files everywhere, so I created this small program.

All info and dl can be found at the Plantasy Studios site.


Link in my sig.


Feedback..


FBC Metacommand addon - 1000101 - 04-29-2005

*cough*fpp*cough*

I wrote one back in march which is suppa simple to use.

http://freebasicr00ls.50megs.com/


FBC Metacommand addon - metalfoot - 04-29-2005

what are the 786/886/986 chips also known as?


FBC Metacommand addon - DrV - 04-29-2005

Well, nobody actually calls them that, but I assume since:

Pentium = 586
Pentium Pro/II = 686

Then:

Pentium III = 786
Pentium IV = 886

etc.... but I don't know

and what does this have to do with this thread? :-?


FBC Metacommand addon - 1000101 - 05-04-2005

686 = Pentium Pro, Pentium II, Celron, Pentium III, Athlon, Duron
786 = Pentium 4 (Pentium 4's return 15 (Fh) from CPUID instead of 7, actually)

Mainly there were put in since it was easy to implement.

Further, that version has some major bugs, this release does simple define checking for conditional compiling.

ie:
Code:
#Define _Use_Debug_

#IfDef _Use_Debug_

'$console
'$verbose

#Else

'$gui

#EndIf

It doesn't (yet) support the more complex definitions, ie: #if defined( foo )

Sorry about the crappy 50megs site, heh

http://freebasicr00ls.50megs.com/