[Visual C++ 2008 EE] how to make standalone program.

Z

ZikO

Hello

I have a problem with VC++ EE. Sorry if it's very trivial problem but I
honestly just have begun with programing in windows.
I have made an application in VC++ .NET EE and I would like it to work
on every computer not only those which has Visual C++ EE installed.

The other computer has installed Framework .NET 3.5 and i have simply
copied program from <project folder>\Debug (or Release) and system says:

"This application has failed to start because the application
confuguration is incorrect. Reinstalling application may fix this problem."

What do I need in other this application to work?

Regards =)
 
A

Allan

ZikO said:
Hello

I have a problem with VC++ EE. Sorry if it's very trivial problem but I
honestly just have begun with programing in windows.
I have made an application in VC++ .NET EE and I would like it to work on
every computer not only those which has Visual C++ EE installed.

The other computer has installed Framework .NET 3.5 and i have simply
copied program from <project folder>\Debug (or Release) and system says:

"This application has failed to start because the application
confuguration is incorrect. Reinstalling application may fix this
problem."

What do I need in other this application to work?

Regards =)
You need the Vc++ 2008 runtime installed on the other computer :
http://www.microsoft.com/downloads/...34-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en
Please post in the future in forums for Visual Studio development.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top