kylemcdonald / ofxEdsdk

Interfacing with Canon cameras from openFrameworks for OSX. An alternative to ofxCanon and CanonCameraWrapper.
Other
111 stars 51 forks source link

VS2015 linker error #50

Closed onomonomedia closed 7 years ago

onomonomedia commented 7 years ago

Hey everyone, i'm very new to using oF in VS and want to check out ofxEdsdk, but i can't run any project since i keep on getting Linker errors like

LNK2019
unresolved external symbol __imp__EdsInitializeSDK@0 referenced in function "void __cdecl Eds::InitializeSDK(void)" (?InitializeSDK@Eds@@YAXXZ)

I applied for the canon EDSDK and downloaded it and copied the EDSDK-folder into OF > addons > ofEdsdk > src, allthough it seems to me as if this install instruction is meant for OSX only... Any idea how i need to progress from here? Where should i place the files? Or am I just missing any includepaths for linking somewhere? Thanks a lot