Resource files rc/res problem :( 
Author Message
 Resource files rc/res problem :(

I am writing a program to assist me in data processing some questionnaires I
have sent out recently
There are about 40 or so questions many of which will have a simple Yes-
No_Dont know response with others having some added free text in addition

I will be producing a report based on the answers received.
In a prototype program I used a text file to hold the paragraph responses of
my report with the program picking out the right paragraph based on the
responses in the questionnaire

I thought it would be good in the next version to use a resource file to keep
all the strings in

I created a resource file in Visual C++ (Coz I couldn't find a wizard in the
Learning edition of vb5) and managed to save it as a .rc file (It also created a
.h file ???)

I have found an rc.exe file in the wizard directory but when I double click on
it I get a brief flash of a DOS screen and nothing happens

I used the application wizard which did create and install a .res file but not
using the .rc file I already created - it just replaced it with stuff I didnt want
and anyway I didn't want to use the wizard in the first place)

Is it just because I have the learning edition? or am I just not seeing
something in front of my nose  how do I simply move between editing an rc
file (which I can do with my Vis C++) and creating and including in a VB
project the corresponding res file?

I have RTFM and would be grateful for some frustration relief from the great
and the good amongst you

Best wishes

Mark O'Connor

--
Mark O'Connor



Mon, 24 Dec 2001 03:00:00 GMT  
 Resource files rc/res problem :(
rc.exe is a command line utility and expects arguments, so you can't just
double-click on it.
At the command line, try typing rc /?
you'll get a list of options

You will have to be in the right directory, since rc is probably not on the
path. You can drag rc.exe to the command prompt to save time.

one solution to the easy use of rc is to make that the default application
to invoke when you double-click on an *.rc file.



Quote:
> I am writing a program to assist me in data processing some questionnaires
I
> have sent out recently
> There are about 40 or so questions many of which will have a simple Yes-
> No_Dont know response with others having some added free text in addition

> I will be producing a report based on the answers received.
> In a prototype program I used a text file to hold the paragraph responses
of
> my report with the program picking out the right paragraph based on the
> responses in the questionnaire

> I thought it would be good in the next version to use a resource file to
keep
> all the strings in

> I created a resource file in visual c++ (Coz I couldn't find a wizard in
the
> Learning edition of vb5) and managed to save it as a .rc file (It also
created a
> .h file ???)

> I have found an rc.exe file in the wizard directory but when I double
click on
> it I get a brief flash of a DOS screen and nothing happens

> I used the application wizard which did create and install a .res file but
not
> using the .rc file I already created - it just replaced it with stuff I
didnt want
> and anyway I didn't want to use the wizard in the first place)

> Is it just because I have the learning edition? or am I just not seeing
> something in front of my nose  how do I simply move between editing an rc
> file (which I can do with my Vis C++) and creating and including in a VB
> project the corresponding res file?

> I have RTFM and would be grateful for some frustration relief from the
great
> and the good amongst you

> Best wishes

> Mark O'Connor

> --
> Mark O'Connor



Mon, 24 Dec 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. I need a tool for edititing resource files (.res or .rc)

2. Compile RC-file to Resource-file with RC.exe

3. help compile .rc to .res file

4. RTF Files (.rtf) inside a Resource file (.res)?

5. Q:Resource file (.RC) editor

6. #DEFINE IN .RC (RESOURCE) FILE

7. Help compile .rc to .res

8. Setup1.rc ou setup132.res pour Visual Basic 4.0 version francaise

9. Resource Files .RES

10. Playing .wav data in a resource (.res) file?

11. SourceSafe 6.0 & Resource File (.res)

12. Does any one ever try *.res (Resource File)

 

 
Powered by phpBB® Forum Software