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 ??
DacDemo.inc
-
AndreyZ
Re: DacDemo.inc
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.
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
I originally created a new application with just TMyConnection and TMyConnectDialog components on the form and I got the error.
-
AndreyZ
Re: DacDemo.inc
I cannot reproduce the problem. Please try creating a small sample to demonstrate the problem and send it to andreyz*devart*com .