Click here to Skip to main content
15,885,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all

Fist of all i am sorry about this question but i need your help!!!
I had also problem with subwindows in OpenGL and you solved my problem, THANK YOU CODEPROJECT :)

I have to add sound in my OpenGL project could some help me with this!

I cant add sound in OpenGL even in C++!
I have seen examples by using PlaySound() method in c++ but i couldn't make it work!!

Could you give any link that can help or something else!!!

I know that is not a good question :(
Thank you
Posted

1 solution

OpenGL is meant for rendering graphics only.

Have a look at OpenAL if you are developing a cross-platform application. You can also use DirectSound (part of DirectX API) if you are developing a Windows only application.
 
Share this answer
 
Comments
Member 10470363 29-Dec-13 15:12pm    
Please help me out how do i add sound to my project in c# and opengl

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900