New ewfapi.lib yet?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I don't want to beat a dead horse....but is the QFE for the ewfapi out yet?
I know there's a workaround....there's always a workaround. I'm looking for
the fix... I think it was expected in december?
 
KM-

I tried the article at the following link....

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpesp1/html/EWFAPI.asp

and I recieved this, have you or anyone else come across this?

ewfctrl error LNK2019: unresolved external symbol __imp__EwfMgrClose@4
referenced in function "protected: void __thiscall
CewfctrlDlg::UpdateEWFStatus(void)" (?UpdateEWFStatus@CewfctrlDlg@@IAEXXZ)
ewfctrl error LNK2019: unresolved external symbol
__imp__EwfMgrGetProtectedVolumeConfig@4 referenced in function "protected:
void __thiscall CewfctrlDlg::UpdateEWFStatus(void)"
(?UpdateEWFStatus@CewfctrlDlg@@IAEXXZ)
ewfctrl error LNK2019: unresolved external symbol
__imp__EwfMgrOpenProtected@4 referenced in function "protected: void
__thiscall CewfctrlDlg::UpdateEWFStatus(void)"
(?UpdateEWFStatus@CewfctrlDlg@@IAEXXZ)
ewfctrl error LNK2019: unresolved external symbol _XPE_Shutdown@0 referenced
in function "public: void __thiscall CewfctrlDlg::OnBnClickedShutdown(void)"
(?OnBnClickedShutdown@CewfctrlDlg@@QAEXXZ)
ewfctrl error LNK2019: unresolved external symbol _XPE_ReStart@0 referenced
in function "public: void __thiscall CewfctrlDlg::OnBnClickedReboot(void)"
(?OnBnClickedReboot@CewfctrlDlg@@QAEXXZ)
ewfctrl error LNK2019: unresolved external symbol __imp__EwfMgrEnable@4
referenced in function "public: void __thiscall
CewfctrlDlg::OnBnClickedEnable(void)" (?OnBnClickedEnable@CewfctrlDlg@@QAEXXZ)
ewfctrl error LNK2019: unresolved external symbol __imp__EwfMgrDisable@8
referenced in function "public: void __thiscall
CewfctrlDlg::OnBnClickedDisable(void)"
(?OnBnClickedDisable@CewfctrlDlg@@QAEXXZ)
ewfctrl error LNK2019: unresolved external symbol __imp__EwfMgrCommit@4
referenced in function "public: void __thiscall
CewfctrlDlg::OnBnClickedCommit(void)" (?OnBnClickedCommit@CewfctrlDlg@@QAEXXZ)
ewfctrl fatal error LNK1120: 8 unresolved externals




It compiles in debug but not in release.

Mark
 
That's correct KM,

Just tried the buidlagain with the new library...no change same errors,
tried building with SP1 lib too nothing.
 
Mark,

Seems like you are doing something wrong - probably not replacing ewfapi.lib?

I have just installed that QFE and it gave me the proper EWFAPI.lib (only!). So I used that lib in an applications that uses EWF API
and links to EWFAPI.lib and I was able to build Release and Debug builds without any error.
 
Back
Top