Click here to Skip to main content
15,908,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 5:57
rechmbrs16-Dec-08 5:57 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Code-o-mat16-Dec-08 6:16
Code-o-mat16-Dec-08 6:16 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Randor 16-Dec-08 6:35
professional Randor 16-Dec-08 6:35 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Code-o-mat16-Dec-08 6:41
Code-o-mat16-Dec-08 6:41 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Randor 16-Dec-08 7:12
professional Randor 16-Dec-08 7:12 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 7:43
rechmbrs16-Dec-08 7:43 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 7:45
rechmbrs16-Dec-08 7:45 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 7:42
rechmbrs16-Dec-08 7:42 
I started with a dll and a def file originally and tried lib.exe to make a lib file which it did but the dll code was not included.

I did this:
In order to link to these .dll files from Visual C++, you need to
create .lib "import libraries" for them, and can do so with the "lib"
command that comes with VC++. In particular, run:
lib /machine:i386 /def:libfftw3-3.def
lib /machine:i386 /def:libfftw3f-3.def
lib /machine:i386 /def:libfftw3l-3.def


libfftw3f-3.lib is a small file about 200k whereas the dll is 2mb so I didn't get a useful lib.

Is there something else I need to do? I know zilch about windows coding and VC2005 usage other than the c and c++ code I've done with projects from others. Original file I received libfftw3.lib was a double version and when I asked for float they sent dll and def and stated they didn't have lib for float.

Thanks so much for your patience and help.

RON C

Ronald E Chambers

GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs17-Dec-08 8:37
rechmbrs17-Dec-08 8:37 
Questionhelp finishing a program overloaded hospital Pin
SoniaHernandez16-Dec-08 3:36
SoniaHernandez16-Dec-08 3:36 
QuestionRe: help finishing a program overloaded hospital Pin
CPallini16-Dec-08 4:02
mveCPallini16-Dec-08 4:02 
AnswerRe: help finishing a program overloaded hospital Pin
David Crow16-Dec-08 4:08
David Crow16-Dec-08 4:08 
Questioncomputer name length issue Pin
George_George16-Dec-08 1:27
George_George16-Dec-08 1:27 
AnswerRe: computer name length issue Pin
Jijo.Raj16-Dec-08 1:50
Jijo.Raj16-Dec-08 1:50 
GeneralRe: computer name length issue Pin
George_George16-Dec-08 2:07
George_George16-Dec-08 2:07 
GeneralRe: computer name length issue Pin
Jijo.Raj16-Dec-08 2:28
Jijo.Raj16-Dec-08 2:28 
GeneralRe: computer name length issue Pin
George_George17-Dec-08 1:54
George_George17-Dec-08 1:54 
AnswerRe: computer name length issue Pin
CPallini16-Dec-08 1:51
mveCPallini16-Dec-08 1:51 
GeneralRe: computer name length issue Pin
George_George16-Dec-08 2:08
George_George16-Dec-08 2:08 
AnswerRe: computer name length issue Pin
Randor 16-Dec-08 2:02
professional Randor 16-Dec-08 2:02 
GeneralRe: computer name length issue Pin
George_George16-Dec-08 2:10
George_George16-Dec-08 2:10 
GeneralRe: computer name length issue Pin
Randor 16-Dec-08 2:34
professional Randor 16-Dec-08 2:34 
GeneralRe: computer name length issue Pin
George_George17-Dec-08 2:05
George_George17-Dec-08 2:05 
GeneralRe: computer name length issue Pin
Luc Pattyn16-Dec-08 2:45
sitebuilderLuc Pattyn16-Dec-08 2:45 
GeneralRe: computer name length issue Pin
George_George17-Dec-08 1:55
George_George17-Dec-08 1:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.