For my school project, I have to write an interface for an MPEG player.
I want to use other people's codec to do this e.g. Xing MPEG's player.
I have the following problems:
How to use the functions in a compiled .dll file?
How to write the interface for displaying video in Visual C++?

Thank you.
Louis