- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Everyone!
I am a new Intel Fortran user having previously been using the CVF v.6.6 Fortran compiler. I am trying to do something fairly simple in the visual environment and can not seem to get it to work. I have a small test code that uses the FFTW libraries (yes, I know that they are included in the MKL but I will eventually be using libraries that are not), libfftw3-3.lib and libfftw3-3.dll. I first opened up my past project using the MVS and it converted the CVF project to the new system and it compiled and ran perfectly. I then tried, in another directory, to create the project myself in the visual environment and I can get it to compile and link without errors but during runtime, I get the following error,
Unable to Locate Component
"This application has failed to start because libfftw3-3.dll was not found. Re-installing the application may fix this problem."
What do I have to do to have the program find the .dll file?
Thank you very much in advance for your time. Any help you can provide would be greatly appreciated!
Sincerely,
David
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Windows looks for DLLs in the following locations:
- Current default directory
- Directory containing the executable file
- Directories listed in the PATH environment variable
- Windows folder
- Windows System folder
You will need to make sure that your DLL is in one of these locations.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page