Boris
Guest
|
Posted:
Tue Sep 20, 2005 12:30 pm Post subject:
License revocation problem |
|
|
Hi,
I have problem in create a license revocation client-side service. When I
use follow code:
// Create a license revocation agent object.
hr = WMCreateLicenseRevocationAgent(NULL, &m_pLicenseRevocationAgent);
linker produce error:
LicRevoke error LNK2019: unresolved external symbol
_WMCreateLicenseRevocationAgent@8 referenced in function "public: long
__thiscall CLicenseRevoker::Init(void)" (?Init@CLicenseRevoker@@QAEJXZ)
WmvCore.lib set as additional dependencies. I check wmvCore.lib and no found
WMCreateLicenseRevocationAgent
there is only
WMCreateLicenseRevocationAgentPrivate@@YGJPAPAUIWMLicenseRevocationAgent@@@Z
..
In wmvcore.dll export also only function
WMCreateLicenseRevocationAgentPrivate.
I use MS Format SDK 9.5
I need assistance in this problem!! or may be correct wmvcore.lib!!
|
|