Embed Text File in a Resource in a native Windows Application
        Posted  
        
            by MTsoul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by MTsoul
        
        
        
        Published on 2010-05-29T00:42:39Z
        Indexed on 
            2010/05/29
            0:52 UTC
        
        
        Read the original article
        Hit count: 361
        
I have a C++ Windows program. I have a text file that has some data. Currently, the text file is a separate file, and it is loaded at runtime and parsed. How is it possible to embed this into the binary as a resource?
© Stack Overflow or respective owner