[Spuc-users] Reed Solomon Encoder
Brought to you by:
spuc
|
From: Toni C. <tca...@go...> - 2005-11-28 14:09:32
|
Hi, I am using the SPUC libraries under Visual C++ 6.0. I had some problems compiling and linking them but I found a way to sort it out. But, I get an error when I am using the 'reed_solomon' class to encode a binary source of data. When I initialize my variable I get an assertion error. This is the code I am using to initialize it: SPUC::reed_solomon rsEncoder(8, 16); //Reed-Solomon(255, 223) When Visual C++ executes this line I get an assertion error in Array1D<T>::destroy_() function. Does anyone know how to solve this problem? Toni |