how to build a solution which mixed vb6 and vs2005
hi, Our project has mixed VB6 and VS2003. currently, we want to upgrade the VS2003 project to VS2005 and use the TFS build to do the daily building.
The process is :
<Build Project 1 (vs2005) > > export tlb file > Build VB6 program (use the above tlb file) --> tlbimp VB6 program > <Build Project 2 (Vs2005) (using the above tlbimp result>.
Currently, I can export tlb file from project 1, but I do not know how to do next step.
anyone have any ideas?
please help me!!!

