EWF API, link error

  • Thread starter Thread starter twicave
  • Start date Start date
T

twicave

It seemed like an old question. but I don't know the method to search
question in this newsgroup, so ask it again:

I tryed copy the "Sample.cpp" out of the help document.and create a new c++
project.
I set the link param, which include "ewfapi.lib" to import library list.but
i still get these "link error":

"
Sample.obj : error LNK2001: unresolved external symbol
__imp__EwfMgrGetDriveLetterFromVolumeName@4
Sample.obj : error LNK2001: unresolved external symbol
__imp__EwfMgrVolumeNameListDelete@4
Sample.obj : error LNK2001: unresolved external symbol
__imp__EwfMgrVolumeNameEntryPop@4
"

my ewfapi version is 2007ctp. thanks.
 
Hello
Have you used the latest ewfapi.lib file, which is updated one,
Just tell me the size of this *.lib file you are using.
If its the 8 Kb one than its the right one to be used,
And if its the file with size of 53Kb than its the old one, in that case you
have to download the latest one which is 8Kb in size.
 
That was indeed known problem with the wrong ewf lib provided with SP2.

However, i believe poster works with newer version of the ewf API lib.
This is his last statement: "my ewfapi version is 2007ctp".


twicave, I believe you are playing with CTP1. Is it correct?
If so, in CTP2 there are some fixes for the ewf API lib, I think.
 
Back
Top