elliotwoods / ofxCanon

openFrameworks addon for control and capture from Canon DSLR's via the EDSDK
37 stars 11 forks source link

Does not compile under VS2017 and of 0.10 #5

Closed brinoausrino closed 4 years ago

brinoausrino commented 6 years ago

When I try to compile the addon in VS2017 with the current oF version errors like

Severity    Code    Description Project File    Line    Suppression State
Error   C3203   'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file ..\..\..\addons\ofxCanon\src\ofxCanon\Device.cpp)   exampleLiveView c:\dev\reddo-products\addons\ofxcanon\src\ofxcanon\device.h 218 

and some ‘identifier not found’ issues occur.

Is there any plan to make the software ready for the new of version?

elliotwoods commented 4 years ago

Resolved a while ago