Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FBC Metacommand addon
#1
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..
Reply
#2
*cough*fpp*cough*

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

http://freebasicr00ls.50megs.com/
Life is like a box of chocolates', hrm, WTF, no it isn't, more like, 'life is like a steaming pile of horse crap.'
Reply
#3
what are the 786/886/986 chips also known as?
Reply
#4
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? :-?
Reply
#5
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/
Life is like a box of chocolates', hrm, WTF, no it isn't, more like, 'life is like a steaming pile of horse crap.'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)