Board index » cppbuilder » VirtualTrees and C++ Builder 2007

VirtualTrees and C++ Builder 2007


2007-07-03 05:37:33 AM
cppbuilder30
Hi,
did you have any luck installing VirtualTrees in C++ Builder 2007?
I have the runtime package compiling, but get the annoying DesignIntf.dcu
file not found error. Normally I could enter -LUDesignIde manually into the
PFLAGS section of the .bdsproj file, but where do I enter it in the new
.cbproj file?
Brian
 
 

Re:VirtualTrees and C++ Builder 2007

In article < XXXX@XXXXX.COM >,
"Brian" < XXXX@XXXXX.COM >wrote:
Quote
I have the runtime package compiling, but get the annoying DesignIntf.dcu
file not found error. Normally I could enter -LUDesignIde manually into the
PFLAGS section of the .bdsproj file, but where do I enter it in the new
.cbproj file?
You can do this in the IDE:
Project->Options->Delphi Compiler->Other Options
Enter it in the field labeled: "Additional Options"
--
-David Dean
CodeGear C++ QA Engineer
<blogs.codegear.com/ddean/>
 

Re:VirtualTrees and C++ Builder 2007

Quote
You can do this in the IDE:
Project->Options->Delphi Compiler->Other Options
Enter it in the field labeled: "Additional Options"
Thanks David!
 

{smallsort}