Thanks for trying it out. Did you get an error as well? If so, how soon can I expect (if at all) this to be fixed?
Thanks again for the awesome sound engine.
Search found 5 matches
- Sun Apr 08, 2007 7:16 am
- Forum: Game Programming
- Topic: Multithreading and IrrKlang
- Replies: 6
- Views: 2554
- Thu Mar 29, 2007 12:38 am
- Forum: Game Programming
- Topic: Multithreading and IrrKlang
- Replies: 6
- Views: 2554
- Sat Mar 24, 2007 1:54 am
- Forum: Game Programming
- Topic: Multithreading and IrrKlang
- Replies: 6
- Views: 2554
Multithreading and IrrKlang
Ok, so I'm using IrrKlang as the sound engine for my game, and everytime I load something, I load on a seperate thread, while the main thread has a loading animation. Anyways, for some reason. Whenever I try to call one of IrrKlang's functions from a different thread that originally created the ...
- Fri Mar 02, 2007 4:22 am
- Forum: Game Programming
- Topic: Static Library Problems
- Replies: 2
- Views: 1737
- Fri Mar 02, 2007 2:58 am
- Forum: Game Programming
- Topic: Static Library Problems
- Replies: 2
- Views: 1737
Static Library Problems
Ok, I've been making a game for a while and have been dreading having to add the sound since day 1. But then I found irrKlang, and it's been working without a hitch, except I can't seem to figure out how to get the static library thing to work. I #defined IRRKLANG_STATIC before I #included the ...