Bugs item #1889860, was opened at 2008-02-08 13:52
Message generated for change (Settings changed) made by pfalcon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=1889860&group_id=173455

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Boris Brodski (boris_brodski)
Assigned to: Nobody/Anonymous (nobody)
Summary: DirectShow include files problem

Initial Comment:
If you try to include following h-files

  #include <windows.h>
  #include <dshow.h>

you get

/cygdrive/d/CeGCC/cegcc/bin/../lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/lib/../include/w32api/dshow.h:8,
                 from ..\src\WinCETest.cpp:15:
/cygdrive/d/CeGCC/cegcc/bin/../lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/lib/../include/w32api/amaudio.h:7:20:
 error: dsound.h: No such file or directory
In file included from 
/cygdrive/d/CeGCC/cegcc/bin/../lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/lib/../include/w32api/dshow.h:9,
                 from ..\src\WinCETest.cpp:15:
/cygdrive/d/CeGCC/cegcc/bin/../lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/lib/../include/w32api/amvideo.h:7:19:
 error: ddraw.h: No such file or directory


It seems, that at least ddraw.h and dsound.h files are missing.


For example as a result a definition of IBaseFilter can't be found.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-04-28 08:17

Message:
Thank you very much for reply. Unfortunately, after more that one year I
can't test it any more.

If
  #include <windows.h>
  #include <dshow.h>
cause no compile errors you can close this feature request safely.

----------------------------------------------------------------------

Comment By: Danny Backx (dannybackx)
Date: 2009-04-28 07:34

Message:
IBaseFilter is in w32api/include/strmif.h .
Please provide complete information (preferably a patch) for the stuff
you're missing.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=1889860&group_id=173455

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to