Hello guys, I'm having some problem and it's hard to me solve it. I'm using the BackgroundWorker component. But when call the funciont:
backgroundWorker1->RunWorkerAsync();
I need to pass in argument my class called VideoFile. But it need that I passe this object types:
System::Object^
Have some way to pass this class in argument, inside this object type??
and, sorry my bad english.