[Lapackpp-devel] vc++ and lapackpp
Status: Beta
Brought to you by:
cstim
From: Do bi <mrc...@ya...> - 2006-06-29 10:14:10
|
I am using Microsoft Visual Studio version 2.0.50727 Please help me because this is homework and I need todo it to take my exams. Please. I have inserted my questions into the instructions Christian Stimming sent to me: For compiling on Windows with MSVC compiler: 1. Install the .exe setup package( I did this ) but it does not contain any auxiliary libraries BLAS32.DLL and others; 2. Unpack the tar.gz package with the source code: do you mean unzipping the lapackpp-2.4.10.tar file? What do you mean "with the source code", where is it? 3. compile the source code using the provided lapackpp.vcproj MSVC project file, which will also compile two small test programs. You might have to adapt the linker input directories (Project Properties -> Linker -> Input) so that the BLAS32.DLL library can be found. I saw the lapackpp.vcproj, but how do I compile the soucecode with it? When I do "Project Properties -> Linker -> Input" what should i do, add a file, which file or directory? 4. After successfully compiling the DLL, you need to copy the LAPACKPP.DLL file to whatever location you consider appropriate. This can either be your c:\WINNT directory, or the working directory of your actual application that should use lapackpp. Do you mean copying Lapackpp.ddl or addin it through project->properties __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |