User forums > General (but related to Code::Blocks)

XRC files...

(1/2) > >>

darklordsatan:
From what Ive seen, c::b uses xrc resource format for the GUI (most, if not all..), and loads them on the fly.
My question is: Is there any way to somehow encode the xrc (not just saving them in .zip) so that a user wont be able to open the .xrc and change the dialogs? is there any way to convert .xrc to binaries or something like that?

rickg22:
Not that I know of. But you could define your own filesystem (that's how zip files are read in wxwidgets) that encrypts or decrypts using a specific key. Hope I helped.

David Perfors:
probably by using zlib...

darklordsatan:
Oh yeah, I could use my own file format to store the files... but it would be better if xrc could be encrypted by default though

rickg22:
*shrugs*

Navigation

[0] Message Index

[#] Next page

Go to full version