Including libcef_static.lib into a VS2013

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Including libcef_static.lib into a VS2013

Postby miegler23 » Thu Aug 14, 2014 3:07 pm

Hi,

I would like to statically link cef into my project. I complied cef for VS2013 it works as long as I'm using the Dlls. Unfortunatly this solution is not suitable for my project, I need everything to be statically linked into my binary.
It seems like the libcef_static.lib is depending on a whole series of other libs that would need to be included (I know that there are legal issues with using the third party libs, but since it's an open source project so they shouldn't apply).
Is there an example visual studio project out there?
When I try to link my project I get a ton of unresolved symbol errors like:

Error 700 error LNK2001: unresolved external symbol Symbol ""bool __cdecl base::CreateDirectoryW(class base::FilePath const &)" (?CreateDirectoryW@base@@YA_NABVFilePath@1@@Z)".

about 3000 of them.

I only included the libcef_static.lib into the project so far.

Thank You!
miegler23
Newbie
 
Posts: 1
Joined: Thu Aug 14, 2014 2:19 pm

Re: Including libcef_static.lib into a VS2013

Postby magreenblatt » Fri Aug 15, 2014 4:27 am

magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm


Return to Support Forum

Who is online

Users browsing this forum: No registered users and 35 guests