kylemcdonald / ofxEdsdk

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

VS2015 linking error #51

Open foxinsox opened 7 years ago

foxinsox 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

selcukartut commented 6 years ago

see https://github.com/kylemcdonald/ofxEdsdk/issues/48 cheers