Hi All,
I have a vb6 group project, in that so many vbp projects are grouped, when ever I am opening and trying to compile the vbg I will get so many reference missing errors, to fix it all manually its very difficulty.
I want to compile all the vbp projects without opening it in the vb6 and like to fix the missing reference error in it, how can I achieve this, please help me.
I tried to compile the vbp projects from the run command by using the following command
"c:\program files\microsoft visual studio\vb98\vb6.exe" path of the project. vbp /make
Here I want to catch the exception thrown by the vb6 compiler and I want fix it all without using the VB6 IDE.
I have a vb6 group project, in that so many vbp projects are grouped, when ever I am opening and trying to compile the vbg I will get so many reference missing errors, to fix it all manually its very difficulty.
I want to compile all the vbp projects without opening it in the vb6 and like to fix the missing reference error in it, how can I achieve this, please help me.
I tried to compile the vbp projects from the run command by using the following command
"c:\program files\microsoft visual studio\vb98\vb6.exe" path of the project. vbp /make
Here I want to catch the exception thrown by the vb6 compiler and I want fix it all without using the VB6 IDE.