I escaped the backslash.
But the main problem was the Handler. I noticed that the handler was never set, so i changed the file extension to "jpg":
if (!strcmp(handler->convFilter.fileDescs[i].extension, "jpg" )) { ....
and it worked.
But i dont want the progress bar. How can i deactivate it?
Thanks so far.