In the file ofxhPluginCache.cpp, it's written :
But in the documentation, it's written "Win32" with an uppercase first letter.
Log in to post a comment.
In the file ofxhPluginCache.cpp, it's written :
elif defined (WINDOWS)
ifdef WIN64
define ARCHSTR "win64"
else
define ARCHSTR "win32"
endif
But in the documentation, it's written "Win32" with an uppercase first letter.