Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi and welcome to devnet,
Are you sure you are linking all the required libraries ? Are they all from compatible compilers ?
@jsulm I wrote the error message
Hi,
Thanks for replying, I solved my issue. I was missing some "#include" in different files.
Thanks a lot! solve my problem, it is really easy to foget that!
You can try to add your static libraries like this: LIBS += PATH_TO_LIB_DIR/libLIBNAME.lib
I will try to build it with Visual Studio 2010 tomorrow, and see if that helps!