This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
考虑到应用场景
1 WIN10系统编译32位,64位动态库。
可能要到XP系统下面去使用,开发例子程序。
比如VS2005 C++ C#
也可能去其他系统下面使用,开发例子程序。
2 可能要生成多种系统下的库,一起放到某个位置
考虑到以上应用场景
1 决定每个目录单独一个文件夹,同时包括头文件和库文件。
2 使用的时候,直接目录复制过去即可使用。