external compilation

.net , vb6 United States
  • 18 years ago

    hey


    is it possible to write a program that can compile vb projects? (it ok even if this program works only on machines that have VB instaled)


    i dont know y i want 2 do that, but it mite be fun.


    HellFire

  • 18 years ago

    Yes you can - to compile you would run a batch file something like this:-


    VB6.EXE /m pathtoproject


    This compiles a visual basic project based on the settings in this vbp file so your program wouldn't have many options however open a command prompt and go to your vb folder then type vb6 /? and you'll get complete info on command line otions. .Net is cool because you can literally go into notepad and code a vb.net form and then compile it whereas the above needs a visual basic project file.

  • 18 years ago

    thanx

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” - Edsger Dijkstra