Hello, I'm French so sorry for my approximate English.
When I try to compile a project under Visual C++ 6.0, I've got the
following errors :
applicap.obj : error LNK2001: unresolved external symbol
_IID_ISampleGra bber
applicap.obj : error LNK2001: unresolved external symbol
_CLSID_NullRend erer
applicap.obj : error LNK2001: unresolved external symbol
_CLSID_SampleGr abber
applicap.obj : error LNK2001: unresolved external symbol
_CLSID_SmartTee
applicap.obj : error LNK2001: unresolved external symbol
_CLSID_CaptureG raphBuilder2
applicap.obj : error LNK2001: unresolved external symbol
_IID_ICaptureGr aphBuilder2
strmbasd.lib(wx debug.obj) : error LNK2001: unresolved external symbol
__imp__strrchr
Debug_Unicode/AppliCap.exe : fatal error LNK1120: 7 unresolved
externals
These symbols are part of DirectX, so I've tried to reinstall it, with
no more success. Then I noticed by search that I had to change
"strmbasd.l ib" by "strmiids.l ib" with this type of error under
DirectX. This corrects the errors above, but new ones appear then :
applicap.obj : error LNK2001: unresolved external symbol "int __cdecl
wsprintfWIntern al(unsigned short *,unsigned short const *,...)"
(?wsprintfWInte rnal@@YAHPAGPBG ZZ)
Debug_Unicode/AppliCap.exe : fatal error LNK1120: 1 unresolved
externals
I precise that my project requires DirectX 9 SDK which I reinstalled
several times and that this program works well on another computer
with the same configuration (Windows 2000 Professional, Visual Studio
6.0 ans Directx 9 SDK).
I'm getting mad with this problem because my project doesn't advance,
so I would be very grateful if someone could help me to solve it.
Thanks and sorry for the length of my post.
When I try to compile a project under Visual C++ 6.0, I've got the
following errors :
applicap.obj : error LNK2001: unresolved external symbol
_IID_ISampleGra bber
applicap.obj : error LNK2001: unresolved external symbol
_CLSID_NullRend erer
applicap.obj : error LNK2001: unresolved external symbol
_CLSID_SampleGr abber
applicap.obj : error LNK2001: unresolved external symbol
_CLSID_SmartTee
applicap.obj : error LNK2001: unresolved external symbol
_CLSID_CaptureG raphBuilder2
applicap.obj : error LNK2001: unresolved external symbol
_IID_ICaptureGr aphBuilder2
strmbasd.lib(wx debug.obj) : error LNK2001: unresolved external symbol
__imp__strrchr
Debug_Unicode/AppliCap.exe : fatal error LNK1120: 7 unresolved
externals
These symbols are part of DirectX, so I've tried to reinstall it, with
no more success. Then I noticed by search that I had to change
"strmbasd.l ib" by "strmiids.l ib" with this type of error under
DirectX. This corrects the errors above, but new ones appear then :
applicap.obj : error LNK2001: unresolved external symbol "int __cdecl
wsprintfWIntern al(unsigned short *,unsigned short const *,...)"
(?wsprintfWInte rnal@@YAHPAGPBG ZZ)
Debug_Unicode/AppliCap.exe : fatal error LNK1120: 1 unresolved
externals
I precise that my project requires DirectX 9 SDK which I reinstalled
several times and that this program works well on another computer
with the same configuration (Windows 2000 Professional, Visual Studio
6.0 ans Directx 9 SDK).
I'm getting mad with this problem because my project doesn't advance,
so I would be very grateful if someone could help me to solve it.
Thanks and sorry for the length of my post.
Comment