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. The Lounge
  3. An unhandled win32 exception occurred in VB6.EXE

An unhandled win32 exception occurred in VB6.EXE

Scheduled Pinned Locked Moved The Lounge
databasehelpcsharpvisual-studio
13 Posts 10 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.
  • D Offline
    D Offline
    Dileep_Vickey
    wrote on last edited by
    #1

    Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

    _ J R B R 8 Replies Last reply
    0
    • D Dileep_Vickey

      Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

      _ Offline
      _ Offline
      _AK_
      wrote on last edited by
      #2

      Dude this is not the place for posting programming questions (It has been mentioned in red and bold letters), you need to choose other appropriate form for this.

      Apurva Kaushal

      J 1 Reply Last reply
      0
      • D Dileep_Vickey

        Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

        J Offline
        J Offline
        Jorgen Sigvardsson
        wrote on last edited by
        #3

        You better be prepared for the exception of your life...

        _ L 2 Replies Last reply
        0
        • D Dileep_Vickey

          Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

          R Offline
          R Offline
          R Giskard Reventlov
          wrote on last edited by
          #4

          Boy, are you in for a flaming: in flagrant disregard for the Do not post programming questions (use the programming forums for that) you chose to post a programming question. Move it now, quickly and to the right place and you may just get away with it.

          home
          tastier than delicious

          1 Reply Last reply
          0
          • J Jorgen Sigvardsson

            You better be prepared for the exception of your life...

            _ Offline
            _ Offline
            _AK_
            wrote on last edited by
            #5

            Too good. :laugh: :laugh:

            Apurva Kaushal

            1 Reply Last reply
            0
            • _ _AK_

              Dude this is not the place for posting programming questions (It has been mentioned in red and bold letters), you need to choose other appropriate form for this.

              Apurva Kaushal

              J Offline
              J Offline
              Jonathan Darka
              wrote on last edited by
              #6

              Its amazing how many people get a 1 vote for simply pointing this out to someone....


              Jonathan Wilkes Darka [Xanya.net]

              _ 1 Reply Last reply
              0
              • D Dileep_Vickey

                Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

                B Offline
                B Offline
                benjymous
                wrote on last edited by
                #7

                Exceptions, you say?

                try
                {
                PostInTheWrongForum()
                }
                catch(...)
                {
                FireAndSharpThings()
                }

                1 Reply Last reply
                0
                • J Jonathan Darka

                  Its amazing how many people get a 1 vote for simply pointing this out to someone....


                  Jonathan Wilkes Darka [Xanya.net]

                  _ Offline
                  _ Offline
                  _AK_
                  wrote on last edited by
                  #8

                  I too am not sure why it was voted down.. :(

                  Apurva Kaushal

                  1 Reply Last reply
                  0
                  • D Dileep_Vickey

                    Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

                    R Offline
                    R Offline
                    Rage
                    wrote on last edited by
                    #9

                    Pure logic: Given A:

                    Dileep_Vickey wrote:

                    storing images into database as bytes and for its retrieval

                    and B:

                    Dileep_Vickey wrote:

                    VB6.EXE

                    you can only get:

                    Dileep_Vickey wrote:

                    if we try to load more than two pictures one by one then it shows an error

                    :rolleyes:

                    Constantly "Saving the day" should be taken as a sign of organizational dysfunction rather than individual skill - Ryan Roberts[^]

                    1 Reply Last reply
                    0
                    • D Dileep_Vickey

                      Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

                      P Offline
                      P Offline
                      Pete OHanlon
                      wrote on last edited by
                      #10

                      You are hitting garbage collection issues with VB6. It should be in your trashcan.

                      Deja View - the feeling that you've seen this post before.

                      1 Reply Last reply
                      0
                      • D Dileep_Vickey

                        Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

                        P Offline
                        P Offline
                        Pete OHanlon
                        wrote on last edited by
                        #11

                        You really shouldn't be 1 voting people for pointing out to you that this isn't the correct forum to post this.

                        Deja View - the feeling that you've seen this post before.

                        1 Reply Last reply
                        0
                        • J Jorgen Sigvardsson

                          You better be prepared for the exception of your life...

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

                          Sadly he is not exceptional.

                          The tigress is here :-D

                          1 Reply Last reply
                          0
                          • D Dileep_Vickey

                            Hi all, I am trying to code for storing images into database as bytes and for its retrieval. It worked well. But if we try to load more than two pictures one by one then it shows an error as follows. --------------------------- Visual Studio Just-In-Time Debugger --------------------------- An unhandled win32 exception occurred in VB6.EXE [1160]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time. Check the documentation index for 'Just-in-time debugging, errors' for more information. --------------------------- OK --------------------------- I used GlobalAlloc function to allocate bytes of memory in my heap. I allocates almost 26347868 bytes in memory. I tried to free memory by using GlobalFree. But the result is same. I will be thankful to you for your help. Dileep trying to work as a freelancer.

                            E Offline
                            E Offline
                            ednrgc
                            wrote on last edited by
                            #13

                            The problem is that you're using VB

                            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