Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Unnamed Poltroon (Talk) (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