Наши преимущества

RAD Studio XE6

Ни кто не столкнулся с проблемой при работе с TeeChart, у меня что-то ошибки вылезают при работе с Series

Using C++, is enought add a component, click on it to add a serie, and I obtain an error!
I reported in this forum before, but someone hit me like a useless comment ...
When the program is running ok, but in the design phase this frustrating the programmer and wastes time.

I've got this error with XE6 and 6.1, no difference. Donno in Delphi (I use only C++). Not yet tested on XE7.
 
Using C++, is enought add a component, click on it to add a serie, and I obtain an error!
I reported in this forum before, but someone hit me like a useless comment ...
When the program is running ok, but in the design phase this frustrating the programmer and wastes time.

I've got this error with XE6 and 6.1, no difference. Donno in Delphi (I use only C++). Not yet tested on XE7.

Clearly means nobody knows as with it to struggle. Thanks for the answer
 
кто знает как (и какие) файлы надо вытащить из Arhitect, чтобы получился Mobile Pack для XE6 версии Prof. Или может у кого есть сам Mobile Pack?
 
Создаем новое VCL приложение, на форму бросаем TRestClient, после этого проект не компилируется.
[dcc32 Fatal Error] MainForm.pas(8): F1026 File not found: 'D:\Work\src\Test\IPPeerClient.dcu'

как побороть?
 
FastReport & frxChart Error creating form

В Builder-е создаем проект VCL.
Убираем галку линк с rtl.

на форму кладем TfrxReport и TfrxChartObject
заходим в отчет, - вставляем 'Chart Object'
по кнопке (или по OnCreate формы) вызываем ShowReport()

запускаем проект, - все работает отчет открылся и в нем есть график.

сохраняем проект, закрываем.
при следующем открытии получаем ошибку:

Error creating form: Access violation at address xxxxxxx
in module 'vcl200.bpl'. Read of address 0000000


теперь увидеть форму получится только если отключить из компонентов
dclfrxtee20.bpl

и при этом настроенный график, который был сохранен в отчете теряется.

У кого есть решение или хотя бы мысли как бороться с этой проблемой?
 
Верх