Page 1 of 1

XE2 issue with 7.0 Beta

Posted: Sat 03 Sep 2011 18:57
by Tsagoth
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}
;

Posted: Mon 05 Sep 2011 08:40
by AndreyZ
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

Posted: Mon 05 Sep 2011 16:56
by Tsagoth
Yes, that has fixed the problems.