Hi ,
How can i get access to ( .rc)file when i already load it(already start my program).
I want to make some changes from main window.

Thank you for your effort of reading .

Recommended Answers

All 2 Replies

no -- the rc file is compiled and attached to the *.exe. If you need to change one of the resources in it during runtime you will have to make in-memory changes.

For the sake of completeness:
If you are running Linux, you just edit the whatever_config.rc with your favourite text editor (i.e. vim) and send a reload signal to the app.

But on the other hand I have no idea what this 'main window' thingy is ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.