Найдено 2 результата

Kill_Maker
Вт 30 авг 2016 10:44
Форум: InterBase Data Access Components
Тема: Проблема при установке IBDAC для Delphi XE5
Ответы: 3
Просмотры: 13629

Re: Проблема при установке IBDAC для Delphi XE5

понял, спасибо за ответ, буду пробовать.
Kill_Maker
Пн 29 авг 2016 15:32
Форум: InterBase Data Access Components
Тема: Проблема при установке IBDAC для Delphi XE5
Ответы: 3
Просмотры: 13629

Проблема при установке IBDAC для Delphi XE5

Добрый день!
Устанавливаю компоненты IBDAC для делфи XE5 следую вот этой инструкции
Installing IBDAC for Embarcadero RAD Studio XE5 using IDE
If you are using C++Builder XE5, you should use the Using make-files way to install IBDAC. Otherwise, run Delphi XE5 and perform the following steps:

Build and compile the dac190.dpk DAC run-time package. To make IBDAC work under Windows x64, Mac OS, iOS simulator, iOS device and Android, this step must be repeated for each of these platforms (can be selected in "Target Platforms" of the package).
Build and compile the dacvcl190.dpk DAC GUI VCL related package. To make IBDAC work under Windows x64, this step must be repeated for this platform (can be selected in "Target Platforms" of the package).
Build and compile the dacfmx190.dpk DAC GUI FireMonkey related package. To make IBDAC work under Windows x64, Mac OS, iOS simulator, iOS device and Android, this step must be repeated for each of these platforms (can be selected in "Target Platforms" of the package).
Build and compile the dcldac190.dpk DAC design-time package.
Build and compile the ibdac190.dpk IBDAC run-time package. To make IBDAC work under Windows x64, Mac OS, iOS simulator, iOS device and Android, this step must be repeated for each of these platforms (can be selected in "Target Platforms" of the package).
Build and compile the ibdacvcl190.dpk IBDAC GUI VCL related package. To make IBDAC work under Windows x64, this step must be repeated for this platform (can be selected in "Target Platforms" of the package).
Build and compile the ibdacfmx190.dpk IBDAC GUI FireMonkey related package. To make IBDAC work under Windows x64, Mac OS, iOS simulator, iOS device and Android, this step must be repeated for each of these platforms (can be selected in "Target Platforms" of the package).
Build, compile, and install the dclibdac190.dpk IBDAC design-time package.
Build, compile, and install the dclibdacfmx190.dpk IBDAC FireMonkey design-time package.
все библиотечки компилируются нормально
но когда дело доходит до инсталяции пакетов указанных в пунктах
Build, compile, and install the dclibdac190.dpk IBDAC design-time package.
Build, compile, and install the dclibdacfmx190.dpk IBDAC FireMonkey design-time package.
получаю ошибку,
Точка входа в процедуру
@Memds@TMemDataSet@SetDetailFields$qqrx20System@UnicodeString
не найдена в библиотеке DLL dac190.bpl
и после второе сообшение
Can't load package <путь>\dclibdac190.bpl
Не найдена указанная процедура
В системе также установлена дельфи XE6 там компоненты установлены успешно.

В чем может быть проблема???