Windows Forms and OpenAL

Started by
-1 comments, last by Null537 17 years, 5 months ago
Hi all, I am trying to make a very simple program that uses OpenAL and Windows Forms (using c++). I am using VS2005 as my IDE. My original idea was to test the two out by creating a form with "play" "pause" and "stop" buttons, and then have events that use the correct function within OpenAL. I am wondering if anyone has done this, and if they have any suggestion on how to go about it (or any tutorials). I attempted modifying one of the OpenAL sample projects and adding the code to the Windows Forms project (and including the correct headers), but this seemed to cause a lot more problems then was right. I can post code and errors, and I will if someone doesn't have a better idea. Thanks, Scott

This topic is closed to new replies.

Advertisement