Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. setup CLapack with VS2005.NET

setup CLapack with VS2005.NET

Scheduled Pinned Locked Moved C / C++ / MFC
csharphelpvisual-studiodebuggingquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Ming Luo
    wrote on last edited by
    #1

    Hi all: Does anyone ever use clapack with VS2005.NET? It's really pain, I have spent a whole day on it but I still can't make it work. Here is what I have done and the problems, could anyone help me out please? First I copied files "clapack.lib, libF77.lib, libI77.lib, blas.lib" to the "..\Microsoft Visual Studio 8\VC\PlatformSDK\lib" directory, the header files "clapack.h, f2c.h, blaswrapper.h" to the "..\Microsoft Visual Studio 8\VC\PlatformSDK\Include" directory. I copied the sample code from the website of clapack faq 1.9. I added the input libraries to the project by setting the \project\linker\input property. When compile the program, I got the following errors: 1>main.obj : error LNK2019: unresolved external symbol "int __cdecl dgesvd_(char *,char *,long *,long *,double *,long *,double *,double *,long *,double *,long *,double *,long *,long *)" (?dgesvd_@@YAHPAD0PAJ1PAN122121211@Z) referenced in function _main 1>D:\Project\VS2005\clapack_test\CLapack_test\Debug\CLapack_test.exe : fatal error LNK1120: 1 unresolved externals Can anyone help me please??? Thanks very very much!!!

    Asura

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups