Closed hsdk123 closed 9 years ago
Can you tell me which version of msvc you are using so i can reproduce this error?
@feliwir Thanks for the reply - I'm using Visual Studio 2013
@hsdk123 i use visual studio 2013 aswell, but i don't get this error (when building sfeMovieSample). My guess is that you are trying to use the static lib but you forget about the SFEMOVIE_STATIC macro. Since you are using visual studio you could check how SFE_API is defined in Visibility.hpp?
@feliwir Thanks, that was exactly it :+1:
I realise that when I build my project with sfeMovie, I get the following warnings:
I don't think I should just be disabling the warning for this one - is there anything sfeMovie could do to clear the warnings?