Board index » delphi » Delphi 2005 problems third party

Delphi 2005 problems third party


2004-11-21 09:18:10 PM
delphi121
Hello,
I've installed infragistics .net components into delphi 2005.
When I try my first component, ultraTabSharedControlsPage, I get an error
when trying to compile the delphi .net application, if I try the same in a
c# project in delphi 2005 I don't have any problems.
What's going on?
I'm getting the following error: [Fatal Error] F2141 Bad file format:
'C:\Documents and Settings\Bernaert Dominique\Mijn documenten\Borland Studio
Projects\Infragistics.Shared.v3.2.dcpil'
Bernaert Dominique.
 
 

Re:Delphi 2005 problems third party

The C# project doesn't look at dcpil files, so that is why it doesn't
complain about the format.
If the component has been developed with D8, you need an update for
D2005/Delphi.NET (what's the short name for that beast? = XXX so far)or
you should delete all, but the assembly file.
Technically it may be possible to use assemblies from Delphi 8 with XXX, but
you will need the runtime libraries from both Delphi 8 and XXX at the same
time and that may lead to confusion.
Regards
Uffe
"Bernaert Dominique" <XXXX@XXXXX.COM>writes
Quote
Hello,

I've installed infragistics .net components into delphi 2005.
When I try my first component, ultraTabSharedControlsPage, I get an
error
when trying to compile the delphi .net application, if I try the same
in a
c# project in delphi 2005 I don't have any problems.
What's going on?
I'm getting the following error: [Fatal Error] F2141 Bad file format:
'C:\Documents and Settings\Bernaert Dominique\Mijn documenten\Borland
Studio
Projects\Infragistics.Shared.v3.2.dcpil'

Bernaert Dominique.


 

Re:Delphi 2005 problems third party

I suppose the components are written in visual studion c#.
It should be possible to use .net components in Delphi.net?
What am I doing wrong?
Bernaert Dominique.
"Uffe Kousgaard" <look_at_www.routeware.dk>schreef in bericht
Quote
The C# project doesn't look at dcpil files, so that is why it doesn't
complain about the format.

If the component has been developed with D8, you need an update for
D2005/Delphi.NET (what's the short name for that beast? = XXX so far)or
you should delete all, but the assembly file.

Technically it may be possible to use assemblies from Delphi 8 with XXX, but
you will need the runtime libraries from both Delphi 8 and XXX at the same
time and that may lead to confusion.

Regards
Uffe

"Bernaert Dominique" <XXXX@XXXXX.COM>writes
news:41a09593$XXXX@XXXXX.COM...
>Hello,
>
>I've installed infragistics .net components into delphi 2005.
>When I try my first component, ultraTabSharedControlsPage, I get an
error
>when trying to compile the delphi .net application, if I try the same
in a
>c# project in delphi 2005 I don't have any problems.
>What's going on?
>I'm getting the following error: [Fatal Error] F2141 Bad file format:
>'C:\Documents and Settings\Bernaert Dominique\Mijn documenten\Borland
Studio
>Projects\Infragistics.Shared.v3.2.dcpil'
>
>Bernaert Dominique.
>
>

 

Re:Delphi 2005 problems third party

Bernaert Dominique writes:
Quote
I suppose the components are written in visual studion c#.
It should be possible to use .net components in Delphi.net?
What am I doing wrong?
Dominique, please don't quote entire messages and its quotes.
The C# of Visual Studio is the same C# as Delphi uses.
I guess you may have old .dcpil files somewhere. I guess you should
remove all of them, so the new Delphi can generate new ones, in its own
D2005 format. It might be useful to designate a special DCP directory
for this (in the options). Mine is under the D2005 directory.
--
Rudy Velthuis [TeamB]
"No Sane man will dance."
- Cicero (106-43 B.C.)