TOleEnum?

Started by
5 comments, last by MarkyD 22 years, 3 months ago
Right now I am trying to get my game to play my 5Mb MP3 instead of my 47Mb Wave file. However, Direct Show uses a TOleEnum thingy, which I don''t have. So does anyone know what this is or where I can find it? Thanks. ~ There''s no substitute for failure ~
Advertisement
I''m pretty sure there are a couple of components that play MP3''s around, you are probably better off getting one of those.
Fitz
I did a Google search and found a few MP3 playing units. So I''m happy.

Even so, I would still like to be able to play about with Direct Show. Could someone please tell me what this thing is and where I can find it?

~ There''s no substitute for failure ~
You may want to visit Jedi Graphix site which has latest DirectShow headers and some samples.


Edited by - Lifepower on January 6, 2002 9:31:07 PM
TOLEEnum is a Borland definition

It''ll be defined in thier COM unit, I forget what it''s called though.

Also, make certain you have the latest service packs for Delphi, it still doesn''t always import typelibraries correctly, but it rarely worked prior to SP3.
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
Hello there,

unit "Activex" defines TOleEnum

Mark
Ok. Thanks everyone.

~ There''s no substitute for failure ~

This topic is closed to new replies.

Advertisement