02-12-2012, 08:13 PM
(This post was last modified: 02-12-2012, 08:14 PM by AceInfinity.)
"A text file inside the program" - You're referring to a resoruce? And saved where? As an updated resource? Or as a file inside Windows Explorer on the NTFS filesystem? You need to be more specific.
How much data is this "text file inside the program" going to hold? Is it going to be large amounts of data or small amounts, because you could use string resources, although I would ask why you'd want to embed this data as it only makes the base executable a larger filesize for no reason.
How much data is this "text file inside the program" going to hold? Is it going to be large amounts of data or small amounts, because you could use string resources, although I would ask why you'd want to embed this data as it only makes the base executable a larger filesize for no reason.