View Single Post
  #4  
Old 02-01-2004, 07:56 PM
pjaquiery pjaquiery is online now
Registered User
 
Join Date: 01-19-2003
Location: Dunedin, New Zealand
Posts: 114
Set your project up to use a custom build step that does the .IDL compile then fixes up the headers.

Generally it is much easier to get everything working if you can use VBP to build your project in the same way that it is built from the IDE, so using configurations to provide settings rather than futzing with the project files and using a custom tool rather than a "manual" edit step are likely to get you there quicker.
Reply With Quote