Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
opinions needed - designing an IDE
#11
Quote:PREPROCESSOR COMMANDS
Ok, it's got '$static, '$dynamic, and '$include so far - what else should it have?

Quote:There's also protogui, you can get it from http://fsoft.cjb.net. At least I *think* that's what it's called...
I used babelfish.altavista.com to translate, but I still don't see it anywhere on the site. There's EvuGUI, but I've made better than that. Besides if the IDE's going to have a GUI, it might as well be a Windows application. I'm thinking either Windows or dos text mode.
Reply
#12
like
Code:
$lib: 'ugl.qlb'

to include not only .bi files but real QB libraries in the ide
B 4 EVER
Reply
#13
Quote:
ak00ma Wrote:PREPROCESSOR COMMANDS
Ok, it's got '$static, '$dynamic, and '$include so far - what else should it have?

Quote:There's also protogui, you can get it from http://fsoft.cjb.net. At least I *think* that's what it's called...
I used babelfish.altavista.com to translate, but I still don't see it anywhere on the site. There's EvuGUI, but I've made better than that. Besides if the IDE's going to have a GUI, it might as well be a Windows application. I'm thinking either Windows or dos text mode.

'$Console
'$debug
'$Kool!!!

Can't wait!!!!!
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#14
Quote:to include not only .bi files but real QB libraries in the ide
Ok, I could do that.
Real qb libraries are out of the question, they're real mode, my compiler is protected mode.

Quote:'$Console
'$debug
What would they do?
Reply
#15
'$define

(see #define in c/c++)
/post]
Reply
#16
Read the QBMCX readme file that comes with QB4MED to see which preprocessor commands to include.
Reply
#17
Quote:'$define
(see #define in c/c++)

There are good reasons why C has a preprocessor and good reasons why other languages such as Java and QBasic do not have one. A good language includes a feature because it is a useful addition, not a cool novelty, QBasic in particular does not need a preprocessor.
esus saves.... Passes to Moses, shoots, he scores!
Reply
#18
Quote:A good language includes a feature because it is a useful addition, not a cool novelty, QBasic in particular does not need a preprocessor
Yeah, I agree. QBMCX is probably compatible with my variant of qb, people can use something like that if they want more advanced/flexible preprocessing features..

ak00ma: I really like your idea ('$lib), but I think it would be easier for OBJs and LIBs to be listed as part of the project in the MAK file.
Reply
#19
Sterling: Don't worry about those. I just wanted to see it. ;*)

I wan't to be a beta tester!!!!!!
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#20
Relsoft: Ok, when it's ready.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)