View Single Post
  #1  
Old 02-16-2012, 11:23 AM
saurabh saurabh is online now
Registered User
 
Join Date: 02-09-2012
Posts: 13
Post VB6 projects not getting compiled properly from VBP

Hello,

I'm compiling around 290 VB6 projects from my Visual Buid Pro script.
Have listed these project (.vbp) files with their path in a file and using a loop I'm reading these files one at a time and compiling them.
As part of this loop, I'm also updating the references if required using a script.

The issue I'm facing is that the project gets built successfully including all compilations. But when I launch the application I get display issues like some buttons on dialog boxes not seen full, texts on the right or bottom edge of the dialog boxes, forms getting half or full cut.

So I compiled these VB6 projects manually, registered their DLLs/OCXs and then launched the application again. I was now able to see everything working perfectly fine.

What could be the reason behind this? How do I fix this. I need to automate this project.

Any help would be greatly appreciated.

Thanks!
Saurabh
Reply With Quote