Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ extract from resource
Name: djas Date: November 11, 2006 at 16:03:20 Pacific OS: Windows XP Home SP2 CPU/Ram: PM 1.73 GHZ 1GB RAM Product: Gateway MX6635b
Comment:
Ok, say I had a program written in c++ in which I have a file stored as a resource. For example, an image used within the program. How could I extract this image or any other file so that it can be used independantly of the program?
Name: Fozzie Date: November 11, 2006 at 18:34:41 Pacific
Reply:
Download a free resource hacker program. That'll do it.
0
Response Number 2
Name: djas Date: November 12, 2006 at 00:11:23 Pacific
Reply:
Sorry I should have been more specific, I could just get resource hacker and extract the files but I want the program itslef to extract them. Does anyone know how to do this?
Summary: Hello, Wonder if you can help. Creating a simple dialog application in visual c++ a few of which ive wrote before no probs but this time im using a picture box on the dialog aswell now for some reaso...
Summary: Sorry, I misunderstood your question. I thought you wanted to extract an embedded image. I don't know where it goes or what is done when it is used as a resource for CSC. ...
Summary: hi, how do i call a C file from another C?? i want it so dat da i can run all da functions (including main) in dat C file and wen it completes. it returns da control back to da original C after comple...