Domanda

currently i am working on a project in which i have to port a code from wince 6.0 to vx works... but there are some portions of code which contains registry functions of windows and vx works do not t have registry concepts and do not support it... how to port these registry code in Vx-works....how can i create an alternative of registry in Vx-works ....? can i use XML for this...?

I am implementing this in c++ and i am thinking to create directories and store registry like information in the form of files(.txt)..

give me any suggestions how to do it..

È stato utile?

Soluzione

XML is not good IDEA here, because you are not going to send/receive data belong app and an external resource, I thing a customized-format (encrypted) file, in a no visible path (temp, resources) would be nice.

also you would embed the info inside the execution file, but be careful about this, that would hurt your file.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top