Hi,


In a worker thread i have a method Doing and would like to call a method named Move_EntradaToBaseline that to be in other thread ... Especificaly ... the thread where i created the worker thread ...

I did it ... but i receive a "Violation" message when the method Move_EntradaToBaseline tried to use a single object CString.

Someone can help me ?