I'd like to write a little tool that parses the .res files found in the purebasic\Residents directory, so that I can see what's avaiable and look into the stuff I don't recognise.
Does anybody have a description of the .res file format?
File formats for the .res files
-
Edwin Knoppert
- Addict

- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact:
-
GreenGiant
- Enthusiast

- Posts: 252
- Joined: Fri Feb 20, 2004 5:43 pm
I just tried opening one with a hex editor, looks like the constant names are just in a basic text file format. My guess would be that its just the name of the constant followed by the value of the constant.
Edit: Actually probably only the Windows.res and the PureBasic_x86.res files are like that. Dont know about the other two, but they do both have readable plain text too.
Edit: Actually probably only the Windows.res and the PureBasic_x86.res files are like that. Dont know about the other two, but they do both have readable plain text too.