Dev - C++ - Problemas DShow en Dev-cpp

 
Vista:

Problemas DShow en Dev-cpp

Publicado por Warren (1 intervención) el 07/09/2004 20:39:15
hola

Estoy empezando con DShow y realizo mis proyectos en el entorno Dev-cpp.
Pero he tenido algunos problemas, hize lo siguiente:
Incluyo el fichero de cabecera "dshow.h" y linko las librerias "strmiids.lib" y "quartz.lib" en el proyecto.
Al compilar me da errores de sintaxis :

//**************************************************
In file included from D:/Programas/SDKDirectX/include/Dshow.h:37,
from main.cpp:36:
D:/Programas/Dev-Cpp/include/mmsystem.h:24: warning: `MAKEFOURCC' redefined
D:/Programas/SDKDirectX/include/d3d8types.h:1259: warning: this is the location of the previous definitionIn file included from D:/Programas/SDKDirectX/include/Dshow.h:35,
from main.cpp:36:
D:/Programas/Dev-Cpp/include/olectl.h:309: syntax error before `;'
D:/Programas/Dev-Cpp/include/olectl.h:361: `DISPID' was not declared in this scope
//***************************************************************

Y asi una lista muy extensa.
Lo que no entiendo es q los errores estan en los cabeceras.
Si paso el programa al Ms Visual C++ funciona correctamente.
Espero haber explicado bien mi problema y que alguien me pueda ayudar.
Gracias por adelantado.

Un saludo


Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder