I'm working on an unattended/automated build process, and everything is working nicely except for the fact that I'm seeing huge difference when I compile some of my programs from the command line as opposed to the IDE (File menu > Make).
One in particular takes about 5-6 minutes to compile from the command line vs. a few seconds from the IDE.
The command line I am using is:
"C:\Program Files (x86)\Microsoft Visual Studio\VB98\vb6.exe /m "path to my vbp file" /out "path to a log file" /outdir "path for the compiled file"
Some notes/things I've noticed:
Anyone ever see anything like this, and perhaps have a solution? Thanks.
One in particular takes about 5-6 minutes to compile from the command line vs. a few seconds from the IDE.
The command line I am using is:
"C:\Program Files (x86)\Microsoft Visual Studio\VB98\vb6.exe /m "path to my vbp file" /out "path to a log file" /outdir "path for the compiled file"
Some notes/things I've noticed:
- Projects that are DLLs with classes and modules only compile quickly whether in the IDE or from the command line.
- Projects that include UserControls and Forms compile very slowly from the command line, but are quick in the IDE.
- All projects compile very quickly when compiled in the IDE from the File menu.
Anyone ever see anything like this, and perhaps have a solution? Thanks.