Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 44 - Sources path for Firemonkey XE2 and XE3 should be different than XE4 and up
Summary: Sources path for Firemonkey XE2 and XE3 should be different than XE4 and up
Status: CONFIRMED
Alias: None
Product: FireMonkey TeeChart
Classification: Unclassified
Component: Install (show other bugs)
Version: 131016
Hardware: PC Windows
: Normal enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 06:01 EDT by david berneda
Modified: 2013-10-21 06:04 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version: RAD XE2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description david berneda 2013-10-21 06:01:50 EDT
When using the TeeRecompile.exe tool, TeeChart for FireMonkey sources get copied and converted at:  "...\Sources\FMX"  subfolder.

This conversion depends on the RAD XE version, due to incompatible *.fmx forms between XE2/3 and XE4 and up.

For XE4 and up, *.fmx forms are copied from "Sources\FMX_XE35" folder instead of just "Sources" folder.

This is problematic if you want to compile your projects against the "FMX" sources folder, recompiled using a different XE version than the one you're using.

A solution would be TeeRecompile.exe to generate different "FMX" folders. One folder for XE2/3 and another folder for XE4 and up.

For example: 

...\Sources\FMX3   <--- XE2 and XE3
...\Sources\FMX    <--- XE4 and up

This request is to make TeeRecompile.exe to generate different FMX source folders depending on RAD XE version.