Win8.1x64, XE7 upd1, Fb2.54x64, fibplus 7.7.7000 - how to setup fibplus for x64

dolphinbobo

Турист
Регистрация
19 Дек 2006
Сообщения
12
Реакции
1
Credits
8
Bonjour !

I'm using :

windows 8.1 x64 enterprise
rad studio XE7 upd. 1
firebird 2.54 x64
fibplus 7.7.7000

Everything works fine when creating a 32 bit program,
But I don't know how to setup fibplus 7.7.7000 for
building X64 executables.

it seems that I don't have x64 runtime packages for
fibplus 7.7.7000. Could you please tell me what to do
to solve this "issue", if possible ?
 

milnen

Турист
Регистрация
25 Окт 2009
Сообщения
3
Реакции
1
Credits
4
When installing fibplus component, try to add 64 bit platform. Then in project options set Unit output directory for Release - 32 and 64 bit version: .\$(Platform)\$(Config). After that build and install 32 bit, and build 64 bit platform. And setup paths as needed.