我个人初学ATL(生成DLL文件),想在其中实现这样的一种效果:
在代码中写入一组较大的静态的TEXT内容,在DLL运行时对这部分TXT进行修改,保存,不对DLL进行重新编译。在下次运行DLL时获取TEXT数据时,得到修改后的数据。
可以这样实现吗?应用win32SDK该如何实现?
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.