openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

nightly build version missing the rtaudio.dll #8114

Closed liquidzym closed 2 weeks ago

liquidzym commented 2 months ago

the lastest nightly build vs version seems missing the rtaudio.dll i.e complied and running the default audioinputexample

dgonzalezt commented 2 months ago

Yes, I have detected the same problem. On Windows with visual studio 2022, you just need to add an object ofSoundStream type and you can't run the application because of the missing dll.

NickHardeman commented 3 weeks ago

Same is happening for me too. pinging @danoli3

danoli3 commented 3 weeks ago

Top priority

On Thu, 31 Oct 2024 at 2:10 pm, Nick Hardeman @.***> wrote:

Same is happening for me too. pinging @danoli3 https://github.com/danoli3

— Reply to this email directly, view it on GitHub https://github.com/openframeworks/openFrameworks/issues/8114#issuecomment-2448930201, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGK2HGRIOJ5XUSY5H6DN4LZ6GNQ5AVCNFSM6AAAAABNZ5I2JOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBYHEZTAMRQGE . You are receiving this because you were mentioned.Message ID: @.***>

danoli3 commented 3 weeks ago

Okay fixed. There is no spoon... I mean DLL... there never was.

danoli3 commented 3 weeks ago

image

Apothecary patch to no shared

NickHardeman commented 2 weeks ago

Hah! @danoli3 thank you for the quick fix :)