Open goofy2k opened 3 years ago
For tracks.cpp it resolves the following error:
../main/track.cpp:98:9: error: 'jdks_safe_delete_object' was not declared in this scope jdks_safe_delete_object( chunk[i] );
This is because utils.h defines the jdks_safe_delete_object procedure
Added
include "jdksmidi/utils.h" //FCKX
to all jsdksmidi <>.cpp files in the project.
Apparently the inclusion in world,h does not work....