You can't link 32-bit libraries with 64-bit applications, so the short
answer is no. You'd have to wait until a) Chromium supports 64-bit
builds and b) Berkelium is updated to work with that version.
You could, of course, compile a 32-bit binary as long as nothing else
in the project requires 64-bit. It'll run fine on 64-bit Windows.
-Ewen
On Fri, Jul 13, 2012 at 3:08 AM, mattmatt
<mmelcot.professio
...@gmail.com> wrote:
> Hi!
> Berkelium seems very awsome, I tried the little demo from the site. Thanx
> for developping this!
> We have a project in which we would like to use berkelium, but the thing is
> that this project is "Windows x64", and Chromium for Windows is only 32-bit
> for the moment. :?
> Would it exist a solution to use a 64-bit project with berkelium, using a
> 32-bit Chromium?
> Thanx in advance for the help