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

Fixed pointer to source inside std::string #7

Closed SoylentGraham closed 10 years ago

SoylentGraham commented 11 years ago

Removed the dirty cast which didn't work (pointed at bad address, perhaps std:: non-string data) in my build. Maybe vis studio doesn't resolve the const char* operator in the same way as gcc. Either way, source loads now.