You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing this issue on VS10 Ultimate.
This is the procedute I apply:
Go to: DSPFilter\shared\DSPFilters\Builds\VisualStudio2010\DSPFilters.sln and compile it --> I get the .lib file
In my solution: Properties-->Configuration properties --> VC++ Directories: link the library and the include directories.
a. DSPFilter_FR\shared\DSPFilters\include
b. DSPFilters-Output\Products\Win32Debug
In the main.h file I add:
#include "DspFilters\Butterworth.h"
#include "DspFilters\Dsp.h"
It compiles without problems. Instead, when I run it, I get the error. However, if I comment the m_lpFilter variable declaration, it runs without any problem.
Can you help me on solving this issue?
Thanks in advance,
Flavio
The text was updated successfully, but these errors were encountered:
Hi,
I am facing this issue on VS10 Ultimate.
This is the procedute I apply:
a. DSPFilter_FR\shared\DSPFilters\include
b. DSPFilters-Output\Products\Win32Debug
#include "DspFilters\Butterworth.h"
#include "DspFilters\Dsp.h"
Dsp::SimpleFilter<Dsp::Butterworth::LowPass <4>,10> m_lpFilter;
It compiles without problems. Instead, when I run it, I get the error. However, if I comment the m_lpFilter variable declaration, it runs without any problem.
Can you help me on solving this issue?
Thanks in advance,
Flavio
The text was updated successfully, but these errors were encountered: