cef3d icon indicating copy to clipboard operation
cef3d copied to clipboard

LNK2001 error

Open ExtasyHosting opened this issue 6 years ago • 2 comments

Hi, im trying as hard then i can for compile everything... But im stuck with LNK2001. Particularly with the libcef_dll_wrapper.

I tested in VS 2015, VS 2017 on 32 bit and 64bit but always getting that error. Normally it's a runtime problem but even switching over /MT or /MD give me the same error.

Any idea ?

Thanks!

ExtasyHosting avatar Sep 07 '17 02:09 ExtasyHosting

Did you fix this problem? I meet this problem else in VS2017.

I try to change the lib link and lib path, but it‘s not mean anything.

if you find the way to fix this problem, I m thanks for that.

ArionTT avatar Apr 10 '18 04:04 ArionTT

I fix this problem. The version of CEF that the include folder is 3.2987.1601, but the download DEBUG RELEASE and RESOURCE is 3.27. So same function is not match. To fix you should download version 3.2987.1601 DEBUG RELEASE and RESOURCE files in http://opensource.spotify.com/cefbuilds/index.html.

My project can be Built successfully, but it can't run well. I run the DirectX11 project, and is stuck in CInitialize() function. VS throw a exception and i don't know how to DEBUG it. The problem maybe the CefApp object.

ArionTT avatar Apr 11 '18 01:04 ArionTT