[racket] planet package with DLLs

From: Michael Wilber (mwilber at uccs.edu)
Date: Fri Oct 19 13:32:59 EDT 2012

I'm not sure about the msvcp100.dll problem, but clements/portaudio
distributes PortAudio for windows clients:
http://planet.racket-lang.org/package-source/clements/portaudio.plt/3/1/

See the lib/ folder.

Antonio Menezes Leitao <antonio.menezes.leitao at ist.utl.pt> writes:
> Hi,
>
> I have a package that I uploaded to planet that depends on
> some DLLs. I included these DLLs in the package but they,
> in turn, depend on the presence of the C++ runtime DLLs,
> namely msvcp100.dll which some systems already have
> and some others don't.
>
> What is the recommended practice for including DLLs with
> planet packages so that users can simply require the planet
> package and everything gets installed properly?
>
> Is there a planet package that already solves this problem
> that I can study?
>
> Best,
> António.
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users


Posted on the users mailing list.