Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8546705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:05:47+00:00 2026-06-11T13:05:47+00:00

I am trying to get a simple project working with FFTW in Visual Studio

  • 0

I am trying to get a simple project working with FFTW in Visual Studio 2010. I am having trouble linking the library.

I’ve created 64 bit .lib files as directed on their Windows page

I unzipped the 64 bit version of their download and ran the specified tools in that directory. I’ve unzipped it in a folder called “fftw” as a sibling of my project.

In Visual Studio I’ve created a C++ Console App with all the defaults. The default build type is Debug Win32. I’ve added this line to Configuration Properties→Linker:
C:\Users\XXXXX\Documents\Visual Studio 2010\Projects\fftw\libfftw3-3.lib

I’ve also added libfftw3-3.lib to Configuration Properties→Linker→Input and tried a full path there.

I include StdLib complex and FFTW:

#include <complex>
#include "..\..\fftw\fftw3.h"

My main function just has their example code:

int _tmain(int argc, _TCHAR* argv[])
{
  const int N = 1024;
  fftw_complex in[N], out[N];
  fftw_plan p;
  p = fftw_create_plan(N, FFTW_FORWARD, FFTW_ESTIMATE);
  fftw_one(p, in, out);
  fftw_destroy_plan(p);  
  return 0;
}

When I try to build I get this:

1>------ Build started: Project: FFTTest, Configuration: Debug Win32 ------
1>  FFTTest.cpp
1>c:\users\XXXXX\documents\visual studio 2010\projects\ffttest\ffttest\ffttest.cpp(34): error C3861: 'fftw_create_plan': identifier not found
1>c:\users\XXXXX\documents\visual studio 2010\projects\ffttest\ffttest\ffttest.cpp(36): error C3861: 'fftw_one': identifier not found
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Can someone show me the error in my ways?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T13:05:48+00:00Added an answer on June 11, 2026 at 1:05 pm

    Found it: fftw_create_plan() and fftw_one() are functions that have been removed from FFTW3.

    You might have got the code from FFTW2 tutorial, see the FFTW3 tutorial instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get unicode working on windows in a visual studio 2k8
I've been trying to get the CEDET working with a simple project for the
I have a created a simple doctrine2/zend skeleton project and am trying to get
I'm trying to get a simple winsock program working, so I create my socket
So i am trying to get a simple system working where i have an
I'm trying to get simple code working, unfortunately I'm a python beginner. My script
I'm trying to get a simple example working using gSoap, for VS2008. I've done
I'm trying to get Blueprint (SCSS-Syntax) working with my Rails (3.1) project. To keep
I am trying to get a simple helloworld test project going so I can
I'm trying to get a trivial Django project working with Passenger on Dreamhost, following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.