lundi 30 mars 2015

Parse .ini file from resource during runtime using C++/boost


I have an .ini file which is located inside the resource as an RCDATA. I load it from the resource during runtime, and I am able to get it as a very long string.


I am interested of loading the .ini file (from the resource at runtime) and parse it as an .ini file using Boost or Win32 API but the question is how do I do it ?


It seems that it is possible of doing such thing using QT.


I have tried loading the resource file and assigning read_ini() the binary data/string file but it doesn't iterate over it afterwards.


Is it possible of doing such thing ?




Aucun commentaire:

Enregistrer un commentaire