[mpir-devel] Re: Runtime Library (MSVS)

2010-01-04 Thread Cactus
On Jan 4, 8:21 pm, techtech wrote: > On Jan 3, 1:55 pm, Cactus wrote: > > > But you could force a link by adding > > /FORCE:multiple > >     Brian > > Useful trick, thanks.  I also discovered how to use dumpbin to > determine which MS runtime library was requested by a .lib or .dll. > (See:http

[mpir-devel] Re: Runtime Library (MSVS)

2010-01-04 Thread techtech
On Jan 3, 1:55 pm, Cactus wrote: > But you could force a link by adding > /FORCE:multiple >     Brian Useful trick, thanks. I also discovered how to use dumpbin to determine which MS runtime library was requested by a .lib or .dll. (See: http://www.davidlenihan.com/2008/01/choosing_the_correct_c

[mpir-devel] Re: Runtime Library (MSVS)

2010-01-03 Thread Cactus
On Jan 3, 7:32 pm, techtech wrote: > On Jan 3, 12:25 pm, Cactus wrote: > > > If you have a small example that fails to link, I will be happy to > > have a look at it. > > >    Brian > > Unfortunately my app depends on several third-party libraries like SDL > and Boost.  I'm stuck in the middle

[mpir-devel] Re: Runtime Library (MSVS)

2010-01-03 Thread techtech
On Jan 3, 12:25 pm, Cactus wrote: > If you have a small example that fails to link, I will be happy to > have a look at it. > >    Brian Unfortunately my app depends on several third-party libraries like SDL and Boost. I'm stuck in the middle trying to guess which lib is truly the cause of the

[mpir-devel] Re: Runtime Library (MSVS)

2010-01-03 Thread Cactus
On Jan 3, 6:05 pm, Shawn Yarbrough wrote: > On Sun, Jan 3, 2010 at 11:57 AM, Cactus wrote: > > Do you need the C++ library? > > >   Brian > > Yes, I'm statically linking with MPIR's C++ library, and I have all of > MPIR's non-DLL projects using the same "Multi-threaded Debug DLL > (/MDd)" setti

Re: [mpir-devel] Re: Runtime Library (MSVS)

2010-01-03 Thread Shawn Yarbrough
On Sun, Jan 3, 2010 at 11:57 AM, Cactus wrote: > Do you need the C++ library? > >   Brian > Yes, I'm statically linking with MPIR's C++ library, and I have all of MPIR's non-DLL projects using the same "Multi-threaded Debug DLL (/MDd)" setting for Runtime Library. Same as my application. =Shawn

[mpir-devel] Re: Runtime Library (MSVS)

2010-01-03 Thread Cactus
On Jan 3, 5:42 pm, techtech wrote: > Can anyone tell me if MPIR works under Microsoft Visual Studio 2008 > with the "Multi-threaded Debug DLL (/MDd)" setting for Runtime > Library? > > MPIR's projects for VS 2008 use the non-DLL setting of "Multi-threaded > Debug (/MTd)".  I can build the MPIR l