Re: directsound help





"Chris P. [MVP]" wrote:

> On Sat, 16 Apr 2005 19:07:02 -0700, enz0 wrote:
>
> > "Chris P. [MVP]" wrote:
> >>
> >> It's in the "Platform SDK" not the DirectX SDK. You just need the "Core
> >> SDK" part of it to get the tools, it will be in the Bin directory once
> >> installed. Follow this link:
> >>
> >> http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
> >>
> > awesome you are awesome thanks again
> >
> > it showed mscoree.dll was missing and the error i got when i included it was
> > that it needed to install the .net framework.
> > from what you have seen in the code do you believe the framework is
> > necessary. Is there a compiler option to get around this or should the
> > distribution jsut have a intaller pakage of the .net framework.
> >
> > Again thanks for your help
>
> That's most strange. I didn't see indicated anywhere that you were using
> managed code, perhaps you just chose the wrong option when you created your
> project?
>
> Under your project properties, Linker settings, Input, Additional
> Dependencies, what libraries are listed there? Perhaps there is something
> listed that doesn't need to be there.
>
> -Chris
>

comctl32.lib dxerr9.lib winmm.lib d3dx9dt.lib dsound.lib dxguid.lib
odbc32.lib odbccp32.lib

i wasnt sure which ones i needed so i copied and pasted all from the
directsound c++ sample.
In retrospect it was probably a bad idea
.



Relevant Pages

  • Re: directsound help
    ... > that it needed to install the .net framework. ... Is there a compiler option to get around this or should the ... > distribution jsut have a intaller pakage of the .net framework. ... Under your project properties, Linker settings, Input, Additional ...
    (microsoft.public.win32.programmer.directx.audio)
  • Comparing Managed and unmanagged
    ... managed code from .net framework). ... But isn't that also true for MFC applications, ... wouldn't that risk portability? ...
    (microsoft.public.dotnet.framework)
  • Re: unable to run managed code in CE 6 beta
    ... I rebuilt with the RTM version, and managed code just worked after ... compact framework is appearing in my catalog, so I think that part is ... The .NET Framework version 2.0 does not appear in the Platform Builder ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Going back to Delphi 7
    ... "While the .NET Framework hasn't been around for a long period of time (shiping ... how we plan to use managed code in the future." ... Windows Client ... Windows Server System ...
    (borland.public.delphi.non-technical)
  • Re: orcas related
    ... The .NET framework is fundamentally a huge library of error free classes ... to process what is called "managed code". ... that about 1000 professional programmers are working in the .NET project. ...
    (microsoft.public.vstudio.general)

Loading