We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code generates the following error
ofxGVF-ExampleDebug(60717,0x4ad21a8) malloc: *** error for object 0x1: pointer being freed was not allocated
int main( ){ ofxGVF gvf; return 0; }
my setting is following
The text was updated successfully, but these errors were encountered:
What is the compilation command? If outside of ofx, try: #define OPENFRAMEWORKS 0
#define OPENFRAMEWORKS 0
Sorry, something went wrong.
No branches or pull requests
The following code generates the following error
include "ofxGVF.h"
int main( ){
ofxGVF gvf;
return 0;
}
my setting is following
define OPENFRAMEWORKS 1
define BOOSTLIB 0
define OPTIMISD 0
define VDSPOPTM 0
define GESTLEARNT 8
The text was updated successfully, but these errors were encountered: