Page 1 of 1

Error compiling with mydac 5.10

Posted: Fri 15 Jun 2007 00:46
by el_ade
I have windows vista, Delphi 2007 and MyDac 5.10 when I try to compile a program I get the following error:

[DCC Error] MyConnectForm.pas(257): F2039 Could not create output file 'C:\Program Files\CoreLab\MyDac for Delphi 2007\Lib\MyConnectForm.dcu'

What could be the problem?

Posted: Fri 15 Jun 2007 13:09
by Jackson
It seems that this folder is read-only.
Try to uncheck the Read-only property in the folder properties window.

Posted: Fri 15 Jun 2007 14:54
by Jackson
You can also specify unit output directory to another folder.
Use the "Project->Options->Directories/Conditionals->Unit output directory" editor for this.