View Single Post
  #3  
Old 02-01-2004, 07:36 PM
Jeff Boeker Jeff Boeker is online now
Registered User
 
Join Date: 01-30-2004
Location: California
Posts: 2
Thanks for responding.

What I'm trying to do is compile an idl file, modify the generated header file file slightly via search and replace, and compile the project with the generate file. For modifying the project settings I'm using a search/replace in .vcproj file -- seems to work OK so far. As a temporary solution, instead of compiling just one file, I can compile the whole project twice, but due to the header dependancies, this is not very efficient, and I have a lot of projects to compile.

I guess what I was hoping was that these things could be done with the visual basic script. Will any VBScript runnable in the IDE perform similarly when run from VBP?

Thanks,

Jeff
Reply With Quote