Thread: Movie Program?

  1. #16
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Did you include the double quotes by any chance? -lwinmm should be by itself in the linker box (without quotes).

  2. #17
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Should look like this:
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  3. #18
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    More so...

  4. #19
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    maybe add "lib/libwinmm.a" to the linker box or whatever your library folder is

  5. #20
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    August that's only if you are using a project, which I prefer not to because of the extra useless files. Unless those useless files become needed files then I use a project.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  6. #21
    Registered User
    Join Date
    Nov 2005
    Posts
    7
    still gettong the error.

  7. #22
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Use DirectShow. It's not that hard to use and I you don't even need to Init Direct3D. That's the nice thing about DirectX. It's way more than 3D graphics - sound, input, and all - none of them require an IDirect3DDevice9 interface pointer.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  2. Can someome help me with a program please?
    By WinterInChicago in forum C++ Programming
    Replies: 3
    Last Post: 09-21-2006, 10:58 PM
  3. I need some help with my program please.
    By agentxx04 in forum C Programming
    Replies: 9
    Last Post: 09-26-2004, 07:51 AM
  4. Replies: 2
    Last Post: 05-10-2002, 04:16 PM
  5. Memento movie
    By WayTooHigh in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 09-07-2001, 01:00 PM