Enrico,

Did Tim's comment help?  Did this resolve it?
Have you had any other porting issues in either
compilation or configuration?  I would like for us to
keep up with these sorts of issues because it would
be great if we could support MSVC as one of the
development _and_ target type environments
for bootJVM.

Are you by chance familiar with doing InstallShield
scripts?  This would give us an alternative for Windows
platforms for doing configuration and installation.
Please let everyone know what all you find as you
work with the MSVC environment so that that source
can be adjusted for portability when all the issues
are resolved.  Just by the way, I'm still working on
the final bit of basic functionality of the JVM runtime
engine and should have something available soon.
Thanks for your help and interest.

Dan Lydick


-----Original Message-----
From: Tim Ellison <[EMAIL PROTECTED]>
Sent: Nov 3, 2005 4:09 AM
To: harmony-dev@incubator.apache.org
Subject: Re: long long type problem when compiling with MSVC

In MSVC-speak an 8-byte int is "__int64", so the definition would be:

  typedef __int64 jlong;

Regards,
Tim


Enrico Migliore wrote:
> hi guys,
> 
> I'm trying to compile bootJVM with MSVC but
> I can't proceed because the 'long long' type
> (Java long types are 8 bytes wide) is not supported.
> 
> Can any body help?
> 
> Enrico
> 

-- 

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.




Dan Lydick

Reply via email to