Discussion:
VB command line compilation
(too old to reply)
Steven
2004-12-02 12:43:05 UTC
Permalink
The command-line compilation of VB through the statement given below will
create the EXE file.
vb6.exe /make "name of the project file"

But i want to create OBJ first and use linK.EXE to create EXE file. Is there
any preprocesser is available to create VB intermediate files.

Thanks.
Peter Young
2004-12-02 15:23:34 UTC
Permalink
Post by Steven
The command-line compilation of VB through the statement given below will
create the EXE file.
vb6.exe /make "name of the project file"
But i want to create OBJ first and use linK.EXE to create EXE file. Is there
any preprocesser is available to create VB intermediate files.
See my reply to this same question in your earlier thread.
a***@NOW.AT.arargh.com
2004-12-02 23:01:07 UTC
Permalink
On Thu, 2 Dec 2004 09:23:34 -0600, "Peter Young"
Post by Peter Young
Post by Steven
The command-line compilation of VB through the statement given below will
create the EXE file.
vb6.exe /make "name of the project file"
But i want to create OBJ first and use linK.EXE to create EXE file. Is there
any preprocesser is available to create VB intermediate files.
See my reply to this same question in your earlier thread.
Ditto.
--
Arargh411 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.
Bonj
2004-12-03 13:03:02 UTC
Permalink
Post by Steven
But i want to create OBJ first and use linK.EXE to create EXE file.
Then learn C.
Post by Steven
Is there
any preprocesser is available to create VB intermediate files.
No.
Post by Steven
Thanks.
Pleasure.
Loading...