Delphi 2010 + Windows 7 problem

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JoostP
Posts: 3
Joined: Sun 15 Nov 2009 16:40

Delphi 2010 + Windows 7 problem

Post by JoostP » Sun 15 Nov 2009 16:50

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.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 17 Nov 2009 09:57

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?

JoostP
Posts: 3
Joined: Sun 15 Nov 2009 16:40

Post by JoostP » Tue 17 Nov 2009 18:48

I'm using FBEMBED.DLL 2.0.1.12855, the embeded version of firebird.

JoostP
Posts: 3
Joined: Sun 15 Nov 2009 16:40

Post by JoostP » Tue 17 Nov 2009 19:08

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...

Post Reply