Sigal Laniado
November 30th, 1999, 08:13 AM
I need to know if there is a way to compile & make vb project without using the ui (i.e from the command line like using NMAKE for Visual C++ projects).
|
Click to See Complete Forum and Search --> : VB Compilition Sigal Laniado November 30th, 1999, 08:13 AM I need to know if there is a way to compile & make vb project without using the ui (i.e from the command line like using NMAKE for Visual C++ projects). Chris Eastwood November 30th, 1999, 08:15 AM If you go into your VB 'home' directory (something like \program files\microsoft visual studio\vb98), you can use the vb6.exe program from the command line using : /run /runexit /make or /m projectname /out filename /outdir path /d /cmd /mdi or /sdi - and a couple of others. Run vb6.exe /? for more information. Chris Eastwood CodeGuru - the website for developers http://codeguru.developer.com/vb codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |