Re: [general]Snapshot cannot work on Win2K

2006-08-03 Thread Aleksey Ignatenko
Hi, I have no Win2K to check the issue, but I checked that dbghelp works fine on WinXP and Windows Server 2003. I see trivial solution here, we can simply disable dbghelp usage for systems older than WinXp. It could be done by _WIN32_WINNT macros: _WIN32_WINNT>=0x0501 means WinXP and Windows Serv

Re: [general]Snapshot cannot work on Win2K

2006-08-02 Thread Geir Magnusson Jr
Paulex Yang wrote: > Geir Magnusson Jr wrote: >> Paulex Yang wrote: >> >>> Finally I found a stable win2k installation(still server edition with >>> SP4) , and installed Windows Platform SDK, but same error happens, then >>> I restarted it, but nothing changed:(, my Platform SDK was downloaded

Re: [general]Snapshot cannot work on Win2K

2006-08-02 Thread Paulex Yang
Geir Magnusson Jr wrote: Paulex Yang wrote: Finally I found a stable win2k installation(still server edition with SP4) , and installed Windows Platform SDK, but same error happens, then I restarted it, but nothing changed:(, my Platform SDK was downloaded at end of 2005, did I make any mistak

Re: [general]Snapshot cannot work on Win2K

2006-08-02 Thread Geir Magnusson Jr
Paulex Yang wrote: > Finally I found a stable win2k installation(still server edition with > SP4) , and installed Windows Platform SDK, but same error happens, then > I restarted it, but nothing changed:(, my Platform SDK was downloaded at > end of 2005, did I make any mistakes? Do I have to reco

Re: [general]Snapshot cannot work on Win2K

2006-08-02 Thread Paulex Yang
Finally I found a stable win2k installation(still server edition with SP4) , and installed Windows Platform SDK, but same error happens, then I restarted it, but nothing changed:(, my Platform SDK was downloaded at end of 2005, did I make any mistakes? Do I have to recompile DRLVM on win2k? Al

Re: [general]Snapshot cannot work on Win2K

2006-08-01 Thread Geir Magnusson Jr
Why is it needed? Clearly something is wrong w/ the binary snapshot, which is supposed to be a release build... geir Salikh Zakirov wrote: > > Aleksey Ignatenko wrote: >> Hi, it looks like your friend needs to install Microsoft Platform SDK on >> his >> PC . >> Another solution is to download

Re: [general]Snapshot cannot work on Win2K

2006-08-01 Thread Salikh Zakirov
Aleksey Ignatenko wrote: > Hi, it looks like your friend needs to install Microsoft Platform SDK on > his > PC . > Another solution is to download and update version of dbghelp library from > msdn site. I vaguely remember that Microsoft license allows to include dbghelp.dll to binary distributio

Re: [general]Snapshot cannot work on Win2K

2006-08-01 Thread Paulex Yang
I've tried to update dbghelp yesterday, but it didn't work, will try after installing Platform SDK soon. Thank you very much, Aleksey. Aleksey Ignatenko wrote: Hi, it looks like your friend needs to install Microsoft Platform SDK on his PC . Another solution is to download and update version o

Re: [general]Snapshot cannot work on Win2K

2006-08-01 Thread Aleksey Ignatenko
Hi, it looks like your friend needs to install Microsoft Platform SDK on his PC . Another solution is to download and update version of dbghelp library from msdn site. I didn't check the second solution. If you don't not succeed for some reason, simply modify nt_exception_filter.cpp file excluding

[general]Snapshot cannot work on Win2K

2006-07-31 Thread Paulex Yang
Hi, all I tried the latest snapshot[1] today on Win2K server with SP4 and hotfix until 2005-08-23, (actually one friend wanted to use Harmony on his old machines, he also had some experience about Eclipse on Harmony month ago here[2]), but it failed even for "java -version", some error thrown