Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
It's easy: - keep your .txt file in the /res folder - in your project .rc file add the following: IDS_WHATEVER_TXT RCDATA DISCARDABLE "res\\Myfile.TXT" (mind the double quotes) - in the resource.h file: #define IDS_WHATEVER_TXT whateverPleasesYou the above will embed the .txt file in your executable. at run time extract …
The End.
alexb119