Skip to content

3 thoughts on “(English) Using Eigen Linear Algebra Library with Visual C++ 2010 Express 64bit

  1. Dietmar Warning says:

    Hello,

    is it really true that you can link a 64bit Version including openMP?

    If I try to do so with an other Project I got an link error that vcomp.lib was not found. 32 bit linking is OK. I am using VC Studio 2010 Express with SDK 7.1 enabled and same configuration like in your Project.

    Any hints?

    Thanks

    Dietmar

      • Dietmar Warning says:

        Thanks for answering. Yes, it seems that some files are missing as described in the Microsoft Report. But using the SP1 update did not Change the Situation. Don’t know why.

        If I look in your link.read.1.log file from dropbox I see:

        C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\BIN\X86_AMD64\C2.DLL
        C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\LIB\AMD64\MSVCPRT.LIB
        C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\LIB\AMD64\MSVCRT.LIB
        C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\LIB\AMD64\OLDNAMES.LIB
        C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\LIB\AMD64\VCOMP.LIB

        All the files I have except the AMD64\VCOMP.LIB. (And perhaps the .dll too!)

        Best Regards

        Dietmar

Comments are closed.