my win32 api app build in studio 2005 couldnt run in other computer..

i created a new project with:
File >> New >> Project >> Visual C++ >> Win32 Project (Empty project)..
...
...
build succeeded and run properly.
but when i copy it to my friend's computer
and try to run it,. there is errors,. app couldnt be run.
and says that there may be some
configuration problem with the app.

plx help



Answer this question

my win32 api app build in studio 2005 couldnt run in other computer..

  • StarRrr

    You need to copy the dependencies on the other machine.

    See Nikola's blog at http://blogs.msdn.com/nikolad/archive/2005/03/18/398720.aspx where it includes details on how to do that.

    Thanks,
      Ayman Shoukry
      VC++ Team

  • Graham Heslin

    I'm glad to see a blog on this.  I'll help on my stuff also.  Do you know the "simplification" Nikola refers to for RTM has happened


  • my win32 api app build in studio 2005 couldnt run in other computer..