Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 6:28 am This article has been viewed 35226 times.
|
|