xsharp.eu • Edge control in an X# application - Page 2
Page 2 of 2

Edge control in an X# application

Posted: Tue Apr 02, 2019 8:44 am
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 206 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