Running Applications on other computers

I have written a program in visual studio C++ express eddition 2008. I can not run that program on other computers. I just click build>build soloution and then find the exe copy that accross and run it on another computer. This does not work is there a way i can run it on another conputer?
[293 byte] By [Jackal23] at [2008-3-3]
# 1
I'm somewhat thinking that redistributing them will violate a license of some sort, since VC9 Express is still a beta. In either case, if you're allowed to do it, there should be a folder with CRT redistributables somewhere within your VC directory. In addition to that, you'll also have to consider whether you depend on the .NET 3.5 framework, as that would also be needed on the target pc.
einaros at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Visual C++ Express Orcas...
# 2
Another thing to be aware of is that there does not seem to be any inclination to support upward compatibility for executables created under old platforms, i.e. I created an EXE under Windows XP using MASM 6.15 and the Windows 32 bit API. The current distributed Kernel32.lib no longer supports one of the API calls I used in the .EXE so this executable will not run any more under Vista. If I compile under XP but use VC 2005 or VC 2008, I cannot reference the API thus I need to completly change the tool to work. The actual API that is now missing is: SetMaxiumConsoleWindowSize.

It used to be that you could always bring your old EXE tools forward, you only had to be concerned about your VB tools and the run time to support them. Now anything is suspect. Progress is now our most important problem!

Keeping_Real_Busy at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Visual C++ Express Orcas...
# 3
So basicly i can't run applications on other computers.
Jackal23 at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Visual C++ Express Orcas...
# 4
When I made a test solution and run the program, it required 2008 Redistributable Package.
It's here.
http://beauty.geocities.jp/wathavy2/
Cheers.
wathavy at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Visual C++ Express Orcas...
# 5
Because of this, I suppose not to upload redistributable for Beta to any public site.
http://forums.microsoft.com/MSDN/showpost.aspx?postid=2168911&siteid=1

Please drop the previous message.>To Administrator.

Thank you.

wathavy at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Visual C++ Express Orcas...

Visual Studio Orcas

Site Classified