Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DSToSink filter
04-30-2013, 06:58 AM
Post: #1
DSToSink filter
Hi,

I need your help again. I have a complete graph that uses mic, asiodevice, and mixer. The mixer output is plugged on tho components: the ASIODevice and the DSToSink.

On my developpement system, everything works well.

On the production computer, I hear what I supposed to, but when I chexk on the file recorded by DirectShow, I have only the video (so the filtergraph works), but no sound.

Yhe graph is created by DSToSink, so the sound sould render normally in it. Is there some additionnal dll's I should have to distribute?

I already tried copying all labpack's dll on the production computer with no success.

Any help here would be appreciated.


Thanks
Find all posts by this user
Quote this message in a reply
04-30-2013, 07:32 AM
Post: #2
RE: DSToSink filter
Not sure about the .net components but on C++Builder/Delphi a bunch of DLLs are also copied to Windows\System32 during install, the ones starting with IPP.. perhaps you can try copying those as well.

Regards,
Dave
Quote this message in a reply
04-30-2013, 10:19 AM
Post: #3
RE: DSToSink filter
(04-30-2013 07:32 AM)Dave Wrote:  Not sure about the .net components but on C++Builder/Delphi a bunch of DLLs are also copied to Windows\System32 during install, the ones starting with IPP.. perhaps you can try copying those as well.

Regards,
Dave

is there some documents to help me to find out which ones I need to deploy, and do I need to regsvr32 them?

Thanks
Find all posts by this user
Quote this message in a reply
04-30-2013, 10:45 AM
Post: #4
RE: DSToSink filter
There are tools to find out which DLLs an exe needs like 'Dependency walker'. Isn't there an option for the m$ compiler you're using to link the DLLs in the exe?
Quote this message in a reply
04-30-2013, 11:06 AM (This post was last modified: 04-30-2013 11:34 AM by ejalbert.)
Post: #5
RE: DSToSink filter
(04-30-2013 10:45 AM)Dave Wrote:  There are tools to find out which DLLs an exe needs like 'Dependency walker'. Isn't there an option for the m$ compiler you're using to link the DLLs in the exe?

This does not exist for .NET (to my knowledge) because .NET DLL and EXE are not really binary files, but CIL, which is .NET code that is interpreted by the runtime Library.

I did not tought to dependency Walker, it's a good idea since Visual Studio have it. I don't know how it works with .NET dll's but I'll try thanks

Dependency Walker does not find anything but MSCOREE.DLL as a dependancy for .NET apps or I don't know how to use it.


Another Information:

I used direchowspy.dll to check my graph in the production computer, and in GraphEdit I see the graph, and my audio out pin is connected like it should be, but there is no sound sample in it. The AudioSource filter is in fact the DSToSink component.

Thanks.
Find all posts by this user
Quote this message in a reply
05-01-2013, 04:50 AM
Post: #6
RE: DSToSink filter
Could you please contact Boian on mitov@mitov.com about this?

Regards,
Dave
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)