Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic Compiler > Re: Looking for...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 6 of 8 Topic 71 of 149
Post > Topic >>

Re: Looking for "free"/"inexpensive" 32-bit BASIC compiler

by arargh402NOSPAM@[EMAIL PROTECTED] Feb 18, 2004 at 04:00 PM

On Wed, 18 Feb 2004 14:24:24 -0600, "Michael A. Clem"
<mclem@[EMAIL PROTECTED]
> wrote:

<snip>
>If you have access to VB, then it *can* be used procedurally.  When 
>setting up a project, you simply create a .bas file and in the Project 
>options, tell it to start with the .bas file instead of a form.  Within 
>the .bas file, you can Show forms whenever you need them (if you need 
>them).  Somewhere on the internet (I've forgotten where) somebody 
>explains how to use VB for plain, old console programs.
Yes, that can be done.  But the minute you use forms or any other GUI
thing, they become event driven.  And if you want to use a console,
you have to allocate it yourself, and write all the routines to use
it.  Like PRINT, LOCATE, COLOR . . .  And you can't always use the
correct name - PRINT is a reserved word - so you can't write your own
PRINT subroutine.  And the list goes on.  Also, the resulting EXE is
still marked as a GUI app, so you have to change that.   And, finally,
no matter what you do, you still need the many megs of VB DLL's.

All this nonsense is part of the reason that I wrote BCET.

<snip>

-- 
Arargh402 at [drop the 'http://www.'
from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the garbage from the reply address.




 8 Posts in Topic:
Looking for "free"/"inexpensive" 32-bit BASIC compiler
Richard Owlett <rowlet  2004-02-17 17:22:01 
Re: Looking for "free"/"inexpensive" 32-bit BASIC compiler
arargh402NOSPAM@[EMAIL PR  2004-02-17 18:52:49 
Re: Looking for "free"/"inexpensive" 32-bit BASIC compiler
Richard Owlett <rowlet  2004-02-17 19:35:51 
Re: Looking for "free"/"inexpensive" 32-bit BASIC compiler
arargh402NOSPAM@[EMAIL PR  2004-02-17 21:25:02 
Re: Looking for "free"/"inexpensive" 32-bit BASIC compiler
"Michael A. Clem&quo  2004-02-18 14:24:24 
Re: Looking for "free"/"inexpensive" 32-bit BASIC compiler
arargh402NOSPAM@[EMAIL PR  2004-02-18 16:00:20 
Re: Looking for "free"/"inexpensive" 32-bit BASIC compiler
"Mike H" <mi  2004-03-07 00:41:17 
Re: Looking for "free"/"inexpensive" 32-bit BASIC compiler
"Stephen J. Rush&quo  2004-03-08 14:23:12 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat May 17 0:58:49 CDT 2008.