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. Windows API
  4. ProcessShellCommand crash

ProcessShellCommand crash

Scheduled Pinned Locked Moved Windows API
helpquestion
3 Posts 3 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.
  • S Offline
    S Offline
    sheetal_06
    wrote on last edited by
    #1

    Application is crashing after ProcessShellCommand(nCmdInfo) call.It was working well in XP.Where is the problem? Plz help... Thanks

    P 1 Reply Last reply
    0
    • S sheetal_06

      Application is crashing after ProcessShellCommand(nCmdInfo) call.It was working well in XP.Where is the problem? Plz help... Thanks

      P Offline
      P Offline
      prasad_som
      wrote on last edited by
      #2

      Doesn't call stack gives you some clue ?

      Prasad Notifier using ATL | Operator new[],delete[][^]

      M 1 Reply Last reply
      0
      • P prasad_som

        Doesn't call stack gives you some clue ?

        Prasad Notifier using ATL | Operator new[],delete[][^]

        M Offline
        M Offline
        MarkFromMn
        wrote on last edited by
        #3

        Any chance you're running a 32 bit application on 64 bit Vista? It seems that the 32 bit layer in Vista 64 has at least one bug/feature that is not present, ie: works ;-), in the 32 bit subsystem (WOW64) in XP/2003 64. If you use Msys/Mingw this manifests as a crash/error in some of the shell programs, although it appears the bug was originally "found" by the Cygwin folks: This thread (http://lists-archives.org/mingw-users/05977-msys-and-vista-64.html) has a patch from Cygwin. The issue is some change in parameter handling on the CreateProcess call in the Vista WOW64 layer, but I wonder if there are other WOW64 bugs lurking in there. If you're not running 64 bit don't worry on this particular point, but if you are it might be worth testing to see if it is happy on "native" 32 bit Vista or XP/2k3 64 bit. -- modified at 13:56 Wednesday 28th March, 2007

        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