XE2 issue with 7.0 Beta

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Tsagoth
Posts: 33
Joined: Wed 15 Jul 2009 01:25

XE2 issue with 7.0 Beta

Post by Tsagoth » Sat 03 Sep 2011 18:57

I just installed it and first off it causes problems with the IDE. When I launch XE2 the following message boxes appear:

bds.exe - Entry Point Not Found
The procedure entry point @Vcl@Themes@TStyleManager@$bcdtr$qqrv could not be located in the dynamic link library vcl160.bpl.
could not find wizard 'C:\Program Files(x86)\Devart\MyDac for Rad Studio XE2\Bin\Win32\Mymigwizard160.dll'

Can't load package 'C:\Program Files(x86)\Embarcadero\Rad Studio\9.0\Bin\dcldac160.bpl'

After that I loaded the MyDACDemo sample program and when I tried to run it (F9) I get

[DCC Fatal Error] DemoFrame.pas(21): F2063 Could not compile used unit 'DBAccess.pas'


unit DemoFrame;

interface

uses
Classes,
{$IFDEF MSWINDOWS}
Windows, Messages,
{$ENDIF}
{$IFDEF KYLIX}
QControls, QStdCtrls, QGraphics, QForms,
{$ELSE}
Forms, SysUtils, StdCtrls, Graphics, Controls, Dialogs,
ComCtrls, Buttons, ExtCtrls, DBCtrls,
{$ENDIF}
{$IFDEF FPC}
LResources,
{$ENDIF}
DBAccess >> Highlights this line as in error
{$IFNDEF VER130}, Variants{$ENDIF}
;

AndreyZ

Post by AndreyZ » Mon 05 Sep 2011 08:40

We uploaded the new MyDAC for RAD Studio XE2 Beta version to our website in Friday. It was tested with the latest version of RAD Studio XE2 - RAD Studio XE2 Beta 12 Release Candidate. Please check that you have this version of RAD Studio XE2. You can download MyDAC for RAD Studio XE2 Beta here: http://www.devart.com/mydac/download.html

Tsagoth
Posts: 33
Joined: Wed 15 Jul 2009 01:25

Post by Tsagoth » Mon 05 Sep 2011 16:56

Yes, that has fixed the problems.

Post Reply