That's interesting. Can you give us a selection of some of the symbols
it thinks are already defined?

Bill.

2010/1/9 techtech <shawn.yarbro...@gmail.com>:
> On Jan 9, 1:36 am, Cactus <rieman...@googlemail.com> wrote:
>> Originally you had many more symbol problems - how were these removed
>> - does this give any clues about this final one?
>
> What's the correct way to link with mpir.lib in Visual Studio?  The
> readme.txt file doesn't say much except "add the MPIR and/or the
> MPIR C++ static libraries to the application build process".  I added
> mpirxx.lib and mpir.lib into my project's properties under Linker/
> Input/Additional Dependencies, using direct paths to those two .lib
> files.
>
> I've created a minimal project triggering my problem, see below.
>
> My minimal project links with the G3D graphics engine and with MPIR.
> If I comment out the G3D lines, it builds.  If I comment out the GMP
> lines, and also remove mpirxx.lib and mpir.lib from the project
> settings, it builds.  (G3D uses header pragmas to specify the .lib
> files meaning I never need any G3D .lib settings in my project.)
>
> If I leave the minimal project as you see below, build fails with many
> "already defined" errors from MSVCPRTD.LIB and an "unresolved external
> symbol" related to locales.
>
> Please help if you can!
>
>
> // link.cpp
>
> #include <G3D/G3DAll.h>
> #include <gmpxx.h>
>
>
> int main( int argc, char *argv[] )
> {
>        GApp g3dapp;
>        mpz_class mpz;
> }
>
> --
> You received this message because you are subscribed to the Google Groups 
> "mpir-devel" group.
> To post to this group, send email to mpir-de...@googlegroups.com.
> To unsubscribe from this group, send email to 
> mpir-devel+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/mpir-devel?hl=en.
>
>
>
>
-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.


Reply via email to