winver

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to know the difference between Version 5.1(Build
2600.xpsp_sp2_gdr.070227-2254: Service Pack 2) and Version 5.1(Build
2600.xpsp_sp2_gdr.050301-1519 : Service Pack 2)
is it possible to change from 070227-2254 to 050301-1519?
because I have an application which can run normally in 050301-1519 but not
in 070227-2254!!
 
kei said:
I want to know the difference between Version 5.1(Build
2600.xpsp_sp2_gdr.070227-2254: Service Pack 2) and Version 5.1(Build
2600.xpsp_sp2_gdr.050301-1519 : Service Pack 2)
is it possible to change from 070227-2254 to 050301-1519?
because I have an application which can run normally in 050301-1519 but
not
in 070227-2254!!

What is the application that won't run properly?

The version listed should be the latest with .NET Framework version 2.0 also
installed.

A minor build should not make a difference when running a Windows
application. I would look into why the application is failing first.

Mark
 
the application is our internal written application using Delphi 7, it run
normally with build 050301-1519, but in 070227-2254, the application hang up
and then exit suddenly!!
 
kei said:
the application is our internal written application using Delphi 7, it run
normally with build 050301-1519, but in 070227-2254, the application hang
up
and then exit suddenly!!

:

Still sounds like a bug in the program, not Windows.

I would step through the program using a debugger on a 070227-2254 build and
see if the problem can be reproduced. I would also suggest posting to a
Delphi newsgroup for better help with that application.

Mark
 
Back
Top