View Single Post
  #1 (permalink)  
Old 01-28-2008, 06:20 PM
Mr. Arnold
Newsgroup Contributor
 
Posts: n/a
Re: Software Program "Has Stopped Working"


"forexmgr" <forexmgr.33xckz@no-mx.forums.net> wrote in message
news:forexmgr.33xckz@no-mx.forums.net...[color=blue]
>
> Have developed a program that has ran on Xp for 2 years, installed on
> Vista, and some machines will run it ,and others give me .
>
> "Program has Stopped Running". I cannot find any reason for it. and
> there is no indication of an issue or error from my program.
>
> Since this works on some machines, and not on others (vista). does
> anyone have a clue on what I can do to figure what is holding it up?
>
> thanks .
> Andy[/color]


You compile/build the solution under the Vista platform. So, you got two
versions one that runs on Vista and another version that runs on XP, because
there is no guarantee that something that was compiled/built on the XP
platform is going to run on the Vista platform, no more than you can
guarantee that something compiled/built on the Win 2K platform is going to
run on the XP platform or XP to the Win 2k platform. You compile/build a
solution for the platform it's intended to run on.

Reply With Quote

 
Old 01-28-2008, 06:20 PM