Storing data in a DLL
-
Hello, i need to protect some data (simple txt files). The idea here is just to protect data for wrong manipulation (i dont want to implement encryption at first place, 100 text files, i first thought i could zip/rar and use password but this seems bit unnecessary now) I remember in one program, the data is stored in a DLL file. My question is how i can store a simple text file in a DLL? or is it possible? Thanks in advance. Bekir.
-
Hello, i need to protect some data (simple txt files). The idea here is just to protect data for wrong manipulation (i dont want to implement encryption at first place, 100 text files, i first thought i could zip/rar and use password but this seems bit unnecessary now) I remember in one program, the data is stored in a DLL file. My question is how i can store a simple text file in a DLL? or is it possible? Thanks in advance. Bekir.
beko wrote:
My question is how i can store a simple text file in a DLL? or is it possible?
How about as a
RT_RCDATA
resource?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
beko wrote:
My question is how i can store a simple text file in a DLL? or is it possible?
How about as a
RT_RCDATA
resource?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb