memo / ofxMSAOpenCL

C++ openFrameworks addon for very simple to use wrapper for OpenCL. All underlying openCL objects are accessible to allow advanced features too if need be
http://www.memo.tv/ofxmsaopencl/
Other
88 stars 35 forks source link

runtime error with OF 0.9.0 on win10 #17

Open yangyangcv opened 8 years ago

yangyangcv commented 8 years ago

after digging into the source, i find that the error comes from line 121 of MSAOpenCLProgram.cpp Options = "-I \"" + ofToDataPath("") + "\" " + options; I guess it's because the new realization of ofToDataPath()