Re: compiling bootJVM with MSVC

2005-11-04 Thread Sebastian Hartte
Enrico Migliore wrote: > Sebastian Hartte wrote: > >> Hi you two, >> >> I tried a similar thing (using Visual Studio 2005 Professional). The >> empty structs are still an error in that compiler version (What do you >> need empyt structs for anyway? Allocation

Re: compiling bootJVM with MSVC

2005-11-04 Thread Sebastian Hartte
That seems to be a reasonable explanation. And I don't see any problem if it's changed to look more like C. ;-) bye, Sebastian Mika Miettinen wrote: > Enrico Migliore wrote: > >> > >> Right now I got some problems which I'm planning to solve during the >> weekend, >> here are two examples: >> >>

Re: compiling bootJVM with MSVC

2005-11-04 Thread Sebastian Hartte
Hi you two, I tried a similar thing (using Visual Studio 2005 Professional). The empty structs are still an error in that compiler version (What do you need empyt structs for anyway? Allocation a zero byte memory region doesn't make much sense to me). But i also run into problems with pthread.h si