Page 1 of 1

DacDemo.inc

Posted: Wed 13 Jun 2012 22:27
by marsheng
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 ??

Re: DacDemo.inc

Posted: Thu 14 Jun 2012 09:08
by AndreyZ
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.

Re: DacDemo.inc

Posted: Sun 17 Jun 2012 10:59
by marsheng
I originally created a new application with just TMyConnection and TMyConnectDialog components on the form and I got the error.

Re: DacDemo.inc

Posted: Mon 18 Jun 2012 07:42
by AndreyZ
I cannot reproduce the problem. Please try creating a small sample to demonstrate the problem and send it to andreyz*devart*com .