| View previous topic :: View next topic |
| Author |
Message |
Jacques Melancon Guest
|
Posted: Tue Jun 13, 2006 6:15 pm Post subject: VirtualTreeview problem |
|
|
I just downloaded and installed Windows XP Theme Manager and
VirtualTreeView for Delphi 6 from delphi-gems.
Trying to compile the Minimal.dpr project I get the
following errors and many more with the other demos.
[Error] Main.pas(24): Undeclared identifier: 'TColumnIndex'
[Fatal Error] Minimal.dpr(5): Could not compile used unit 'Main.pas'
Two pages, XP and Virtual Controls and a total of 5 new
components have been installed. The library path contains
$(ProgramFiles)\Soft Gems\Theme Manager\Source
$(ProgramFiles)\Soft Gems\Virtual Treeview\Source
and TColumnIndex is declared as:
TColumnIndex = type Integer;
in the VirtualTrees.pas file.
How can I fix the problem?
Let me add that I first tried to install the VirtualTreeView
without Theme Manager. I uninstalled the VirtualTreeview, then
installed the Manager and reinstalled the VTV.
Thanks,
Jacques |
|
| Back to top |
|
 |
SiegfriedN Guest
|
Posted: Tue Jun 13, 2006 7:57 pm Post subject: Re: VirtualTreeview problem |
|
|
Perhaps the domo source is out of date ?
Siegs |
|
| Back to top |
|
 |
Jacques Melancon Guest
|
Posted: Tue Jun 13, 2006 11:10 pm Post subject: Re: VirtualTreeview problem |
|
|
Jacques Melancon wrote:
| Quote: |
How can I fix the problem?
|
My fault.
I had an older version of VirtualTrees.pas in
another directory appearing in the library path.
Jacques |
|
| Back to top |
|
 |
|