Skip to content

Build errors with Short and Open #25

@rob-belcham

Description

@rob-belcham

Using Short or Open generates a build error:

chowdsp_wdf\include\chowdsp_wdf\wdf\wdf_nonlinearities.h(76,19): error C2039: 'b': is not a member of 'chowdsp::w
df::Short' [build\TD_Model.vcxproj]
(compiling source file '../src/main.cpp')
third_party\chowdsp_wdf\include\chowdsp_wdf\wdf\wdf_nonlinearities.h(56,11):
see declaration of 'chowdsp::wdf::Short'
third_party\chowdsp_wdf\include\chowdsp_wdf\wdf\wdf_nonlinearities.h(76,19):
the template instantiation context (the oldest one first) is
src\DiodeClipper.h(80,37):
see reference to class template instantiation 'chowdsp::wdf::Short' being compiled
third_party\chowdsp_wdf\include\chowdsp_wdf\wdf\wdf_nonlinearities.h(74,18):
while compiling class template member function 'T chowdsp::wdf::Short::reflected(void) noexcept'
with
[
T=double
]

third_party\chowdsp_wdf\include\chowdsp_wdf\wdf\wdf_nonlinearities.h(76,30): error C2039: 'a': is not a member of 'chowdsp::w
df::Short' [build\TD_Model.vcxproj]
(compiling source file '../src/main.cpp')
third_party\chowdsp_wdf\include\chowdsp_wdf\wdf\wdf_nonlinearities.h(56,11):
see declaration of 'chowdsp::wdf::Short'

third_party\chowdsp_wdf\include\chowdsp_wdf\wdf\wdf_nonlinearities.h(77,26): error C2039: 'b': is not a member of 'chowdsp::w
df::Short' [build\TD_Model.vcxproj]
(compiling source file '../src/main.cpp')
third_party\chowdsp_wdf\include\chowdsp_wdf\wdf\wdf_nonlinearities.h(56,11):
see declaration of 'chowdsp::wdf::Short'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions