View Single Post
  #4  
Old 07-13-2006, 12:27 AM
mweinberger mweinberger is online now
Registered User
 
Join Date: 12-23-2005
Posts: 40
This last bug took me a while, but I found it. Using the IDE, the release build comes before the debug build, which in my project is important. VBPro when selecting "All" builds the debug configuration first, which broke my build. The solution was to uncheck "All" and select "Release" and then duplicate the step and selecting "Debug" after that. Now everything builds cleanly!

Thanks for all the help. VBPro is great!
Reply With Quote