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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to