|
|
 |
 |
 |
 |
Problem with VS
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
pet_househ @yahoo.com wrote: > 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. -- Ian Collins.
On May 29, 12:22 pm, Ian Collins <ian-n@hotmail.com> wrote: > pet_househ @yahoo.com wrote: > > 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. > -- > Ian Collins.
I thought maybe someone here may be using the tool since i cant find a visual studio group any where!!
pet_househ @yahoo.com wrote: > On May 29, 12:22 pm, Ian Collins <ian-n @hotmail.com> wrote: >> pet_househ @yahoo.com wrote: >>> 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. > 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. -- Ian Collins.
On May 29, 12:29 pm, Ian Collins <ian-n@hotmail.com> wrote:
> pet_househ @yahoo.com wrote: > > On May 29, 12:22 pm, Ian Collins <ian-n @hotmail.com> wrote: > >> pet_househ @yahoo.com wrote: > >>> 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. > > 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. > -- > Ian Collins.
thanks!!
On May 29, 6:17 am, pet_househ@yahoo.com wrote: > 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.
I use Visual C++ v6 and I don't have this problem. You must be introducing some dependency somehow. Angus <pet_househ @yahoo.com> wrote in message news:1180434731.942958.55380@g4g2000hsf.googlegroups.com...
> On May 29, 12:29 pm, Ian Collins <ian-n @hotmail.com> wrote: > > pet_househ @yahoo.com wrote: > > > On May 29, 12:22 pm, Ian Collins <ian-n @hotmail.com> wrote: > > >> pet_househ @yahoo.com wrote: > > >>> 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. > > > 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. > > -- > > Ian Collins. > thanks!!
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 :: :: :: <pet_househ @yahoo.com> wrote in message ::::::: 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
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
pet_househ @yahoo.com wrote: > 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
|
 |
 |
 |
 |
|