Re: [Lapackpp-devel] lapackpp-2.4.12.tar.gz
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-08-10 10:20:09
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > I downloaded lapackpp-2.4.12.tar.gz, compiled the vcproj file, do all > the includes and linking, and my programme compiles without error. Then > try to run my exe programme and it crashes and the message reads: > ..exe-Entry Point Not Found > The procedure entry > point?diag@LaTridiagMatDouble@@QQEQQVLavectorDouble@@H@Z could > not be located in dynamic link library lapackpp.dll > I am very brateful for your help. You said compiling *and* *linking* works without error? Then the lapackpp-2.4.12 source code doesn't have an error. The error at run time means that the exe is finding a different (older) version of lapackpp.dll somewhere in your search path. Solution: Check your c:\WINDOWS (or WINNT) directory for a file lapackpp.dll (only the file with "pp", not the ones without!) and if it is older than the one you newly compiled from lapackpp-2.4.12.tar.gz, then replace it with the newly compiled one. Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRNsIQGXAi+BfhivFAQIwkQP/ZwhYyw82ZOHuCNVxjQxD2z+aDw1fKGFo s5jGiobFlNkTTap9fKsGCyxT9fUax3sYxVw8DlRD0zpYIjS2Bg480dY1O9RJlsVq Gv0fXY8r8vyX55wy8UJelGF1ZKBX/NJFgLqrYSo3T56jdPcbVhR4DYlRGDyiD2bg 42+xMiXFHvU= =vkvf -----END PGP SIGNATURE----- |