标签: c++ c windows
我有一个sample.dll,一个sample.txt文件和sample.exe。 sample.exe使用sample.dll函数。我正在打开sample.txt并在sample.dll中读取其内容。每次运行sample.exe时,都需要将sample.txt放在.exe位置。我不想那样做。现在我想要的是将sample.txt嵌入到sample.dll中,而无需在运行.exe时放置sample.txt文件。