Just bought Delphi 2010 (having skipped 2009) and I am trying to get my project to compile. However, I am running in to a bunch of problems compiling Virtual Treeview 4.8.5. Can someone outline a fool proof way of compiling and installing Virtual Treeview in Delphi 2010?
|
2
|
|
|
|
|
|
If you have subversion, grab the latest (v5.00) from http://virtual-treeview.googlecode.com/svn/ In the trunk/Delphi folder, there is Delphi 2009 DPKs. It should be a simple thing to upgrade them to Delphi 2010. |
||||
|
|
|
Well, I haven't used it, but I've updated a few other components and there are some general tricks that could help. The first thing I'd do is check and see if there's an include file that all or almost all of the units use, with a bunch of |
||
|
|
|
|
Based on Nicks suggestion here is what I did. I grabbed the latest from the trunk using TortoiseSVN. Modified Common/Compilers.inc and added these two sections
And a bit later on in the file
Then I just had to add the Common, Source and Design folders to the source path when compiling. Then compile VirtualTreesD12.dpk, then VirtualTreesD12D.dpk. Now on to the next problem... |
||
|
|
|
|
I just did it myself. Starting with the 2009 version, just edit the two compiler.inc files (one in source, one in design directories). As Mason said, just copy the part that defines using VER200 and change the VER200 to VER210. Built and installed without problems. Good luck! |
||
|
|
