piglikefly
Guest
|
Posted:
Thu Sep 09, 2004 7:15 am Post subject:
Cant build DRMShow Sample (WM Format SDK) with WMStubDRM.lib |
|
|
I got a WMStubDRM.lib from Microsoft, then i try build DRMShow Sample of
Window Media Format SDK 9,
following the readme.txt of DRMShow, i altered to link with WMStubDRM.lib
instead of the wmvcore.lib library in project,
this is the only thing i changed. but i cant build the project. the error
message is shown as below:
--------------------Configuration: DRMShow - Win32 Debug--------------------
Linking...
WMStubDRM_34321.lib(cpu.obj) : error LNK2001: unresolved external symbol
__SEH_epilog
WMStubDRM_34321.lib(cpu.obj) : error LNK2001: unresolved external symbol
__SEH_prolog
Debug/DRMShow.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
DRMShow.exe - 3 error(s), 0 warning(s)
--------------------------------------------------
anyone can help me?
addie
chenjin@jinkoo.com
|
|
Jason
Guest
|
Posted:
Fri Sep 10, 2004 7:43 pm Post subject:
Re: Cant build DRMShow Sample (WM Format SDK) with WMStubDRM |
|
|
Include library sehprolg.obj
"piglikefly" <piglikefly@hotmail.com> wrote in message
news:Op$R9shlEHA.596@TK2MSFTNGP11.phx.gbl...
| Quote: | I got a WMStubDRM.lib from Microsoft, then i try build DRMShow Sample of
Window Media Format SDK 9,
following the readme.txt of DRMShow, i altered to link with WMStubDRM.lib
instead of the wmvcore.lib library in project,
this is the only thing i changed. but i cant build the project. the error
message is shown as below:
--------------------Configuration: DRMShow - Win32
Debug--------------------
Linking...
WMStubDRM_34321.lib(cpu.obj) : error LNK2001: unresolved external symbol
__SEH_epilog
WMStubDRM_34321.lib(cpu.obj) : error LNK2001: unresolved external symbol
__SEH_prolog
Debug/DRMShow.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
DRMShow.exe - 3 error(s), 0 warning(s)
--------------------------------------------------
anyone can help me?
addie
chenjin@jinkoo.com
|
|
|