VC的#include怎么包含带相对目录的文件

2025-04-07 10:40:08
推荐回答(1个)
回答1:

可以输入:
#pragma comment(lib, ".\\GDIPlus\\Lib\\gdiplus.lib")
注意,GDIPlus文件夹要在工程文件夹中。