To All
I am asking for help ... I have downloaded and installed the Pelles C IDE .. can someone walk me thru the steps to create and or open a .rc file please ??
Thanks
Rick Lipkin
To All
I am asking for help ... I have downloaded and installed the Pelles C IDE .. can someone walk me thru the steps to create and or open a .rc file please ??
Thanks
Rick Lipkin
Visual Studio Community (free) resources editor seems to work great ![]()
Time to start using it...
Antonio
Quick questions
1) Can I create a .rc with visual studio ?
2) Can I double click on a .rc and open the visual studio resource editor ?
Thanks ..
Rick
Rick,
Based on what I have discovered so far:
You can create a new Windows desktop app which automatically includes a RC file you can edit
You can open any RC and edit it
Simplest way to go:
You create an empty RC file using notepad
You edit it from Visual Studio Community (file - open - select the RC file)
error RC104: undefinied keyword o kwy name: WS_CHILDElvira,
You can add:
or simply:
Antonio Linares wrote:Elvira,
You can add:
#define WS_CHILD 0x40000000L
or simply:
#include <windows.h>
Where is this file?
elvira wrote:Where is this file?
Now the other files are missing!
which ones ?
elvira wrote:Now the other files are missing!