Click to See Complete Forum and Search --> : DirectShow Link problem


anwar.he
May 23rd, 2006, 11:03 PM
Hi,All
When I compile a project used diectshow Lib,
I met such wrong:

--------------------Configuration: amcap - Win32 Debug--------------------
Linking...
uuid.lib(unknwn_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module
Error executing link.exe.

amcap.exe - 1 error(s), 0 warning(s)


can you tell me why?
thx!

iwgh
August 15th, 2006, 02:17 AM
Using VC6 you may encounter the following error :


Code:
uuid.lib(unknwn_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module

This error is caused by an incompatibility between the XPSP2 platform SDK and VC6.To solve this issue, use February 2003 platform SDK (and not XPSp2 Platform SDK)
DX9c October edition with extras (d3dx9.lib etc) (not december edition)

This problem can also be solved by renaming the uuid.lib file of the XPSP2 platform SDK to uuid.was_a_lib to disable it.