Compile VB6 Code Runtime

  • Thread starter Thread starter 2006.ayan
  • Start date Start date
2

2006.ayan

Does anybody knows, whether their is any way through which we can
programatically compile a VB6 Source code (written in a plain text
file) and to produce the desired .dll or .exe file. Through VB6.exe its
possible but only through command line. Is their any way to do it
programatically, somewhat like :

CompileFile(<output_dll/exe_file_name> as string,
<vb_project/source_code_file_name> as ParamArray()) as CompilerErrors
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top