Problem with VS

P

pet_household

I have a problem with visual studio projects.
I use visual studio to create windows application but when i finish
them and try to run them on PC s with no visual studio they always
generate an error
 
I

Ian Collins

I have a problem with visual studio projects.
I use visual studio to create windows application but when i finish
them and try to run them on PC s with no visual studio they always
generate an error
Try a visual studio specific group, this one is for the C++ language,
not tools.
 
P

pet_household

Try a visual studio specific group, this one is for the C++ language,
not tools.

I thought maybe someone here may be using the tool since i cant find a
visual studio group any where!!
 
I

Ian Collins

I thought maybe someone here may be using the tool since i cant find a
visual studio group any where!!
You are posting from google, entering visual studio in the groups search
box gives 110 results.
 
S

Salt_Peter

I have a problem with visual studio projects.
I use visual studio to create windows application but when i finish
them and try to run them on PC s with no visual studio they always
generate an error

Thats expected and documented, consult with a newsgroup relevant to
your platform for the gory details.
 
H

Haro Panosyan

It's been long time from my VC days, but I think I know the problem.
You need to change your linker options so it will link
statically. Some libraries which come with VS are linked dynamically by
default, hence when you run on different machine with no VS libraries,
it fails.

-haro
 
A

Angus

I use Visual C++ v6 and I don't have this problem.

You must be introducing some dependency somehow.

Angus
 
B

Bo Persson

Angus wrote:
:: I use Visual C++ v6 and I don't have this problem.

You do, you just haven't noticed! :)

::
:: You must be introducing some dependency somehow.

The first application using a new compiler will have to install the
relevant support libraries. The second application will likely get
away with not doing so.

When you use a 10 year old compiler, you are probably not the first
one.


Bo Persson


::
:: Angus
::
::
::::::: I have a problem with visual studio projects.
::::::: I use visual studio to create windows application but when i
::::::: finish them and try to run them on PC s with no visual studio
::::::: they always generate an error
 

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

Forum statistics

Threads
474,294
Messages
2,571,511
Members
48,199
Latest member
MarielIzzo

Latest Threads

Top