Borland Studio 2006 (C++)

F-IN-BOX for Delphi / Builder C++ / VCL
hijinx
Posts: 2
Joined: Tue Nov 07, 2006 10:36 am

Borland Studio 2006 (C++)

Postby hijinx » Tue Nov 07, 2006 10:42 am

This component is very important for me in Borland C++ 2006, but I could find onle delphi sources of it in your site for this IDE.
Is it really true that I can not use your brilliant product while coding in C++ (2006)? Or may be you can give me some secret link? :)

I wil deeply appreciate any your help.

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Tue Nov 07, 2006 8:52 pm

Thank you for your question.

Do you mean BDS 2006? You should install the component into this IDE, see the folder Delphi2006 in the demo zip.
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html

hijinx
Posts: 2
Joined: Tue Nov 07, 2006 10:36 am

Postby hijinx » Wed Nov 08, 2006 9:49 am

There is a small problem. It can be installed in BDS 2006, but it is available for adding on the form only in Delphi projects. And I write in C++. Is the problem clear now?

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Wed Nov 08, 2006 4:57 pm

hijinx wrote:There is a small problem. It can be installed in BDS 2006, but it is available for adding on the form only in Delphi projects. And I write in C++. Is the problem clear now?


Now I see the problem. I hope we will fix this issue in the nearest future. Right now I can suggest you the following. Here is the build for Builder included into BDS2006:
http://f-in-box.com/TEMP/Builder2006.zip

Install it.

In your project, create TFlashPlayerControl / TTransparentFlashPlayerControl in runtime, something like that:

Code: Select all

__fastcall TForm1::TForm1(TComponent* Owner)
   : TForm(Owner)
{
   TFlashPlayerControl* pFlash = new TFlashPlayerControl(this);

   pFlash->Parent = this;
   pFlash->Visible = true;
}


Add the path to the component folder in Linker options and uncheck "build with runtime packages".

I hope it helps you.
Best regards, Artem A. Razin,

F-IN-BOX support

Ask your question here: http://www.f-in-box.com/support.html


Return to “Delphi / Builder / VCL Edition”

Who is online

Users browsing this forum: No registered users and 28 guests

cron