You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to delphichromiumembedded
Hi,
When I checked/tested the demos provided with the sources, I have seen
there are several DLLs in the build folder:
avcodec-53.dll
avformat-53.dll
avutil-51.dll
d3dcompiler_43.dll
d3dx9_43.dll
icudt.dll
libcef.dll
libEGL.dll
libGLESv2.dll
Of course, libcef is the kernel and is mandatory...
What about the others? there are all mandotory too?
If I miss a website with the documentation, do not hesitate to provide
me the link and answer "RTFM" ;o)
Cheers,
W.
Miha Vrhovnik
unread,
Sep 1, 2011, 6:39:22 AM9/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to delphichrom...@googlegroups.com
I don't know for the recent versions but in previous versions the only required libraries were libcef.dll and icudt.dll. I'm quite sure that d3* and libegl and libgles are required for webgl, what I don't know is if cef also needs them for the html rendering.
Regards, M
Whiler
unread,
Sep 1, 2011, 7:25:11 AM9/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to delphichromiumembedded
Thank you Miha for your answer.
Currently, I'm wondering if some dlls are needed for specific html
pages... For instance, when a page contains a flash, or a shockwave,
silverlight, ... will it raise an exception, or just no render it...
Cheers,
W.
Henri Gourvest
unread,
Sep 1, 2011, 8:21:50 AM9/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to delphichrom...@googlegroups.com
these dll are necessary for renderring html5 audio/video, webgl and
codepages.
To render other content types, you will need to install specific nsapi libraries.