I have been using Irricht for about a week and already done some really neat stuff. I am working on a project and I wanted to include some audio. After including Audiere's "audiere.h" when I try to compile Dev-C++ gives me an error saying there is an invalid conversion from int to const wchar_t .the same thing happens with any of the swprintf code from the tutorials.
anyone know what is the problem?
Does audiere also have a function called swprintf?
Thanks!
can't use swprintf when audiere.h is included in project
-
- Posts: 360
- Joined: Tue Feb 10, 2004 2:20 am
- Location: Lubbock, TX
-
- Posts: 360
- Joined: Tue Feb 10, 2004 2:20 am
- Location: Lubbock, TX
-
- Posts: 360
- Joined: Tue Feb 10, 2004 2:20 am
- Location: Lubbock, TX
Thanks!
using tchar.h and the _snwprintf function worked perfectly. By the way audiere is really really really easy to use. I got the hand of it in under 10 minutes and got most of what I needed done in no time!
-
- Posts: 360
- Joined: Tue Feb 10, 2004 2:20 am
- Location: Lubbock, TX