Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > irrKlang
??() can not find bounds of function

drvds
Guest
Quote
2013-10-13 10:20:48

Hello

I am using gcc 4.7 on windows 7 and Irrklang 1.4.0
my dlls:

irrKlang.dll - 636kb
ikpFlac.dll - 205kb
ikpMP3.dll - 378kb

The problem is, that although I can start the engine, when i step through it with the debugger (gdb) & codeblocks, I get an exceptions when it gets to the startrecordingbufferedaudio().

http://postimg.org/image/3o1rud43l/


include "irrKlang.h"

using namespace std;
using namespace irrklang;

ISoundEngine* engine; // for playback
IAudioRecorder* recorder; // for recording

void setup()
{
engine = createIrrKlangDevice();
recorder = createIrrKlangAudioRecorder(engine);
engine->addSoundSourceFromFile("Hallo.wav",ESM_NO_STREAMING,true);
}

int main()
{
setup();
recorder->startRecordingBufferedAudio();
engine->play2D("Hallo.wav");
cout << "Hello world!" << endl;
recorder->stopRecordingAudio();
return 0;
}



drvds
Guest
Quote
2013-10-13 10:42:12

and by the way I am using the irrKlang for MingW gcc 4.7 update


erik
Registered User
Quote
2013-10-14 21:29:38

Hm, is this really an exception? To me, it looks like this just means that the debugger doesn't know how to debug that particular kind of code?


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "I?ternational" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact