Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:Main Page

Revision as of 07:07, 1 June 2006 by Antoniobergua.guadaltel.es (Talk | contribs) (Index View)

Good morning!!

I´m developing a program with wxwidgets in C++ and I´d like to put its own icon on its left-top corner of the program window and show the same icon in the windows toolbar and when I execute it with the window explorer. So I create a .rc file

How can I use the resource file in Eclipse? because I have compiled the .rc transforming it in a .res,but I suspect Eclipse no understanding this new file I need.

This .rc file looks like :

  1. include <windows.h>

MI_ICONO ICON DISCARDABLE "std.ico"

I wonder if there is an option in Eclipse to include ressources files o something like this.

Thank you in advance

Back to the top