Edge control in an X# application

This forum is meant for examples of X# code.

User avatar
wriedmann
Posts: 3754
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Edge control in an X# application

Post by wriedmann »

Hi Fabrice,

in XIDE it is really simple to change the platform between x86, x64 and AnyCPU, but in Visual Studio it is not so easy as it should be.
Maybe I really have to edit the project file manually....
The CefSharp people should look at the solution the SQLite people has adopted: they have a common, AnyCPU assembly that loads the correct platform DLL from the correct subfolder:
Sqlite_Interop.png
Sqlite_Interop.png (14.44 KiB) Viewed 204 times
But as I wrote: I have some urgent projects to finish (and yes, they are in X#) and after that I will again look at the browser control.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply