Thread: VB6 VBG Compile
View Single Post
  #4  
Old 03-04-2008, 10:36 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
What prevents you from renaming it (why would its age matter)? If needed, you could automate from the build:
1) Rename one of the .VBP files using the Rename Files action (i.e., PROGRAM1.VBP -> PROGRAM1_.VBP).
2) In the .VBG file, replace the VBP filename using the Replace in File action (i.e., replace DLL\PROGRAM1.VBP with DLL\PROGRAM1_.VBP).
Reply With Quote