VB6 running under XP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anonymous

    VB6 running under XP

    Can anyone confirm if VB6 runs in the XP environment. Your assistance would
    be most appreciated.


  • Mr Nobody

    #2
    Re: VB6 running under XP

    > 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.



    Comment

    • Stephane Richard

      #3
      Re: VB6 running under XP

      Works great for me too here. And I've tried many different custom
      installation options too.

      --
      Stéphane Richard
      Senior Software and Technology Supervisor

      For all your hosting and related needs


      "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

      • Robert

        #4
        Re: VB6 running under XP

        Hi,

        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]



        Comment

        • Mr Nobody

          #5
          Re: VB6 running under XP

          > 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.


          Comment

          • Dave

            #6
            Re: VB6 running under XP

            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

            Working...