Customizable GUI's Using HTML/CSS

Started by
11 comments, last by dougbinks 11 years, 7 months ago

Something to consider is that using a Chromium based project will tie you to 32-bit Windows only as there still does not exist a 64-bit version of Chromium for Windows.

[s]False
64 bit editions of windows will run code compiled for 32 bit windows without any issues so no you are not limited to 32 bit only versions. I myself run a 32 bit version of chromium on my laptop which is running windows 7 64 bit.[/s]
My misunderstanding, sorry bout that
Advertisement
He means you're tied to only making a 32-bit build (and can't make a native Win64 build), not that your Win32 program won't run at all on Win64.
I know Mike Acton has had some progress building a 64bit version of Chromium for Windows, but don't know how far he got. An alternative might be to use Chrome in a separate 32bit process and use shared memory - since Chrome is already a multi-process architecture this doesn't seem totally impractical, though it's does make integration that bit harder.

This topic is closed to new replies.

Advertisement