Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Linking images into apps 2005-10-12 -- Richard Rogers If you have a seperate subdirectory (as I do) it will look something like:
*.ico = %ROOT\Images; %ROOT\Template; .\Resource
The last Item is pointing to a resource directory below my app directory.
To be certain icons get added to a dll, I often use this little trick...
Create a source procedure in your dll app file and go to the data
embeds. Press control-F and create a window structure. Add images and
point them to your icons. That's it. The window is never called and
never opened. But the linker will now make sure they are available when
needed!
Today is November 21, 2024, 7:38 am This article has been viewed 35227 times.
|
|