Board index » delphi » Delphi 7 on XP64 anyone ?

Delphi 7 on XP64 anyone ?


2007-09-21 08:04:13 AM
delphi215
Is there anyone using Delphi 7 on XP64 ?
I'm getting AV's every time I open the Project Options dialog.
TIA,
Mat
 
 

Re:Delphi 7 on XP64 anyone ?

Mat Ballard writes:
Quote
Is there anyone using Delphi 7 on XP64 ?

I'm getting AV's every time I open the Project Options dialog.
There seems to be a problem with dclite (Integrated Translation
Environment), not only with Delphi 7, but with all earlier versions of
Delphi. I haven't checked if it is related to some recent XP64 update
(worked fine a couple of weeks ago), or to the installation of RAD
Studio 2007 on XP64 if earlier versions of Delphi are already installed.
 

Re:Delphi 7 on XP64 anyone ?

Thanks Henrick,
Quote
There seems to be a problem with dclite (Integrated Translation
Yes, I got a whinge about that when Delphi started, but since I am using the Pro
version I just told Delphi not to load it any more.
Quote
Environment), not only with Delphi 7, but with all earlier versions of
Delphi. I haven't checked if it is related to some recent XP64 update
(worked fine a couple of weeks ago), or to the installation of RAD
Studio 2007 on XP64 if earlier versions of Delphi are already installed.
I have not installed any other versions of Delphi, so it is {*word*76}y Windows Update
busting things. Damn M$ !
 

Re:Delphi 7 on XP64 anyone ?

Quote
Is there anyone using Delphi 7 on XP64 ?
I'm getting AV's every time I open the Project Options dialog.
Not getting any here, but we're not using the ITE.
Eric
 

Re:Delphi 7 on XP64 anyone ?

Quote
Interesting. Do you have more than 2GB of RAM on that machine, and have
you applied all Windows updates?
Only 2GB.
I have all updates from windows update except the RDC & .Net 3.0.
Eric
 

Re:Delphi 7 on XP64 anyone ?

Eric Grange writes:
Quote
>Interesting. Do you have more than 2GB of RAM on that machine, and
>have you applied all Windows updates?

Only 2GB.
I have all updates from windows update except the RDC & .Net 3.0.
I recently installed 3GB of RAM on the XP64 machine where I had Delphi 4
through Delphi 7 installed. Could that be it?
Using Delphi 7 for debugging Delphi 7 shows that the AV (resulting from
opening Project|Options) occurs just prior to a call to
TLanguages.LocalesCallback. Seems like some part of the code in the old
IDEs can not handle more than 31-bit pointers.
 

Re:Delphi 7 on XP64 anyone ?

Hi
Quote
Is there anyone using Delphi 7 on XP64 ?
- Installed the MSapplication feature pack
- applied to ACL of the installation path for Users Full control
hp
 

Re:Delphi 7 on XP64 anyone ?

I think remember I also had this problem, and I think the solution was to add delphi32.exe
to the list of D.E.P. exceptions.
"Henrick Hellström" <XXXX@XXXXX.COM>writes news:46f3c803$XXXX@XXXXX.COM...
Quote
Using Delphi 7 for debugging Delphi 7 shows that the AV (resulting from opening Project|Options) occurs just prior to a call to
TLanguages.LocalesCallback. Seems like some part of the code in the old IDEs can not handle more than 31-bit pointers.
 

Re:Delphi 7 on XP64 anyone ?

David Berneda writes:
Quote
I think remember I also had this problem, and I think the solution was to add delphi32.exe
to the list of D.E.P. exceptions.
Oh s**t you are right! The AV is caused by an attempt to make a call
into memory reserved for data only. This begs the question why Borland
put self-modifying code in the IDE?
 

Re:Delphi 7 on XP64 anyone ?

"Henrick Hellström" writes:
Quote

Oh s**t you are right! The AV is caused by an attempt to make a call into
memory reserved for data only. This begs the question why Borland put
self-modifying code in the IDE?
Cause s**t happens even in the best of families. :)
 

Re:Delphi 7 on XP64 anyone ?

David Berneda writes:
Quote
I think remember I also had this problem, and I think the solution was to add delphi32.exe
to the list of D.E.P. exceptions.
BINGO !
Thank you David !