Search found 7 matches

by h.hasenack
Tue Sep 10, 2013 12:59 pm
Forum: VCL
Topic: Shape data editor causes AV
Replies: 7
Views: 7714

Re: Shape data editor causes AV

Thx. I guess it'' be in the official XE5 release then.. :)
by h.hasenack
Tue Sep 10, 2013 9:02 am
Forum: VCL
Topic: Shape data editor causes AV
Replies: 7
Views: 7714

Re: Shape data editor causes AV

DOne
by h.hasenack
Mon Sep 09, 2013 7:24 am
Forum: VCL
Topic: Shape data editor causes AV
Replies: 7
Views: 7714

Re: Shape data editor causes AV

Sample app, data and steps to reproduce mailed to support*at*steema.com

-----
  • Compile the app (the provied exe already as my patches!)
  • Use the app to load the provide shape file
  • Open the chart editor, open map series
  • Browse to the shapes list -> crash
by h.hasenack
Thu Aug 29, 2013 7:10 am
Forum: VCL
Topic: Use TeeRecompile from finalbuilder
Replies: 5
Views: 6638

Re: Use TeeRecompile from finalbuilder

Sorry for the VERY late response... We dont build everyday, but our 'daly build' script recompiles all code , including 3rd party libs without debugging info etcetera whereas in our development envioronment we keep the debugging info. As we made mistakes in the past with compiler settings and had to...
by h.hasenack
Thu Aug 29, 2013 7:05 am
Forum: VCL
Topic: Shape data editor causes AV
Replies: 7
Views: 7714

Shape data editor causes AV

Hi I have been playing around with the YCHart MapSeries, and successfully managed to load ESRI shapefiles into a mapseries. Howerver, when I open the TCHartedtor to review my shape coordinates a crash is caused. I added the following lines to Chart.pas, in PaintSeriesLegend(....) to fix the crash. R...
by h.hasenack
Wed Jul 03, 2013 6:42 am
Forum: VCL
Topic: Use TeeRecompile from finalbuilder
Replies: 5
Views: 6638

Re: Use TeeRecompile from finalbuilder

Yes, I can issue this command, but compiling is only half of it. I apply some patches to TChart (some fixes, some extensions) and I do this mainly in the engine and series parts. The teerecompile tool takes this obvously to the next level where these engine sources are copied to the fmx and ios fold...
by h.hasenack
Wed Jun 26, 2013 8:40 am
Forum: VCL
Topic: Use TeeRecompile from finalbuilder
Replies: 5
Views: 6638

Use TeeRecompile from finalbuilder

Hi For our daily builds we use Finalbuilder, which allows us to compile all of our 3rd party libs. Except for TeeChart2013 that is... TeeRecompile obviously changes/generates some of the sources before it is processed by the embarcadero compilers. So: what I basically need is a command line option t...