When I run my app from the Delphi 7 IDE CPU utilization shows up almost
always as more than 90%. When I run the same app from the Delphi 7 IDE on
another PC the utilization is low. I assume that there is something wrong
with my Delphi 7, something happened that is causing the problem. I have
already rebooted, and have uninstalled all packages that is not in use, but
in vain. I would NOT like to re-install Delphi because it will take more
than a day. Is there some tests that I can do to determine the cause of the
problem. (I had madExcept, etc) installed, but I have now also uninstalled
it (also with no effect). I can't think of anything else to do to resolve
the problem.
Thanks
Anton
> Hi All
>
> When I run my app from the Delphi 7 IDE CPU utilization shows up almost
> always as more than 90%. When I run the same app from the Delphi 7 IDE
> on another PC the utilization is low. I assume that there is something
> wrong with my Delphi 7, something happened that is causing the problem.
> I have already rebooted, and have uninstalled all packages that is not
> in use, but in vain.
A vague guess, but could it be an antivirus scanner or similar program
causing problems?
--
Rudy Velthuis [TeamB] http://velthuis.homepage.t-online.de
"You'll notice that Nancy Reagan never drinks water when Ronnie
speaks." -- Robin Williams.
Thanks
Anton
Is it possible that there is somewhere a (unwanted) breakpoint
with an expression which have to be evaluated from the delphi debugger
when your app is running? Try to turn off all debuging functions and
build your app again.
Is the Delphi 7 install absolutly the same as on your pc (3rd parties,
etc.) and do you see this problem only with this one application?
Guenther