Install/compile RVMedia 2.1.1 for 64bit Delphi XE5

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
IpCamFan
Posts: 15
Joined: Wed Nov 19, 2014 2:43 pm

Install/compile RVMedia 2.1.1 for 64bit Delphi XE5

Post by IpCamFan »

Hello,
first of all: Really great component!

I bought the 2.1.1.-2014 and use it under Delphi XE5 (Win7-64).
Installation, for 32 Bit Platform works exactly as described in the install help.
And I can create applications for the 32Bit platform perfectly.


Now I tried to activate 64bit in the RVMediaDXE5.bpl Source.
(first I removed the 32bit compiled component from Delphi).
But then the "Install" button is not available at all.
However, trying to compile the bpl works with out errors.
But Install is missing.

What did I do wrong?
How is the procedure to get it available for 64 bit development?

Thanks and regards,
Juergen
IpCamFan
Posts: 15
Joined: Wed Nov 19, 2014 2:43 pm

Post by IpCamFan »

Now, I think it works.
I open the component, and with 32bit selected, I install it.
Then afterwards, I switch to 64 bit and right click compile it.
Then in my app, I can also swith to 64 bit and it works.

So, seams its necessary to install under 32 bit and then
afterwards to change to 64 bit and compile again.

Regards, Juergen
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You are right, we forgot to declare the components as 64-bit-compatible.
You need to add them in 32-bit mode, then switch to 64.
We will fix it in the next update.
Last edited by Sergey Tkachenko on Fri Nov 28, 2014 4:55 pm, edited 1 time in total.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Fixed in v2.2
Post Reply