Reading closer though your error list above, that is a link error rather than a compile error. This would suggest that the path to the includes and libraries are not pointing to the same version. When you download the package mentioned above make sure your include path and your library path in the compiler both point to the items from that download and that you remove any conflicting paths that you may have already configured.
|