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

Difference between revisions of "Talk:Main Page"

(Index View)
Line 1: Line 1:
== Index View ==
+
Good morning!!
  
Is there any way we can get rid of the whole index paradigm for the front page?  That's why the search function exists: to let people find pages. It's a little 'un-wiki' to have everything indexed on the front page. Anyone else agree?  ''-051006 djspiewak [at] gmail''
+
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
  
I'm going to start working on a way to change the front page up a bit so that it's more ''wiki.''  This has really been driving me nuts. :-) Obviously you can roll things back if you dissagree. Please post here on why you did it if you do so I have some idea why.  [[User:Djspiewak.gmail.com|Djspiewak.gmail.com]] 13:40, 23 May 2006 (EDT)
+
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 :
 +
 
 +
#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

Revision as of 07:07, 1 June 2006

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