Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Win 98 vs Win XP

Win 98 vs Win XP

Scheduled Pinned Locked Moved Visual Basic
visual-studioquestion
8 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tuningd
    wrote on last edited by
    #1

    Hello I am building an application for work and they are running windows 98 and when I run the unfinished application on the computer it crashes it. The computer appears to run out of resources. But on my windows xp laptop I can run multiples of the program and not crash it. Does the file system matter NTFS or FAT?

    D I L S U 5 Replies Last reply
    0
    • T tuningd

      Hello I am building an application for work and they are running windows 98 and when I run the unfinished application on the computer it crashes it. The computer appears to run out of resources. But on my windows xp laptop I can run multiples of the program and not crash it. Does the file system matter NTFS or FAT?

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Normally, no. But that and what's causing it to crash depends on what your app is doing and with what resources. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      1 Reply Last reply
      0
      • T tuningd

        Hello I am building an application for work and they are running windows 98 and when I run the unfinished application on the computer it crashes it. The computer appears to run out of resources. But on my windows xp laptop I can run multiples of the program and not crash it. Does the file system matter NTFS or FAT?

        I Offline
        I Offline
        Imtiaz Murtaza
        wrote on last edited by
        #3

        it's not a file system metter ur did code the wrong event may be when the form activate of another check it out Imtiaz

        1 Reply Last reply
        0
        • T tuningd

          Hello I am building an application for work and they are running windows 98 and when I run the unfinished application on the computer it crashes it. The computer appears to run out of resources. But on my windows xp laptop I can run multiples of the program and not crash it. Does the file system matter NTFS or FAT?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          In my opinion, it is not relatet to the file system (FAT or NTFS). I used to use windows 98 and found it is very difficult when it have a problem. Its always display kernel error when there is lack of the memory resource. While windows 2000 and windows xp, change the style to manage error handling in windows environment. It seem that most of application could run very stable whether its have some error occure.


          A thousand mile of journey, begin with the first step. APO-CEDC Save Children Norway-Cambodia Office

          1 Reply Last reply
          0
          • T tuningd

            Hello I am building an application for work and they are running windows 98 and when I run the unfinished application on the computer it crashes it. The computer appears to run out of resources. But on my windows xp laptop I can run multiples of the program and not crash it. Does the file system matter NTFS or FAT?

            S Offline
            S Offline
            Steven Campbell
            wrote on last edited by
            #5

            Win 98 has a very limited amount of GDI resources, which can cause this sort of problem. 1) On XP, open the task manager 2) Choose View/Select Columns... 3) Check the GDI Objects checkbox 4) Monitor this value in the listview as you use the application. If it continues to rise, without ever dropping, then you probably have some sort of resource leak in your app. If it is just very high, the app will probably crash on Win 98.


            my blog

            T 1 Reply Last reply
            0
            • S Steven Campbell

              Win 98 has a very limited amount of GDI resources, which can cause this sort of problem. 1) On XP, open the task manager 2) Choose View/Select Columns... 3) Check the GDI Objects checkbox 4) Monitor this value in the listview as you use the application. If it continues to rise, without ever dropping, then you probably have some sort of resource leak in your app. If it is just very high, the app will probably crash on Win 98.


              my blog

              T Offline
              T Offline
              tuningd
              wrote on last edited by
              #6

              Thank you for you help. The GDI object on my app went up to 128 max, and now has settled as 126. Well now all can do is take this information to my boss as see what he has to say about upgrading.

              1 Reply Last reply
              0
              • T tuningd

                Hello I am building an application for work and they are running windows 98 and when I run the unfinished application on the computer it crashes it. The computer appears to run out of resources. But on my windows xp laptop I can run multiples of the program and not crash it. Does the file system matter NTFS or FAT?

                U Offline
                U Offline
                User 1294719
                wrote on last edited by
                #7

                The filesystem is irrelevant. do you write this program in visual basic .net or with common visual basic ? if your write with .net then check whether .net framework is still installed. if your wirte in common visual basic check your ocx or activeX files or check they are correctly registered. Thomas Wilkop

                T 1 Reply Last reply
                0
                • U User 1294719

                  The filesystem is irrelevant. do you write this program in visual basic .net or with common visual basic ? if your write with .net then check whether .net framework is still installed. if your wirte in common visual basic check your ocx or activeX files or check they are correctly registered. Thomas Wilkop

                  T Offline
                  T Offline
                  tuningd
                  wrote on last edited by
                  #8

                  Being written in visual basic .net the framework is fine because I have the same problem on two different computers running 98. But the one computer running 2000 can handle the program just fine. If I break up the GUI in to more then one form it does work in 98 just looks like crap. Thanks for the help Dale Burmeister

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups