Re: directsound help
- From: "Chris P. [MVP]" <msdn@xxxxxxxxxxxx>
- Date: Thu, 14 Apr 2005 10:43:59 -0400
On Wed, 13 Apr 2005 18:02:03 -0700, enz0 wrote:
> Hi I wrote a program to record data from the sound card and it compiles and
> runs fine on my computer and one other computer so far. But nearly every
> other computer i've tried to execute the program on, gives a windows error
> stating " application failed to initialize ..etc"
> all the computers were running windows xp pro sp2 with direct x 9. I tried
> running both the debug and release version of the program.
> any suggestion as to why this might be or what im doing wrong would be
> appreciated
If your application is dynamically linked to the VC runtime and/or MFC then
you need to ship those DLL's along with your application. For VC 6 this is
MSVCRT.DLL and if you used MFC MFC42.DLL. For VC 7.1 (.NET 2003) these are
MSVCR71.DLL, MSVCP.DLL and for MFC MFC71.DLL. Otherwise the easy solution
is to set your project to statically link to these libraries.
You haven't provided full details of the problem so I can't be sure that
this is what is happening, but give it a shot. Otherwise come back with
more detailed information.
.
- Follow-Ups:
- Re: directsound help
- From: enz0
- Re: directsound help
- References:
- directsound help
- From: enz0
- directsound help
- Prev by Date: directsound help
- Next by Date: Re: Capturing from 2 secondarybuffers
- Previous by thread: directsound help
- Next by thread: Re: directsound help
- Index(es):
Relevant Pages
|