Quote Originally Posted by JustaStudent
I found the problem! It is my bad actually, the Vortex library is a C library, not a C++ library.
Then you should use Vortex headers like this:
Qt Code:
  1. extern "C" {
  2. #include <vortex.h>
  3. };
To copy to clipboard, switch view to plain text mode 
Athough it's strange that Vortex authors didn't take care of it.