unresolved reference to DBLogDlg

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
pbturner
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 04.12.2006, 15:23

unresolved reference to DBLogDlg

Post 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?
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
pbturner
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 04.12.2006, 15:23

Post by pbturner »

forgot to mention that i'm running Borland C++ Builder 6, so not sure where to go about adding the reference.
Post Reply