Results 1 to 5 of 5

Thread: VB4 16bit and Windows 2000

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    42

    Angry VB4 16bit and Windows 2000

    Can anyone provide feedback on VB4 16bit applications and Windows 2000? They insisted that they upgrade my PC to win2000 and now many things within my application will not work. Are there some things in VB4 16 bit that just cannot be done on win2000? Or does it just take a lot of manipulation and code change?
    If anyone has done this, please provide input on your results.
    Thanks you

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    16 bit apps are run in a VM in Win 2K. The VM is fully responsible for emulating a 16 bit environment, but becuase one does not really exist, alot of resources are not there if they are called.

    If your app relies on other 16 bit apps to be running together with it, you will find that you have many difficulties running your app.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    42

    shell

    So far, the first thing I noticed that doesn't work is a shell function that I use to open a webpage. When I had windows NT it went right to the htm doc when the user clicked the button, but now it does nothing when the button is clicked
    I had to edit the registry to get rid of a VDD error, but I still get an error when I do something in visual sourcesafe and then open VB4.
    I'm not sure if any of that is related to the VM thing.....
    Thanks for replying,
    Marilyn

  4. #4
    Hyperactive Member Hampster's Avatar
    Join Date
    Feb 2001
    Location
    On my hamster wheel.
    Posts
    374
    It would be easier to change it to vb4 32 bit, or vb5/6
    See if your company will let you do that

  5. #5

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    42
    already tried. There are no funds available for that. I have played around with the 32bit VB4 but there were lots of problems with that too

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width