openAL sound init

Started by
2 comments, last by slicer4ever 11 years, 1 month ago

I am trying to get openAL to initialize, I get the following error with the alutInit(0,NULL); command

here is the error I am getting.

Error 18 error LNK2019: unresolved external symbol _alutInit referenced in function _main C:\Users\Phillip\Documents\Visual Studio 2012\Projects\texture\texture\main.obj texture

Advertisement

Nothing to do with OpenGL.......

Direct3D has need of instancing, but we do not. We have plenty of glVertexAttrib calls.

where should I post?

where should I post?

For Beginners.

This is a linker error, make sure you have the correct library's linked to your program.

Check out https://www.facebook.com/LiquidGames for some great games made by me on the Playstation Mobile market.

This topic is closed to new replies.

Advertisement