Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
[deleted comment]
You either copied the libcef.lib / libcef_dll_wrapper.lib libraries to a wrong
directory, or you use a wrong version of CEF. See the
phpdesktop-msie/cef/README.txt file to see what version of CEF is used by PHP
Desktop. For now it is branch 1650 rev. 1562.
Original comment by czarek.t...@gmail.com
on 23 Jan 2014 at 2:22
Download CEF binaries and debug symbols from here:
http://www.magpcss.net/cef_downloads/
Original comment by czarek.t...@gmail.com
on 23 Jan 2014 at 2:23
See revision 07d2d664b365 - "Added readme files explaining where to put the
C/C++ library files".
Original comment by czarek.t...@gmail.com
on 23 Jan 2014 at 2:29
I paste the libcef.lib / libcef_dll_wrapper.lib on the correct path and correct
version 3.1650.1562 (I compile libcef_dll_wrapper.lib in debug and release).
The compilation got successful, then it asked for libcef.dll. I put the .dll in
release and debug folder. Now it is showing this error in debug mode (attach
file).
Original comment by costa.ma...@gmail.com
on 23 Jan 2014 at 3:36
Attachments:
You didn't paste the stacktrace.
You probably mixed Release/Debug binary files.
Or you didn't copy all required binary files (the locales directory, cef.pak,
devtools_resources.pak).
Original comment by czarek.t...@gmail.com
on 23 Jan 2014 at 3:44
Solved! Running 100% :)
The problem is that some files are missing: the locales directory, cef.pak,
devtools_resources.pak, all .dll from cef release/debug folder and php-cgi.exe
with its dlls and extensions.
I would like to very thank to you and wish that the resolution of my problems
also serve to others who have the same difficulty.
Marcelito Costa.
Original comment by costa.ma...@gmail.com
on 23 Jan 2014 at 5:49
Original comment by czarek.t...@gmail.com
on 24 Jan 2014 at 3:24
[deleted comment]
Original comment by czarek.t...@gmail.com
on 21 Oct 2014 at 10:37
Created BuildOnWindows wiki page with step by step instructions.
Original comment by czarek.t...@gmail.com
on 26 Nov 2014 at 5:55
Project will move to Github. Find this issue at the new address (soon):
https://github.com/cztomczak/phpdesktop/issues/64
Original comment by czarek.t...@gmail.com
on 24 Aug 2015 at 3:24
Original issue reported on code.google.com by
costa.ma...@gmail.com
on 23 Jan 2014 at 1:34