Version 2012.07 with source
Posted: Fri Jan 11, 2013 10:37 am
Hi!
I have just bought an upgrade from v8 to v2012.07 and tries to upgrade my projects with it (and XE3) but it seems like the source code version is missing som files.
1.
TeeHtml.pas has det following constructs
{$IFDEF D17}
VCLTee.TeCanvas
{$ELSE}
TeCanvas
I can not find the file VCLTee.TeCanvas but chaning it to only TeCanvas seems to work. Is this correct?
2.
The follwing files used by FMXTee.Editor.Series seems to be missing completly?
FMX.Types, FMX.Controls, FMX.Forms,
FMX.ListBox, FMX.Edit, FMX.Dialogs, FMX.Objects, FMX.TabControl
Can I get those (could be more but here is where I got stuck) or have I missunderstod something?
The reason for bying the sourcecode version is that we have hade to modify the Delphi standard VCL files and without these source files it will not compile.
regards
/Fredrik
I have just bought an upgrade from v8 to v2012.07 and tries to upgrade my projects with it (and XE3) but it seems like the source code version is missing som files.
1.
TeeHtml.pas has det following constructs
{$IFDEF D17}
VCLTee.TeCanvas
{$ELSE}
TeCanvas
I can not find the file VCLTee.TeCanvas but chaning it to only TeCanvas seems to work. Is this correct?
2.
The follwing files used by FMXTee.Editor.Series seems to be missing completly?
FMX.Types, FMX.Controls, FMX.Forms,
FMX.ListBox, FMX.Edit, FMX.Dialogs, FMX.Objects, FMX.TabControl
Can I get those (could be more but here is where I got stuck) or have I missunderstod something?
The reason for bying the sourcecode version is that we have hade to modify the Delphi standard VCL files and without these source files it will not compile.
regards
/Fredrik