PDA

Click to See Complete Forum and Search --> : Compiling


Compwiz
Nov 22nd, 1999, 02:37 AM
Is there anyway to compile a program using VB? I mean like in the VB code, have it make an exe.

P.S. Please don't tell me to use Assembly

------------------
Tom Young, 14 Year Old
tyoung@stny.rr.com
ICQ: 15743470 (http://wwp.icq.com/15743470) Add Me (http://wwp.icq.com/scripts/search.dll?to=15743470) ICQ Me (http://wwp.icq.com/scripts/contact.dll?msgto=15743470)
AIM: TomY10 (http://www.aol.com/aim/aim30.html)
PERL, JavaScript and VB Programmer

Aaron Young
Nov 22nd, 1999, 03:28 AM
You could Shell VB with the Compile Command Line Argument, eg.

Shell VB6.exe /m C:\Files\MyProject.vbp

------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
adyoung@win.bright.net

Compwiz
Nov 22nd, 1999, 03:30 AM
That would work, but what about if the program is to be used by an end-user, and doesn't have any type of compiler?