TImageList in BPL Datamodule images not showing.
Hello. My first thread here.
I'm making a project splitted in packages/modules.
I have main project, that's application.exe.
And I have application modules, eg, employees, customers, in separated projects, but is package (BPL) projects.
As final result I have in exe folder like this:
app.exe
customers.bpl
employees.bpl
dbobjects.bpl
images.bpl
Toolbar images, and button images was stored in TImageList components on a DataModule inside images.bpl package.
The throuble is: in design-time images in buttons is displayed correctly. But in runtime, when app.exe is running, toolbar buttons or buttos is displayed without images.
Any idea?
thanks so much.