-
Notifications
You must be signed in to change notification settings - Fork 2
CefGlue Application Layout
Note: This description is for 64-bit. The guide will also work for 32-bit - the right binaries need to be downloaded.
For CefGlue apps built with version 66 and above, CEF binaries download is not required anymore, if nuget package is used. From Chromely v4, Chromium v70 a runtime download option is available. If download is still required, please follow these steps.
-
Get Cef binaries from download page. Base Chromium version 59 or above (64-bit) with version matching Chromely.Unofficial.CefGlue.NetStd installed. For instance Chromely.Unofficial.CefGlue.NetStd is 64.0.3282.119 will require cef_binary_3.3282.1741.gcd94615_windows64_minimal.
Chromely.CefGlue.Winapi Chromely.Unofficial.CefGlue.NetStd Required Cef Binary 64.0.0.0 64.0.3282.119 3.3282.1741.gcd94615 65.0.0.0 65.0.3325.181 3.3325.1751.ge5b78a5 66.0.0.0 66.0.3359.117 3.3359.1772.gd1df190 68.0.0.0 68.0.3440.84 3.3440.1805.gbe070f9 Chromely.CefGlue Chromely.Unofficial.CefGlue.NetStd Required Cef Binary 4.0.70.* 70.0.3538.102 3.3538.1852.gcb937fc 5.0.77.* 78.0.3904.108 77.1.14%2Bg4fb61d2%2Bchromium-77.0.3865.120 -
- Copy all files and folders from /Release to the appropriate bin folder - where the project exe file is located.
- Copy all files and folders from /Resources to appropriate bin folder - where the project exe file is located.
-
After merge of the Release and Resources contents, the folder layout should look like this:
-
The final application layout will look like this:
Chromely
Getting Started
The Basics
Digging Deeper
- Sub-Process
- Infrastructure
- Restful Resources
- Register Resource Assemblies
- Custom Local Resource Handling
- Custom Scheme Handling
- Expose .NET class to JavaScript
- Generic Message Routing
- Real-time with Websocket
- External Url Registration
Angular - React - Vue