app not compatable between XP and 2000
-
I is have application for personal assistance, and is use some date and time functions. I am using C++ in the .NET. When is compiled on XP computer, is not runs correct on 2000. When is compiled on 2000, then is runs rightly on both XP and 2000. Does anyone knowing of compatabile problems with XP/2000? Maybe problem with .NET? Thanksing...
-
I is have application for personal assistance, and is use some date and time functions. I am using C++ in the .NET. When is compiled on XP computer, is not runs correct on 2000. When is compiled on 2000, then is runs rightly on both XP and 2000. Does anyone knowing of compatabile problems with XP/2000? Maybe problem with .NET? Thanksing...
what excactly does not work correctly? Don't try it, just do it! ;-)
-
what excactly does not work correctly? Don't try it, just do it! ;-)
Not surely what is wrong since can not debug because only when running the XP version on 2000 is not working. When I compiles on 2000 is working fine. In the start of program I get the today date to start, and the informations on my screen is wrong. But then later in program when I get today date it is right, and so is the informations. Also, the spin control sometimes jumps 2 instead of 1 when compiled on XP. When is compiling on 2000 then only jumps by 1. Thanksing...