BlackSneak
Programmer
I am trying to compile a VB6 app from the command line.
I have
VB6.exe /make <programName>.vbp /out errors.txt
where <programName> is the name of my project.
When I run this, I get a divide error. Microsoft knowledge base says the problem is caused by custom "tabs" on VB6 IDE's toolbox.
If I remove all the custom tabs from the toolbox, the compile works.
My question : is there any way programmatically that I can remove the custom tabs ?
Thanks,
-Black Sneak
I have
VB6.exe /make <programName>.vbp /out errors.txt
where <programName> is the name of my project.
When I run this, I get a divide error. Microsoft knowledge base says the problem is caused by custom "tabs" on VB6 IDE's toolbox.
If I remove all the custom tabs from the toolbox, the compile works.
My question : is there any way programmatically that I can remove the custom tabs ?
Thanks,
-Black Sneak