I need to use a number of symbols that I currently store in a range of ImageLists. These symbols are used in a number of application and it makes sense to place them in a DLL.
How do I get access to the ImageLists that I place in a DLL. I created a DLL and can get access to the forms in the DLL but as soon as I access the pointer to any of the ImageLists via an export function everything crash.
What is the right way to place ImageLists in a DLL? I have them on a form inside the DLL (that might be the problem)
All help will be appreciated.
Thanks
Deyzel
How do I get access to the ImageLists that I place in a DLL. I created a DLL and can get access to the forms in the DLL but as soon as I access the pointer to any of the ImageLists via an export function everything crash.
What is the right way to place ImageLists in a DLL? I have them on a form inside the DLL (that might be the problem)
All help will be appreciated.
Thanks
Deyzel