CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    How to write an interface for video player?

    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


  2. #2
    Guest

    Re: How to write an interface for video player?

    Mate I reckon you should drop that subject....
    (If its an HCI subject for first year or something like that, they probably just want to see how you'd design the interface, so mock it up in VB or sommit)


  3. #3
    Guest

    Re: How to write an interface for video player?

    Mate I think you should not assume anything. This is not an HCI project.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured