OpenAL32.dll - Where to put the dll?

Monkey Forums/Monkey Programming/OpenAL32.dll - Where to put the dll?

Amon(Posted 2012) [#1]
Where do I put the OpenAL32.dll?

I don't want it in my system32 folder, instead I would like to ship it with my GLFW App/Game.

Problem is no matter what folder I put it in, project wise, the compiler still complains that it can't find it.


smilertoo(Posted 2012) [#2]
no idea but youre a step ahead of me, i cant get glfw to work.


Goodlookinguy(Posted 2012) [#3]
Take a look in this thread: http://www.monkeycoder.co.nz/Community/posts.php?topic=88 , specifically, this post http://www.monkeycoder.co.nz/Community/post.php?topic=88&post=965


Amon(Posted 2012) [#4]
Thanks, GoodLG!

I can proceed now thanks to your link! :)


smilertoo(Posted 2012) [#5]
Fixed my problem with glfw, the problem was that xna installs VS c#, and glfw needs VS c++...so i installed that as well.