We have a midi.cpp which includes midi_synth.h
this h file declares a class and this class inlines a open method
Now the linker doesn't recognize this open method when called by another method inside midi.cpp
What would I do?
Thanks
Jack
Printable View
We have a midi.cpp which includes midi_synth.h
this h file declares a class and this class inlines a open method
Now the linker doesn't recognize this open method when called by another method inside midi.cpp
What would I do?
Thanks
Jack
Show a minimal code example that shows the same error.
Kurt