Page 1 of 1

Delphi 2010 + Windows 7 problem

Posted: Sun 15 Nov 2009 16:50
by JoostP
Hi all,

I'm new to IBDAC, new to W7 and New to D2010.

After running my test application in the delphi debugger or setting connected to true on design time, i get the folowing error:
Exception class EIBCError with message
operating system directive CreateFileMapping failed

If i start Delphi 2010 as Administrator (right mouseclick -> start as administrator) It works fine.

Joost Pennings.

Posted: Tue 17 Nov 2009 09:57
by Plash
This problem is not related to IBDAC. This is a problem of InterBase client. It tries to create some file when you open the connection and raises an exception because it does not have access rights.

Are you using TCP protocol in TIBCConnection?

Posted: Tue 17 Nov 2009 18:48
by JoostP
I'm using FBEMBED.DLL 2.0.1.12855, the embeded version of firebird.

Posted: Tue 17 Nov 2009 19:08
by JoostP
Thanks, it's the fbembed.dll indeed... i found this post: http://www.mail-archive.com/firebird-ne ... 04143.html

It is fixed in fbembed 2.1...