> Can anyone confirm if VB6 runs in the XP environment. Your assistance
would[color=blue]
> be most appreciated.[/color]
The IDE works fine. Programs work fine.
The PDW Setup1 module, which you can modify for your own Setup programs, has
a fault in that in generates Setup.Lst files with LOCAL date and time,
rather than UTC date and time. This can cause a problem in XP if the program
being installed is in a different time zone than where it was written,
because XP uses UTC date and time internally, but converts to local time for
display.
"Anonymous" <Nobody> wrote in message news:3efd8b88_2 @127.0.0.1...[color=blue]
> Can anyone confirm if VB6 runs in the XP environment. Your assistance[/color]
would[color=blue]
> be most appreciated.
>
>[/color]
The install i create using the PDW always ask to reboot the system on XP.
How can i correct this problem? Can i just change the date in the setup.lst
file?
Thanks.
"Mr Nobody" <nobody@nowhere .com> a écrit dans le message de news:
u9hLa.3692$2ay. [email protected] or.is.net.cable .rogers.com...[color=blue][color=green]
> > Can anyone confirm if VB6 runs in the XP environment. Your assistance[/color]
> would[color=green]
> > be most appreciated.[/color]
>
> The IDE works fine. Programs work fine.
>
> The PDW Setup1 module, which you can modify for your own Setup programs,[/color]
has[color=blue]
> a fault in that in generates Setup.Lst files with LOCAL date and time,
> rather than UTC date and time. This can cause a problem in XP if the[/color]
program[color=blue]
> being installed is in a different time zone than where it was written,
> because XP uses UTC date and time internally, but converts to local time[/color]
for[color=blue]
> display.
>
>
>[/color]
> The install i create using the PDW always ask to reboot the system on XP.[color=blue]
> How can i correct this problem? Can i just change the date in the[/color]
setup.lst[color=blue]
> file?[/color]
Changing the date won't affect the reboot problem. It's asking for a reboot
because one of the modules you are installing (DLL or OCX) conflicts with a
standard XP module.
It works in XP, however you do not have the background part of the screen
that you have in other OS. I have it installed on XP and that is the only
problem I have had. It seems to work fine.
"Anonymous" <Nobody> wrote in message news:3efd8b88_2 @127.0.0.1...[color=blue]
> Can anyone confirm if VB6 runs in the XP environment. Your assistance[/color]
would[color=blue]
> be most appreciated.
>
>[/color]
Comment