Windows 7 Forums


Reply
Thread Tools

HOW2 run `Visual C++`?

 
 
no.top.post@gmail.com
Guest
Posts: n/a
Thanked:
 
      06-27-2011
My HP-mini-netbook with Win7 at
-> programs > programs & features
-> uninstall or change a program
shows: "47 programs installed" and it lists:
* Micros..Visual C++ 2008
Redistributable x86 9.0.307...
* Micros..Visual C++ 2005
Redistributable

I'd like to see what 'Visual C++' looks like.
How do I run this ?

I browsed the C: dir-tree but found nothing.
Also goog: "Visual C++" + Win7 doesn't help me.

== TIA

 
Reply With Quote
 
 
 
 
Big Steel
Guest
Posts: n/a
Thanked:
 
      06-27-2011
On 6/27/2011 12:02 PM, wrote:
> My HP-mini-netbook with Win7 at
> -> programs> programs& features
> -> uninstall or change a program
> shows: "47 programs installed" and it lists:
> * Micros..Visual C++ 2008
> Redistributable x86 9.0.307...
> * Micros..Visual C++ 2005
> Redistributable
>
> I'd like to see what 'Visual C++' looks like.
> How do I run this ?
>
> I browsed the C: dir-tree but found nothing.
> Also goog: "Visual C++" + Win7 doesn't help me.
>


<http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express>
 
Reply With Quote
 
Stephen Wolstenholme
Guest
Posts: n/a
Thanked:
 
      06-27-2011
On Mon, 27 Jun 2011 16:02:11 +0000 (UTC), wrote:

>My HP-mini-netbook with Win7 at
>-> programs > programs & features
>-> uninstall or change a program
> shows: "47 programs installed" and it lists:
>* Micros..Visual C++ 2008
> Redistributable x86 9.0.307...
>* Micros..Visual C++ 2005
> Redistributable
>
>I'd like to see what 'Visual C++' looks like.
>How do I run this ?
>
>I browsed the C: dir-tree but found nothing.
>Also goog: "Visual C++" + Win7 doesn't help me.
>
>== TIA


You need to call devend.exe

Steve

--
Neural network software applications, help and support.

Neural Planner Software www.NPSL1.com
 
Reply With Quote
 
Dominique
Guest
Posts: n/a
Thanked:
 
      06-27-2011
écrivait news:iua9i2$kek$:

> My HP-mini-netbook with Win7 at
> -> programs > programs & features
> -> uninstall or change a program
> shows: "47 programs installed" and it lists:
> * Micros..Visual C++ 2008
> Redistributable x86 9.0.307...
> * Micros..Visual C++ 2005
> Redistributable
>
> I'd like to see what 'Visual C++' looks like.
> How do I run this ?
>
> I browsed the C: dir-tree but found nothing.
> Also goog: "Visual C++" + Win7 doesn't help me.
>
>== TIA
>


Visual C++ is a programming language, to run it, you need to buy it. What
you see in Programs and features are runtime libraries that allows your
Windows system to execute programs developped using Visual C++, so, to see
how the redistributable looks like, you need to run programs that uses
them.
 
Reply With Quote
 
Big Steel
Guest
Posts: n/a
Thanked:
 
      06-27-2011
On 6/27/2011 12:42 PM, Dominique wrote:
> écrivait news:iua9i2$kek$:
>
>> My HP-mini-netbook with Win7 at
>> -> programs> programs& features
>> -> uninstall or change a program
>> shows: "47 programs installed" and it lists:
>> * Micros..Visual C++ 2008
>> Redistributable x86 9.0.307...
>> * Micros..Visual C++ 2005
>> Redistributable
>>
>> I'd like to see what 'Visual C++' looks like.
>> How do I run this ?
>>
>> I browsed the C: dir-tree but found nothing.
>> Also goog: "Visual C++" + Win7 doesn't help me.
>>
>> == TIA
>>

>
> Visual C++ is a programming language, to run it, you need to buy it. What
> you see in Programs and features are runtime libraries that allows your
> Windows system to execute programs developped using Visual C++, so, to see
> how the redistributable looks like, you need to run programs that uses
> them.


You don't have o buy Visual C++. You can download and install the VS C++
Express edition that is free to use.
 
Reply With Quote
 
Ed Cryer
Guest
Posts: n/a
Thanked:
 
      06-27-2011
On 27/06/2011 17:42, Dominique wrote:
> �crivait news:iua9i2$kek$:
>
>> My HP-mini-netbook with Win7 at
>> -> programs> programs& features
>> -> uninstall or change a program
>> shows: "47 programs installed" and it lists:
>> * Micros..Visual C++ 2008
>> Redistributable x86 9.0.307...
>> * Micros..Visual C++ 2005
>> Redistributable
>>
>> I'd like to see what 'Visual C++' looks like.
>> How do I run this ?
>>
>> I browsed the C: dir-tree but found nothing.
>> Also goog: "Visual C++" + Win7 doesn't help me.
>>
>> == TIA
>>

>
> Visual C++ is a programming language, to run it, you need to buy it. What
> you see in Programs and features are runtime libraries that allows your
> Windows system to execute programs developped using Visual C++, so, to see
> how the redistributable looks like, you need to run programs that uses
> them.


Buy? You can get the latest free from MS;
http://www.microsoft.com/visualstudi...itions/express

Ed
 
Reply With Quote
 
no.top.post@gmail.com
Guest
Posts: n/a
Thanked:
 
      06-27-2011
In article <XnF9F11813F2BA45doumdomainnet@88.198.244.100>, Dominique <> wrote:

> écrivait news:iua9i2$kek$:
>
> > My HP-mini-netbook with Win7 at
> > -> programs > programs & features
> > -> uninstall or change a program
> > shows: "47 programs installed" and it lists:
> > * Micros..Visual C++ 2008
> > Redistributable x86 9.0.307...
> > * Micros..Visual C++ 2005
> > Redistributable
> >
> > I'd like to see what 'Visual C++' looks like.
> > How do I run this ?
> >
> > I browsed the C: dir-tree but found nothing.
> > Also goog: "Visual C++" + Win7 doesn't help me.
> >
> >== TIA
> >


Big Steel wrote:-
]<http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express>
I want to speak to the Injun-year, not the sales clerk;-)

Stephen Wolstenholme wrote:-
] You need to call devend.exe
Thanks, there is no `devend.exe`

Dominique wrote:-
> Visual C++ is a programming language, to run it, you need to buy it. What
> you see in Programs and features are runtime libraries that allows your
> Windows system to execute programs developped using Visual C++, so, to see
> how the redistributable looks like, you need to run programs that uses
> them.
>

OK, why do they list mere libraries under "programs installed".
Perhaps the whole OS was made with Visual C++.
I'm interested in menu-driven apps.
And I've never seen eg. Visual basic, because I stopped using M$
when my ISP told me my Win3.1 was no longer good and I'd
have to buy W95.



 
Reply With Quote
 
Big Steel
Guest
Posts: n/a
Thanked:
 
      06-27-2011
On 6/27/2011 2:09 PM, wrote:

>
> Big Steel wrote:-
> ]<http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express>
> I want to speak to the Injun-year, not the sales clerk;-)


What? Are you incapable of downloading free software and installing it?
If that's a problem for you, the I suggest that you leave C++ alone.
 
Reply With Quote
 
charlie
Guest
Posts: n/a
Thanked:
 
      06-27-2011
On 6/27/2011 2:12 PM, Big Steel wrote:
> On 6/27/2011 2:09 PM, wrote:
>
>>
>> Big Steel wrote:-
>> ]<http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express>
>>
>> I want to speak to the Injun-year, not the sales clerk;-)

>
> What? Are you incapable of downloading free software and installing it?
> If that's a problem for you, the I suggest that you leave C++ alone.

"I'd like to see what 'Visual C++' looks like."
A visit to your friendly bookstore or library might be in order, at
least to go beyond "Hi There!"
 
Reply With Quote
 
Big Steel
Guest
Posts: n/a
Thanked:
 
      06-27-2011
On 6/27/2011 3:21 PM, charlie wrote:
> On 6/27/2011 2:12 PM, Big Steel wrote:
>> On 6/27/2011 2:09 PM, wrote:
>>
>>>
>>> Big Steel wrote:-
>>> ]<http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express>
>>>
>>>
>>> I want to speak to the Injun-year, not the sales clerk;-)

>>
>> What? Are you incapable of downloading free software and installing it?
>> If that's a problem for you, the I suggest that you leave C++ alone.

> "I'd like to see what 'Visual C++' looks like."
> A visit to your friendly bookstore or library might be in order, at
> least to go beyond "Hi There!"


The original OP's post was unbelievable.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 03:13 AM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33