kot3
Full Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Никто не подскажет что я делаю не так? Вроде бы в RAD2010 декларирована поддержка DirectShow. Пишу: #include <DirectShow9.hpp> И в ответ получаю: [BCC32 Error] Directsound.hpp(61): E2316 'PD3DValue' is not a member of 'Dxtypes' [BCC32 Error] Directsound.hpp(61): E2040 Declaration terminated incorrectly [BCC32 Error] Directsound.hpp(67): E2316 'PD3DVector' is not a member of 'Dxtypes' [BCC32 Error] Directsound.hpp(67): E2040 Declaration terminated incorrectly [BCC32 Error] Directsound.hpp(123): E2316 'PReferenceTime' is not a member of 'Dxtypes' [BCC32 Error] Directsound.hpp(123): E2040 Declaration terminated incorrectly [BCC32 Error] Direct3d9.hpp(53): E2316 'PD3DVector' is not a member of 'Dxtypes' [BCC32 Error] Direct3d9.hpp(53): E2040 Declaration terminated incorrectly [BCC32 Error] DirectShow9.hpp(237): E2451 Undefined symbol 'IDirectShowStream' [BCC32 Error] DirectShow9.hpp(237): E2299 Cannot generate template specialization from 'DelphiInterface<T>' [BCC32 Error] DirectShow9.hpp(237): E2040 Declaration terminated incorrectly [BCC32 Error] DirectShow9.hpp(488): E2316 'PReferenceTime' is not a member of 'Dxtypes' [BCC32 Error] DirectShow9.hpp(488): E2040 Declaration terminated incorrectly [BCC32 Error] DirectShow9.hpp(656): E2257 , expected [BCC32 Error] DirectShow9.hpp(1268): E2257 , expected [BCC32 Error] DirectShow9.hpp(1270): E2257 , expected [BCC32 Error] DirectShow9.hpp(1652): E2257 , expected [BCC32 Error] DirectShow9.hpp(1654): E2257 , expected [BCC32 Error] DirectShow9.hpp(1686): E2257 , expected [BCC32 Error] DirectShow9.hpp(1692): E2257 , expected [BCC32 Error] DirectShow9.hpp(1704): E2257 , expected [BCC32 Error] DirectShow9.hpp(1706): E2257 , expected [BCC32 Error] DirectShow9.hpp(1708): E2257 , expected [BCC32 Error] DirectShow9.hpp(1712): E2257 , expected [BCC32 Error] DirectShow9.hpp(1716): E2257 , expected [BCC32 Error] DirectShow9.hpp(1720): E2257 , expected [BCC32 Error] DirectShow9.hpp(1722): E2257 , expected [BCC32 Error] DirectShow9.hpp(1724): E2257 , expected [BCC32 Error] DirectShow9.hpp(1726): E2257 , expected [BCC32 Error] DirectShow9.hpp(1748): E2257 , expected Спасибо. |