在网上下载了一个MD5的头文件,是用C++写的,该头文件只添加了这三个头文件
#include <stdio.h>
#include <stdlib.h>
//#include <string.h> 
#pragma warning(disable:4786) 我在编写驱动的代码里创建MD5类对象后,编绎就通不过了,出现以下错误
 error LNK2019: unresolved external symbol __imp__free referenced in function "int __stdcall _httoi(char const *)" (?_httoi@@YGHPBD@Z)
1>errors in directory d:\1>nt_ddk.obj : error LNK2019: unresolved external symbol __imp__strdup referenced in function "int __stdcall _httoi(char const *)" (?_httoi@@YGHPBD@Z)
1>d:\1>SYS\i386\DNF_SYS.sys : fatal error LNK1120: 2 unresolved externals说2个无法解析的外部符号、请说得详细些,是什么情况引起的。需要代码就吱一声、谢谢了