Feature Requests item #1889860, was opened at 2008-02-08 21:52
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865517&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 15: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 14: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=865517&aid=1889860&group_id=173455

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to