A
Active8
I put the bare essentials in a console app.
http://home.earthlink.net/~mcolasono/tmp/degub.zip
Opening output.fft and loading it into a vector<float> screws
up, but input1.dat doesn't. It does load the vector, too. It just
craps out when you return to the console, or in a [wx]Windows app,
the message loop. I think it has something to do with the
vector<float> going out of scope and trying to free memory, but
don't know why it would do that. The fft file is 512 floats and I
converted the actual values (which came out of the vector which
crashed, BTW) to test.txt.
I did it in VC++. Maybe another compiler or OS won't have a prob
with it.
I'd appreciate it if someone could try it out and see what happens.
Thanks in advance.
http://home.earthlink.net/~mcolasono/tmp/degub.zip
Opening output.fft and loading it into a vector<float> screws
up, but input1.dat doesn't. It does load the vector, too. It just
craps out when you return to the console, or in a [wx]Windows app,
the message loop. I think it has something to do with the
vector<float> going out of scope and trying to free memory, but
don't know why it would do that. The fft file is 512 floats and I
converted the actual values (which came out of the vector which
crashed, BTW) to test.txt.
I did it in VC++. Maybe another compiler or OS won't have a prob
with it.
I'd appreciate it if someone could try it out and see what happens.
Thanks in advance.