I have a project here [rapidshare.com]
You first need to compile and build “imagelib”, then “CxImage” (which is inside of PCXFilter), and then PCXFilter (since it requires the libraries from the other two). I have made them in Qt Creator 2.4.1 which is based on Qt 4.7.4 (32 bit) minGW compiler v4.4.
When I start to compile PCXFilter, it compiles OK, but then gives me this error: “Undefined reference to `_imp___ZN7CxImageC1Ej’” and a bunch of others like that, even though I have linked it in the PCXFilter’s .pro file. Maybe I am just doing it wrong. Does anyone mind taking a look at it, and telling me whats wrong. All the paths are set up properly for the outputs. So you can easily just build these project in the given order and you will encounter the same error.
↧