| Author |
Message |
raddog
Joined: 18 Dec 2005
Posts: 12
Location: Kansas City
|
Posted:
Mon Dec 19, 2005 2:39 am Post subject:
verifying SDK installation |
|
|
I just completed installation of DirectX December '05 SDK. I was of the notion I'd have everything I needed to build filter graphs, but at first glance this isn't working.
Many examples I've been studying include "dshow.h". I did a "dir dshow*.h* /s" starting at the root on my drive C: and it's nowhere to be found. I did a recursive findstr /i /s /c:"IBasicVideo" and it's nowwhere to be found.
I've installed the WMP 10 SDK, WMF 9.5 SDK, and the December DirectX. Am I missing something, and if not is there an easy way to make sure everything installed correctly? I should have a "dshow.h" file, right?
Or do I also need to install the Windows Media 9 Series SDKs?
It's not entirely clear, but it seems I'm missing something. I'm just not sure what it is or how to verify what I have.
Thanks!
- john
|
|
| Back to top |
|
 |
raddog
Joined: 18 Dec 2005
Posts: 12
Location: Kansas City
|
Posted:
Mon Dec 19, 2005 4:07 am Post subject:
re:verifying SDK installation |
|
|
Okay, I think I stumbled onto my answer.
Allegedly DirectShow is not part of the DirectX SDK. While that might be blatantly obvious to the masses, those of us new to WMP, WMF, etc, would pretty much figure with all the talk about DirectX/DirectShow, they'd be part of the same install image.
Apparently not, though I can't say for sure yet because I'm in the midst of installing the Windows Platform SDK as I type, but if what I found is correct, you have to install the Platform SDK to be able to compile DirectShow apps.
Personally, I find that problematic. It's kind of hard to figure out all the SDK's you need in the first place, but when related applications are distributed like this it really makes it challenging.
Guess that's why we get the big bucks, eh.... which reminds me, where's my check?!?!?
- john |
|
| Back to top |
|
 |
raddog
Joined: 18 Dec 2005
Posts: 12
Location: Kansas City
|
Posted:
Mon Dec 19, 2005 2:37 pm Post subject:
re:verifying SDK installation |
|
|
I do still have an issue with the installation...
It seems now when I include Dshow.h certain functions are miscompiling. For instance, I get an error on a ::wsprintf(... call.
Does anyone know if there is some kind of utility to assist you in determining which header files need to be loaded in which order? Or does anyone have any tips for minimizing side effects of installing new SDKs ?
Much abliged!
- john ferguson, kansas city,
raddog58_AT_yahoo.com
or
jfe_AT_americancentury.com
|
|
| Back to top |
|
 |
Jeremy Noring
Guest
|
Posted:
Tue Dec 20, 2005 1:30 am Post subject:
re:verifying SDK installation |
|
|
"raddog" wrote:
| Quote: | I do still have an issue with the installation...
It seems now when I include Dshow.h certain functions are
miscompiling. For instance, I get an error on a ::wsprintf(...
call.
Does anyone know if there is some kind of utility to assist you in
determining which header files need to be loaded in which order? Or
does anyone have any tips for minimizing side effects of installing
new SDKs ?
|
First: this is the wrong newsgroup. This newsgroup pertains solely to
Windows Media SDKs, not directshow. Here is the appropriate group for
directshow related questions:
win32.programmer.directx.video
Second, to answer your questions, DirectShow no longer resides in the
DirectX SDK. It's been moved to the Platform SDK. Download that to get all
the necessary DirectShow headers.
--
My Site (under construction): http://deepsea.no-ip.com/AV/ |
|
| Back to top |
|
 |
The March Hare [MVP]
Guest
|
Posted:
Tue Dec 20, 2005 1:30 am Post subject:
Re: verifying SDK installation |
|
|
On Mon, 19 Dec 2005 16:58:02 -0800, Jeremy Noring wrote:
| Quote: | Second, to answer your questions, DirectShow no longer resides in the
DirectX SDK. It's been moved to the Platform SDK. Download that to get all
the necessary DirectShow headers.
|
Or better yet, download the old Summer 2004 DirectX SDK. It has more
samples, has the samples compiled, has a separate CHM file for dshow and
includes VS project files :)
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution |
|
| Back to top |
|
 |
|
|
|
|