Error on MyAccess when compiling

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mierlp
Posts: 29
Joined: Thu 26 Jan 2006 08:34
Location: Nederlands

Error on MyAccess when compiling

Post by mierlp » Thu 26 Jan 2006 08:37

Hi,

I'm testing MYSQL Data Access Components and when compiling my project i got this error message :

[Fatal Error] Unit1.pas(8): Unit MyAccess was compiled with a different version of MySQLMonitor.TMySQLMonitor

How to solve the problem or what causes this problem ?

I've just downloaded it from the site, i'm using D6 Enterprinse including
SP2

Greetz Peter

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 26 Jan 2006 10:33

Most probably that you have installed third-party components that use unit with MySQLMonitor name. Try to search for this file through your disk and uninstall corresponding product.

mierlp
Posts: 29
Joined: Thu 26 Jan 2006 08:34
Location: Nederlands

Post by mierlp » Thu 26 Jan 2006 12:04

Problem solved, i've had installed a other MYSQL data
access component which causes the problem

greetz Peter

Post Reply