Re: Building OpenJDK in Windows again.

2008-07-24 Thread Ingo Proetel
Hi, yes, I'm using VS2005 and creating the manifest file in the bin directory as described in the bug report works. Thanks. ingo Kelly O'Hair wrote: You probably built with Visual Studio 2005 (VS2005). Correct? And if this is Vista you are on your own. I don't do Vista. :^( The official Windo

Re: Building OpenJDK in Windows again.

2008-07-23 Thread Kelly O'Hair
You probably built with Visual Studio 2005 (VS2005). Correct? And if this is Vista you are on your own. I don't do Vista. :^( The official Windows compiler is VS2003, which used msvcr71.dll. There are various Makefile changes necessary to setup for use of a different runtime, in this case msvcr80

Building OpenJDK in Windows again.

2008-07-23 Thread Ingo Proetel
Hi, got through the make process. But when I call build/windows-i586/bin/java I get a pop-up window telling me that the application is missing MSVCR80.dll. This dll exist at a rather obscure location in the Windows directory. So I added that location to my PATH an got an error that the "applicat