0x61726b / cef3d

HTML renderer for (mainly) games and standalone applications, CEF3 wrapper, completely free Awesomium alternative
52 stars 12 forks source link

LNK2001 error #2

Open ExtasyHosting opened 7 years ago

ExtasyHosting commented 7 years ago

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!

ArionTT commented 6 years ago

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 commented 6 years ago

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.