阅读:1545回复:2
使用strtok的问题
我在驱动中使用c的标准库中的函数strtok,但是出现下面的提示:
1>Linking Executable - d:\hookzwquerysysteminformation\obj\i386\hideprocess.sys for i386 1>hideprocess.obj : error LNK2019: unresolved external symbol __imp__strtok refe renced in function _MyZwQuerySystemInformation@16 1>d:\hookzwquerysysteminformation\obj\i386\hideprocess.sys : error LNK1120: 1 un resolved externals BUILD: Done 这个错误不应该是没有link 一个lib的情况下才会出现吗?我使用的标准的c函数哦?请问是什么原因?应该怎么解决呢?谢谢大家了。 |
|
沙发#
发布于:2007-12-18 13:25
strtok是在c标准库里面的,但是我能够使用strlen,但不能使用这个函数?
|
|
板凳#
发布于:2008-04-10 14:59
我也出现这样的问题了
|
|