Windows 7 x64 error with newest version (Delphi 2010)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kurtbilde
Posts: 114
Joined: Wed 16 Mar 2005 16:02
Location: Odense, Denmark

Windows 7 x64 error with newest version (Delphi 2010)

Post by kurtbilde » Fri 23 Apr 2010 19:37

Hi,

Getting when recompiling a project with the newst version of ODAC I get:

[DCC Fatal Error] ConnectForm.pas(171): F2039 Could not create output file 'C:\Program Files (x86)\Devart\Odac for RAD Studio 2010\Lib\ConnectForm.dcu'

Might be an idea to support true Windows policies for installing....

-Kurt

PS: Nothing with SDAC though

kurtbilde
Posts: 114
Joined: Wed 16 Mar 2005 16:02
Location: Odense, Denmark

Post by kurtbilde » Sun 25 Apr 2010 00:49

I stand corrected... SDAC having the same issue

:-O

-Kurt

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Tue 27 Apr 2010 07:08

Hello

This problem can occur if user's and Delphi's permissions are different for the 'C:\Program Files (x86)\Devart\Odac for RAD Studio 2010\Lib\ folder. You should define identical permissions or install DAC components to other folder that has identical permission for user and Delphi.

kurtbilde
Posts: 114
Joined: Wed 16 Mar 2005 16:02
Location: Odense, Denmark

Post by kurtbilde » Tue 27 Apr 2010 14:57

I think you are wrong here!!!

As Delphi isn't run as administrator, then changable code should be placed under another directory (c:\program files\devart\... is no good!)

You are not compliant with standard Vista\Win7 security policies and as Delphi 2010 is compliant with it, you should change the the installationtarget to C:\Users\Public\Documents\Devart\ODAC in order to be fully compliant!!!

-Kurt

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Wed 28 Apr 2010 13:26

We will consider your request and add it one of the next builds/versions of DAC components.

Post Reply