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

  • Thread starter Thread starter ZikO
  • Start date Start date
Z

ZikO

Guest
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 =)
 
Re: [Visual C++ 2008 EE] how to make standalone program.


"ZikO" <zebik@op.pl> wrote in message news:g90sum$7h7$1@news.onet.pl...
> 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.

--
Allan
 
Re: [Visual C++ 2008 EE] how to make standalone program.

Allan wrote:
>
> "ZikO" <zebik@op.pl> wrote in message news:g90sum$7h7$1@news.onet.pl...
>> 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.
>
> --
> Allan

thanks and sorry for posting to wrong group :/
 
Back
Top