|
| Re: Moving applications from Delphi 3.0 to Delphi 2007 |
 |
Fri, 29 Feb 2008 11:50:31 -080 |
"Hlmhv" <h.maquoi@skynet.be> wrote in message
news:47c7ec9e$1@newsgroups.borland.com...
> As I try to compile my old applications developped on Delphi 3.0,
> I receive the following error message
> "[DCC Error] UtestQuery.pas(7): F2051 ExtActns unit has been
> compiled with a different version of StdActns.TEditAction"
Do you have D3 and D2007 intstalled on the same machine? If so, then you
probably don't have your paths set up correctly, such that D2007 is finding
the wrong DCU files to compile with.
Gambit
|
| Post Reply
|
| Moving applications from Delphi 3.0 to Delphi 2007 |
 |
Fri, 29 Feb 2008 12:29:21 +010 |
Hello,
As I try to compile my old applications developped on Delphi 3.0, I
receive the following error message
"[DCC Erreur] UtestQuery.pas(7): F2051 L'unité ExtActns a été compilée
avec une version différente de StdActns.TEditAction"
or, translated in english:
"F2051 ExtActns unit has been compiled with a different version of
StdActns.TedidAction"
Can anyone help me?
Have a nice day,
|
| Post Reply
|
| Re: Moving applications from Delphi 3.0 to Delphi 2007 |
 |
Fri, 29 Feb 2008 14:57:49 +010 |
"Hlmhv" <h.maquoi@skynet.be> schreef in bericht
news:47c7ec9e$1@newsgroups.borland.com...
> Hello,
>
> As I try to compile my old applications developped on Delphi 3.0, I
> receive the following error message
> "[DCC Erreur] UtestQuery.pas(7): F2051 L'unité ExtActns a été compilée
> avec une version différente de StdActns.TEditAction"
>
> or, translated in english:
> "F2051 ExtActns unit has been compiled with a different version of
> StdActns.TedidAction"
>
> Can anyone help me?
>
> Have a nice day,
>
> Hlmhv
There was no such thing as Actions in D3.
So the project was developed in a later version or you used a
thirdpartycomponent. If you have the source for that component, you can
recompile it in D2007.
Alfred.
|
| Post Reply
|
| Re: Moving applications from Delphi 3.0 to Delphi 2007 |
 |
Fri, 29 Feb 2008 16:24:08 +010 |
Alfred ten Hoeve a écrit :
> "Hlmhv" <h.maquoi@skynet.be> schreef in bericht
> news:47c7ec9e$1@newsgroups.borland.com...
>> Hello,
>>
>> As I try to compile my old applications developped on Delphi 3.0, I
>> receive the following error message
>> "[DCC Erreur] UtestQuery.pas(7): F2051 L'unité ExtActns a été
compilée
>> avec une version différente de StdActns.TEditAction"
>>
>> or, translated in english:
>> "F2051 ExtActns unit has been compiled with a different version of
>> StdActns.TedidAction"
>>
>> Can anyone help me?
>>
>> Have a nice day,
>>
>> Hlmhv
>
> There was no such thing as Actions in D3.
> So the project was developed in a later version or you used a
> thirdpartycomponent. If you have the source for that component, you can
> recompile it in D2007.
>
> Alfred.
>
>
Thans for your rapid answer.
Of course the application was first compiled under D2, and secondly
under D3.
I used no thirdpartycomponent.
If you have another solution..
|
| Post Reply
|
| Re: Moving applications from Delphi 3.0 to Delphi 2007 |
 |
Fri, 29 Feb 2008 22:33:37 +010 |
Remy Lebeau (TeamB) a écrit :
> "Hlmhv" <h.maquoi@skynet.be> wrote in message
> news:47c7ec9e$1@newsgroups.borland.com...
>
>> As I try to compile my old applications developped on Delphi 3.0,
>> I receive the following error message
>> "[DCC Error] UtestQuery.pas(7): F2051 ExtActns unit has been
>> compiled with a different version of StdActns.TEditAction"
>
> Do you have D3 and D2007 intstalled on the same machine? If so, then you
> probably don't have your paths set up correctly, such that D2007 is finding
> the wrong DCU files to compile with.
>
>
> Gambit
>
>
Of course I desinstalled Old version of Delphi. There was no longer old
DCU's before I installed Delphi 2007.
I sent my old sources to a friend, and he has no compiling problems...
I also compiled all WIN32/VCL/*.PAS with DCC32.EXE: no effect.
When the compiler stops, the EDI points on "DBGrids" or
"ComCtrls" in
the USES line.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|