C++ Stringstream data type causing core dump

Boomn4x4

New Member
I have a C++ shared object library ( that WAS working at one point ) that is being called from Progress. If I go so far as to even declare a data type "stringstream" in the C++ library, Progress core dumps with the following stderr out message:
"SYSTEM ERROR: Memory violation. (49)
** Save file named core for analysis by Progress Software Corporation (439)."

Any ideas as to what is going on... like I said the code was working fine. All I did was move some of the source code around. I'm at a loss.
 
Top