Home > Archive > Kylix > October 2005 > CrossKylix and IBX
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CrossKylix and IBX
|
|
| FrankW 2005-10-07, 8:07 am |
| Hi,
I'd like to use ibx with CrossKylix, how to install it so that it works with
CrossKylix?
Thanks.
| |
| Simon Kissel 2005-10-10, 8:02 am |
| > Hi,
>=20
> I'd like to use ibx with CrossKylix, how to install it so that it =
works with=20
> CrossKylix?
I don't know IBX, but it should work pretty much the same way as all =
components
work with CrossKylix:
- Install the design time packages for Delphi
- Put the Kylix units into some directory
- Add that directory to the CrossKylix unit search path
Simon
| |
| FrankW 2005-10-10, 8:02 am |
| Hi Simon,
Thanks for taking time to answer my email.
I don't know IBX, but it should work pretty much the same way as all
components
work with CrossKylix:
- Install the design time packages for Delphi
Is this the design time package for Delphi, not for Kylix?
- Put the Kylix units into some directory
And this is the units for Kylix? that means for a component to work with
CrossKylix, we need two versions, one for Delphi and another for Kylyx,
right?
- Add that directory to the CrossKylix unit search path
Simon
| |
| Simon Kissel 2005-10-10, 7:05 pm |
| > Is this the design time package for Delphi, not for Kylix?
Delphi. It's a DESIGN time package, and you are using Delphi for =
designing ;)
> - Put the Kylix units into some directory
>=20
> And this is the units for Kylix? that means for a component to work =
with=20
> CrossKylix, we need two versions, one for Delphi and another for =
Kylyx,=20
> right?
You only "need" the Kylix version to compile your application. If you =
wish
to use Delphis visual designers (drop components on a form or =
datamodule),
then you'll also need Delphi packages.
Simon
|
|
|
|
|