Hello!

I have some plugin (Qt3) and some Application(Qt4). When I try to load plugin I have a message in my stderr "Segmentation Faild". I'm entirely sure that when I creat QLibrary instance I set filename correctly. It's work properly under Windows, but in Linux does not.

Qt Code:
  1. hLib = new QLibrary("classif");
  2. hLib->load(); // <--segmination failure
To copy to clipboard, switch view to plain text mode