fatal error
-
I have already installed DirectX 9.0 on my system.
Pravin
DirectX _runtime_
andDirectX _SDK_
(Software Development Kit) are two quite different things. Are you sure you have theSDK
installed? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I have already installed DirectX 9.0 on my system.
Pravin
-
DirectX _runtime_
andDirectX _SDK_
(Software Development Kit) are two quite different things. Are you sure you have theSDK
installed? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]yes i sure that i have installed DirectX SDK 9.0
Pravin
-
No, its not a trial version.
Pravin
-
No, its not a trial version.
Pravin
-
yes i sure that i have installed DirectX SDK 9.0
Pravin
It seems you have to build it [^]. Anyway the page is rather old, I don't know if things changed since then. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
dxsdk -Bin -Doc -Include -Lib -Redist -Samples -SDKDev -dxreadme
Pravin
-
It seems you have to build it [^]. Anyway the page is rather old, I don't know if things changed since then. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]yes i did it, but still facing same problem...
Pravin
-
yes i did it, but still facing same problem...
Pravin
If you've built it then you now have it. Change your
IDE
settings to make it aware of the library presence. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
If you've built it then you now have it. Change your
IDE
settings to make it aware of the library presence. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]yes i did it but still i am getting same error message.... fatal error LNK1181: cannot open input file 'C:\DXSDK\Samples\C++\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib'
Pravin
-
yes i did it but still i am getting same error message.... fatal error LNK1181: cannot open input file 'C:\DXSDK\Samples\C++\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib'
Pravin
Why don't you put the file there (or is it already there)?
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Why don't you put the file there (or is it already there)?
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]i dont have that file.... may be i have to build it.
Pravin
-
i dont have that file.... may be i have to build it.
Pravin
I think so. Good luck. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I think so. Good luck. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]yes... i got a solution... there is one solution in C:\DXSDK\Samples\C++\DirectShow\BaseClasses\BaseClasses.sln and build that solution. It generates that library file... Thanks for the suggestion.
Pravin
-
I think so. Good luck. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]I envy your patience :)
-
Hi, I am new to VC++, I have a source code for decryption of video. it uses DirectX technology, Now I want to modify that program. But whenever i going to build it, it gives the following error messege... fatal error LNK1181: cannot open input file 'C:\DXSDK\Samples\C++\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib' I have installed the new version of DirectX on my machine. I tried to search that .lib file on my system, but i am not able to search it. anybody can help me?
Pravin
That's because DirectShow is no longer part of the DirectX SDK. You need the Platform SDK for Server 2003 R2 or better. Then you need to build the DirectShow base class libraries found in the missing folder. Then you need to change your project settings to use the new folder in the PSDK and use your newly built base-classes libraries. It's all in the documentation! Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Hi, I am new to VC++, I have a source code for decryption of video. it uses DirectX technology, Now I want to modify that program. But whenever i going to build it, it gives the following error messege... fatal error LNK1181: cannot open input file 'C:\DXSDK\Samples\C++\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib' I have installed the new version of DirectX on my machine. I tried to search that .lib file on my system, but i am not able to search it. anybody can help me?
Pravin
pavya_Cool wrote:
...but i am not able to search it.
Why not? Since you know the absolute path that the linker is looking for the file in, can't you just browse to that location in Windows Explorer?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
I envy your patience :)
Duty, sir! :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
That's because DirectShow is no longer part of the DirectX SDK. You need the Platform SDK for Server 2003 R2 or better. Then you need to build the DirectShow base class libraries found in the missing folder. Then you need to change your project settings to use the new folder in the PSDK and use your newly built base-classes libraries. It's all in the documentation! Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
Thanks Mark
Pravin