Re: [racket] planet package with DLLs

2012-10-23 Thread John Clements
On Oct 19, 2012, at 10:32 AM, Michael Wilber wrote: > 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/ Yep, I was going to point to that, too. WRT your ques

Re: [racket] planet package with DLLs

2012-10-19 Thread Michael Wilber
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 writes: > Hi, > > I have a package that I uploaded to planet that de

[racket] planet package with DLLs

2012-10-18 Thread Antonio Menezes Leitao
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 includi