Board index » delphi » Delphi 2005 problems third party
Bernaert Dominique
![]() Delphi Developer |
Bernaert Dominique
![]() Delphi Developer |
Delphi 2005 problems third party2004-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. |
Uffe Kousgaard
![]() Delphi Developer |
2004-11-21 09:28:48 PM
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 QuoteHello, |
Bernaert Dominique
![]() Delphi Developer |
2004-11-22 12:23:53 AM
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 QuoteThe C# project doesn't look at dcpil files, so that is why it doesn't |
Rudy Velthuis [TeamB]
![]() Delphi Developer |
2004-11-22 12:34:21 AM
Re:Delphi 2005 problems third party
Bernaert Dominique writes:
QuoteI suppose the components are written in visual studion c#. 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.) |