El Divendres, 5 de setembre de 2014, a les 17:06:10, Gleb Crazy Sage Igumnov 
va escriure:
> Hello. I'm trying to use poppler in my Qt4 application to open pdfs
> and I've encountered problem. When I try to test load with
> following code:
>  Poppler::Document* doc;
>  QString filename = QFileDialog::getOpenFileName();
>  doc = Poppler::Document::load(filename);
>  delete doc;

Does it crash all the time or only in some files?
Does it crash on linux too?
Do you have a useful backtrace?

Cheers,
  Albert


> 
> my program just crashes at load(filename);
> OS: Windows 7
> Qt 4.8.6 (MinGW compiled)
> MinGW 4.8.2
> Poppler 0.22.3, downloaded from KDE for Windows project.
> 
> Who knows, what can problem be?

_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to