S
system_owen
Unregistered / Unconfirmed
GUEST, unregistred user!
CBuilder调用vc的动态库
1、在project1.cpp 中加入 USELIB("createpsdll.lib");
2、在头文件中加入 __declspec(dllimport) int Afun( int c);
编译后 出现连接错误
Linker error Unresolved extemal 'afun(int)' referenced from UNIT1.OBj
请大侠帮忙
1、在project1.cpp 中加入 USELIB("createpsdll.lib");
2、在头文件中加入 __declspec(dllimport) int Afun( int c);
编译后 出现连接错误
Linker error Unresolved extemal 'afun(int)' referenced from UNIT1.OBj
请大侠帮忙