playing AVI's in a game

Started by
30 comments, last by computer_guy 20 years, 10 months ago
Dude are u new to programming in c++? Because if u dont know what those errors mean... um... look up the error codes..
Advertisement
add (DXSDK)\Samples\Multimedia\DirectShow\BaseClasses to the include path.

also you need to build strmbase.lib and strmbasd.lib from the .dsw/sln file in that same directory. Then put those libs somewhere in the lib path.

But if you didn't already know this then that means you haven't read the docs. Normally with DX you might be able to do this, but with DirectShow thats IMPOSSIBLE.

And no If you're in directdraw exclusive mode there is no easier way.
Sorry.

EDIT: Oh yeah, and the include you need is streams.h


[edited by - null_vector on June 2, 2003 10:42:29 AM]
find / -name "your base" -exec chown -R us:us {} ;

This topic is closed to new replies.

Advertisement