Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LNK2019 Error - AudioClassifier app #38

Open
pauloguerraf opened this issue Jun 13, 2019 · 0 comments
Open

LNK2019 Error - AudioClassifier app #38

pauloguerraf opened this issue Jun 13, 2019 · 0 comments

Comments

@pauloguerraf
Copy link

pauloguerraf commented Jun 13, 2019

When adding

to the AudioClassifier app and trying to compile it using openframeworks 0.10.1 in VisualStudio 2017, I keep getting the following error:

2>FFTFeatures.obj : error LNK2019: unresolved external symbol "public: __thiscall GRT::FFT::FFT(unsigned int,unsigned int,unsigned int,unsigned int,bool,bool)" (??0FFT@GRT@@QAE@IIII_N0@Z) referenced in function "public: void __thiscall GRT::FFT::`default constructor closure'(void)" (??_FFFT@GRT@@QAEXXZ)

I was able to get ofxGtr examples and ofxMaxim examples independently, so I am not sure if this has to do with both Gtr and Maximilian having their own definition of FFT or conflicting in some other way when used together.

I was able to solve most of the linking errors I got at first, but I haven't been able to solve this one yet. Any advice or tip that could help me getting the AudioClassifier app working would be greatly appreciated.

Thank you in advance.

Best,

Paulo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant