[Lazarus] Errors when trying to use SQLDBLaz

Lee Jenkins lee at datatrakpos.com
Sun Oct 4 17:46:12 CEST 2009


Lee Jenkins wrote:
> 
> Can anyone explain why Lazarus throws these errors when building the 
> project with SQLDBLaz included in the project?
> 
> cgi_test.lpr(15,1) Error: Undefined symbol: WSRegisterCustomImageList
> cgi_test.lpr(15,1) Error: Undefined symbol: WSRegisterMenuItem
> cgi_test.lpr(15,1) Error: Undefined symbol: WSRegisterMenu
> cgi_test.lpr(15,1) Error: Undefined symbol: WSRegisterMainMenu
> cgi_test.lpr(15,1) Error: Undefined symbol: WSRegisterPopupMenu
> cgi_test.lpr(15,1) Error: Undefined symbol: WSRegisterDragImageList
> 
> // ...More of the same kind of errors.
> 
> cgi_test.lpr(15,1) Fatal: There were 50 errors compiling module, stopping
> 

Darn it, just figured it out right after I sent the post.

Needs "Interfaces" in uses clause of .lpr file.

I guess the weblaz stuff pulls in LCL.

--
Warm Regards,

Lee




More information about the Lazarus mailing list