Page 1 of 1

unresolved reference to DBLogDlg

Posted: 05.12.2006, 16:45
by pbturner
have 6.5.1 and 6.6.0 beta. tried creating a simple application. added a database (which the control can find). enabled "connected" and was able to add/define a table from the database. when trying to run the application, i get an error message about needing to add the DBLogDlg to my uses statement in my main program. is this something that should already be included in the Zeos control modules?

Posted: 06.12.2006, 09:13
by mdaems
No, this is a Delphi Unit providing a standard login dialog box. For me (Delphi7) it's added automatically to the uses clause of my form unit.
As it should be added to the application code we can't provide it in the package, I think. So just add it when requested to do so...

Mark

Posted: 06.12.2006, 14:52
by pbturner
forgot to mention that i'm running Borland C++ Builder 6, so not sure where to go about adding the reference.