Problem after Upgrade to Version 7.5.10

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
the_bachelor1982
Posts: 8
Joined: Mon 30 Jan 2012 21:48

Problem after Upgrade to Version 7.5.10

Post by the_bachelor1982 » Mon 19 Nov 2012 17:07

Hello!

Since i upgraded to version 7.5.10 i get the error "MYDACVCL.OBJ" cannot open. my version of rad studio XE2 is "16.0.4504.48759" but you write on your website version "16.0.4429.46931" is required. this version is older than my version?

which version is correct? can you help me to resolve this error?

thank you for your help,

Maik

AndreyZ

Re: Problem after Upgrade to Version 7.5.10

Post by AndreyZ » Tue 20 Nov 2012 10:16

Hello,

To solve the problem, please replace the code

Code: Select all

#pragma link "MyDacVcl"
with the code

Code: Select all

#include "MyDacVcl.hpp"
everywhere in your project.

You are using the correct version of RAD Studio XE2. MyDAC 7.5.10 requires RAD Studio XE2 Update 4 Hotfix 1, it is version 16.0.4504.48759 . Please specify where on our website you found the information that MyDAC 7.5.10 requires RAD Studio XE2 version 16.0.4429.46931 . We will fix this information.

the_bachelor1982
Posts: 8
Joined: Mon 30 Jan 2012 21:48

Re: Problem after Upgrade to Version 7.5.10

Post by the_bachelor1982 » Tue 20 Nov 2012 13:25

Hello!

When you visit your website and login in registered user's area. in the license page you click on "7.5.10". You will see "MyDAC for RAD Studio XE2 requires Update 4 (RAD Studio XE2 Build 16.0.4429.46931"

AndreyZ

Re: Problem after Upgrade to Version 7.5.10

Post by AndreyZ » Tue 20 Nov 2012 15:32

Thank you for the information. We will change the information in Registered Users' Area.

AndreyZ

Re: Problem after Upgrade to Version 7.5.10

Post by AndreyZ » Tue 20 Nov 2012 15:33

Was the problem with the MyDacVcl unit solved?

the_bachelor1982
Posts: 8
Joined: Mon 30 Jan 2012 21:48

Re: Problem after Upgrade to Version 7.5.10

Post by the_bachelor1982 » Tue 20 Nov 2012 23:44

Yes!

Thank you for your help.

Best regards, Maik

AndreyZ

Re: Problem after Upgrade to Version 7.5.10

Post by AndreyZ » Wed 21 Nov 2012 08:37

I am glad I could help. Please write us if you have any other questions about MyDAC.

Post Reply