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

Debug assertion failed! I only declare a filter object. #35

Open
FlavioRaschella opened this issue Apr 20, 2017 · 0 comments
Open

Debug assertion failed! I only declare a filter object. #35

FlavioRaschella opened this issue Apr 20, 2017 · 0 comments

Comments

@FlavioRaschella
Copy link

Hi,

I am facing this issue on VS10 Ultimate.
This is the procedute I apply:

  1. Go to: DSPFilter\shared\DSPFilters\Builds\VisualStudio2010\DSPFilters.sln and compile it --> I get the .lib file
  2. 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
  3. In the main.h file I add:
    #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

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