ofxMovieExporter
ofxMovieExporter copied to clipboard
getting it to work on windows
hi, and thanks for the addon, i used this addon on visual studio 2010.
- missing were
#include <inttypes.h>
, found it here and dumped it to the addon root. (or anywhere the compiler can find, i use procmon.exe for detecting "files not found") - second error was regarding "common.h : error C3861: 'UINT64_C': identifier not found" > google led me to add a
#define __STDC_CONSTANT_MACROS
to common.h - then i added the Dlls from the supplied .\ofxMovieExporter\vs2010_copy_to_export\ to my bin folder
- profit