Visual Studio Resource support

Started by slimmeke, 17 July 2013, 11:29:07

slimmeke

hey

Is it possible to use VS Resource with TGui. So I can load all images and config files from the Resource file instead of the hard disk (direct)? If it is possible, must we do something special for this to work or not?

texus

No, I don't think that will work.
Maybe in the future when loading from memory gets written.

But if you don't use any other windows specific code then you might not want to use such resources to keep the code cross-platform.

slimmeke

Ok tnx Texus.

You are right. Resources are Windows only :).