error LNK2001

DEVE

New Member
first of all thnak you very much to every body who participate in this great project.
After dowloading the eraser source .I try to run the project using mircrosoft visual studio and i get the following linking error
--------------------Configuration: EraserDll - Win32 Debug--------------------
Linking...
Creating library Debug/Eraser.lib and object Debug/Eraser.exp
Pass.obj : error LNK2001: unresolved external symbol "bool __cdecl wipeFileWithFirstLast2kb(class CEraserContext *)" (?wipeFileWithFirstLast2kb@@YA_NPAVCEraserContext@@@Z)
Debug/Eraser.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

Eraser.dll - 2 error(s), 0 warning(s)
---------
I would like to know the cause of this error
 
Back
Top