Good day, a question if I create 3 applications, can I use only one "CEF binaries" in a single folder ??
Can I use all 3 applications at the same time ?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
several applications only one "CEF binaries"
- salvadordf
- Posts: 4620
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: several applications only one "CEF binaries"
Hi,
Many application instances can share the same CEF binaries but they have to use a different GlobalCEFApp.RootCache property value.
If you need to use several browsers sharing the same cache and cookies at the same time then you have to create the browsers in the same application instance with tabs, MDI forms, popup windows, etc.
Many application instances can share the same CEF binaries but they have to use a different GlobalCEFApp.RootCache property value.
If you need to use several browsers sharing the same cache and cookies at the same time then you have to create the browsers in the same application instance with tabs, MDI forms, popup windows, etc.