Hi All,
I am using Win CE 5.0. I have modified code in
"WinCE\500PUBLIC\DIRECTX\SDK\SAMPLES\DSHOW\BASECLASSES". I had done
Build and Sysgen for that project alone. It is generating a
strmbase.lib file. Later I am building Run-time Image and download the
code to the Target Device, I cannot see any effect of changed code. But
in PB help it is written that the Code can be modified.

Can anyone help me regarding this issue. Is there any other specific
way that needs to be done to see the effect of changed code.

Thanks in Advance,
Sarath Chandra. B

Re: Modifying Code in BaseClasses of Directx by Valter

Valter
Fri Nov 24 08:11:45 CST 2006

"sarath" <sarath1111@gmail.com> wrote in
news:1164375968.063672.140680@l39g2000cwd.googlegroups.com:

> Hi All,
> I am using Win CE 5.0. I have modified code in
> "WinCE\500PUBLIC\DIRECTX\SDK\SAMPLES\DSHOW\BASECLASSES". I had
> done Build and Sysgen for that project alone. It is generating a
> strmbase.lib file. Later I am building Run-time Image and download
> the code to the Target Device, I cannot see any effect of changed
> code. But in PB help it is written that the Code can be modified.
>
> Can anyone help me regarding this issue. Is there any other
> specific way that needs to be done to see the effect of changed
> code.

It's better not to change code inside the public subtree. An update
may overwrite your changes (even if this should be only a sample).
If you rebuild a static library to see the effect of your
modification you should rebuild also the executables and dlls that
link to your lib.
Search your lib name in sources files (i mean files named sources!)
to find where that lib is used.


--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: Modifying Code in BaseClasses of Directx by sarath

sarath
Tue Nov 28 00:40:45 CST 2006

Hi Valter,
Thanks for the Reply.
I even tried building entire OS, but changes I had done in DSHOW are
not getting reflected.
So, I wanted know if there was anyother procedure to change the
Strmbase.lib to reflect the changes in DSHOW.

Thank you,
Sarath Chandra. B


Valter Minute wrote:
> "sarath" <sarath1111@gmail.com> wrote in
> news:1164375968.063672.140680@l39g2000cwd.googlegroups.com:
>
> > Hi All,
> > I am using Win CE 5.0. I have modified code in
> > "WinCE\500PUBLIC\DIRECTX\SDK\SAMPLES\DSHOW\BASECLASSES". I had
> > done Build and Sysgen for that project alone. It is generating a
> > strmbase.lib file. Later I am building Run-time Image and download
> > the code to the Target Device, I cannot see any effect of changed
> > code. But in PB help it is written that the Code can be modified.
> >
> > Can anyone help me regarding this issue. Is there any other
> > specific way that needs to be done to see the effect of changed
> > code.
>
> It's better not to change code inside the public subtree. An update
> may overwrite your changes (even if this should be only a sample).
> If you rebuild a static library to see the effect of your
> modification you should rebuild also the executables and dlls that
> link to your lib.
> Search your lib name in sources files (i mean files named sources!)
> to find where that lib is used.
>
>
> --
> Valter Minute
> (the reply address of this message is invalid)
> (l'indirizzo di reply di questo messaggio non =E8 valido)