Re: VMR 9 in VS.NET 2003
From: Yasir S. Memon (yasirmemon_at_yahoo.com)
Date: 05/02/04
- Next message: Joe Flynn: "Re: NEWBIE QUESTION: problem with full screen mode"
- Previous message: endo55: "Re: adding audio rendering to an application (I can't connect the Pins)"
- In reply to: Dave J.: "Re: VMR 9 in VS.NET 2003"
- Next in thread: The March Hare \(MVP\): "Re: VMR 9 in VS.NET 2003"
- Reply: The March Hare \(MVP\): "Re: VMR 9 in VS.NET 2003"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 00:51:29 +0500
Thanks dave!
It worked! but you know for some reason the same thing just didnt work
before I read your post...
I guess the reason was that I had to remove the header from one of the
header files...
Acha, now i have one more problem...
For some reason if I us filing (fstream, ifstream etc) they work fine in a
new MFC application.... But if I do the exact same code in the VMR-9
Application (Text9, Ticker9 Samples) it gives me 5 linker errors..(VMR-9
text9, ticker9 samples run fine without the fstream, iostream thingy)
Can any body please check this?
Do i have to include a particular library dependency for fstreams,
iostreams?
Do i have to prioritize my include directories?
Thanks!
- Yasir
"Dave J." <dju@nospam.com> wrote in message
news:c95890dbthtc07gccs0rnu0s8nrds8llt8@4ax.com...
> Yasir, thanks for pointing me to the thread that addressed the problem *I*
was
> having. I also have 2003 and I just verified the library solved my build
> problem. It really helps because now I can build the vmr9 samples.
>
> Here's how to add the library to a project:
>
> Open the Class View window and locate the project name at the top of the
list.
>
> Right click the mouse on the project name and select Properties.
>
> Make sure the "Configuration" drop-box on the properties page shows the
right
> setting you want to update, (example Debug Unicode).
>
> Click on Linker, Select Input...then on the right side of the properties
page,
> add the library name (atls.lib or atlsd.lib) to the field called
"Additional
> Dependencies".
>
> Thanks.
> Dave
>
> On Sat, 1 May 2004 23:08:54 +0500, "Yasir S. Memon" <yasirmemon@yahoo.com>
> wrote:
> >
> >But I cant get what to do? Can you please break this in easy parts for me
to
> >follow?
> >
> >Thanks,
> >
> >
> >- Yasir
> >
>
- Next message: Joe Flynn: "Re: NEWBIE QUESTION: problem with full screen mode"
- Previous message: endo55: "Re: adding audio rendering to an application (I can't connect the Pins)"
- In reply to: Dave J.: "Re: VMR 9 in VS.NET 2003"
- Next in thread: The March Hare \(MVP\): "Re: VMR 9 in VS.NET 2003"
- Reply: The March Hare \(MVP\): "Re: VMR 9 in VS.NET 2003"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|