Problem

H

Hello

From Beginner:
I designed a good program for kids. When I separate the program files from its mother program (Visual Studio Standard Edition) and made a copy on my brother(child) computer .
It does not operate and a message appeared asking me to make Configuration to this program.
Please what do you do in such case?
Is there a certain software can do the configuration for me?
What I have to do??
Thank to all.
================================
 
?

=?ISO-8859-1?Q?Erik_Wikstr=F6m?=

From Beginner:
I designed a good program for kids. When I separate the program files
from its mother program (Visual Studio Standard Edition) and made a copy
on my brother(child) computer .
It does not operate and a message appeared asking me to make
Configuration to this program.
Please what do you do in such case?
Is there a certain software can do the configuration for me?
What I have to do??

First of, please don't post HTML-messages to this group, see the
documentation of you newsreader on how to configure this.

Your question is off-topic for this group since it's platform specific,
in the future post to a group for your platform, the FAQ have some
suggestions of groups which might be suitable:
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Your problem is that your brothers computer does not have the necessary
runtime files needed to run your application, there are a number of ways
to solve this, you could either create a installer to your program which
includes these files, use static compilation to include them in the
program, or download and install the runtime-files to your brothers
computer. To do the latter go to www.microsoft.com/download and search
for C++ redistributable and download the appropriate file.


Should that not work, ask in one of the groups mentioned in the FAQ or
in forums.microsoft.com/MSDN/.
 

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

Members online

No members online now.

Forum statistics

Threads
474,291
Messages
2,571,493
Members
48,164
Latest member
KerrieWind

Latest Threads

Top