DacDemo.inc

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
marsheng
Posts: 62
Joined: Thu 10 May 2012 10:51

DacDemo.inc

Post by marsheng » Wed 13 Jun 2012 22:27

I have a form with only MyConnection and MyConnectDialog on it and tried to run it.

Error Can't find DacDemo.inc.

I had to search for my computer for DacDemo.inc and include it in the path

....MyDac\Demos\MyDacDemo\Base\

Oh for some software that just worked correctly when you install it ??

AndreyZ

Re: DacDemo.inc

Post by AndreyZ » Thu 14 Jun 2012 09:08

Hello,

Such problem can occur if you included some units of MyDACDemo to your project that have references to the DacDemo.inc file. Please try the following:
- create a new VCL Forms application;
- drop the TMyConnection and TMyConnectDialog components onto the form.
- build the application and check if there are any errors.

marsheng
Posts: 62
Joined: Thu 10 May 2012 10:51

Re: DacDemo.inc

Post by marsheng » Sun 17 Jun 2012 10:59

I originally created a new application with just TMyConnection and TMyConnectDialog components on the form and I got the error.

AndreyZ

Re: DacDemo.inc

Post by AndreyZ » Mon 18 Jun 2012 07:42

I cannot reproduce the problem. Please try creating a small sample to demonstrate the problem and send it to andreyz*devart*com .

Post Reply