VS2005 compiler compatibility issue with VLC1.1.4
Posted: 08 Nov 2010 16:52
Good morning,
I finally got VLC1.1.4 to work with my stand alone MFC C++ project (using VS2008 with SP1). However, when I try to embed VLC with an existing project that was developed with VS2005-SP1 I get the following error message:
“ These DLLs could not be loaded by ProjectManager:
C:\Users\SamE\Desktop\....\VlC_Player.dll
“
ProjectManager is one class that takes care of data initialization and calls my plug-in ( DLL) VLC_Player. One of my coworkers told me it is a compiler issue so how can I fix this problem?
Thank you - Sam E
PS. Dont ask why im using MFC
I finally got VLC1.1.4 to work with my stand alone MFC C++ project (using VS2008 with SP1). However, when I try to embed VLC with an existing project that was developed with VS2005-SP1 I get the following error message:
“ These DLLs could not be loaded by ProjectManager:
C:\Users\SamE\Desktop\....\VlC_Player.dll
“
ProjectManager is one class that takes care of data initialization and calls my plug-in ( DLL) VLC_Player. One of my coworkers told me it is a compiler issue so how can I fix this problem?
Thank you - Sam E
PS. Dont ask why im using MFC