About VisualC++ 5.0

About VisualC++ 5.0

Post by Bruno Ceb » Sat, 05 Jul 1997 04:00:00



I am working with VC++ 4.0
Do you think I should work on VC++5.0 (i was told VC++5.0 is very hight bugged)

Thanks for advice

Bruno CEBE

 
 
 

About VisualC++ 5.0

Post by Chris Marriot » Sat, 05 Jul 1997 04:00:00




Quote:>I am working with VC++ 4.0
>Do you think I should work on VC++5.0 (i was told VC++5.0 is very hight bugged)

If you're happy with VC++4, then stay with 4. If you need the new
features of VC++5 (eg much better COM support, better compliance with
the ANSI C++ standard) then switch to 5.

I use VC++5 and have had absolutely no problems.

Chris

----------------------------------------------------------------
Chris Marriott, Microsoft Certified Solution Developer.

Visit our web site at http://www.skymap.com

 
 
 

About VisualC++ 5.0

Post by chris losing » Sat, 05 Jul 1997 04:00:00





>>I am working with VC++ 4.0
>>Do you think I should work on VC++5.0 (i was told VC++5.0 is very hight bugged)

>I use VC++5 and have had absolutely no problems.

        i use 5.0 and have found that it consistently crashes when i use
the CD-player utility at the same time.

        the help is slow. the interface is annoying - dockable toolbars
are a big pain in the ass when they keep moving themselves around.

        4.x is a much better product.

        -c
-----------------------------------------------------------------------
                c  h  r  i  s    l  o  s  i  n  g  e  r

        After the accident, Billy could only mutter "demotion".

     ReplyTo address has been corrupted to deter unwanted e-mail.
                        Use the address above.

 
 
 

About VisualC++ 5.0

Post by Chris Marriot » Sun, 06 Jul 1997 04:00:00




Quote:>       i use 5.0 and have found that it consistently crashes when i use
>the CD-player utility at the same time.

How much memory have you got? It seems to be the case that if you have a
lot of memory (I have 64MB) it's fine, but if you have 32MB or less it's
a lot less stable. I too use the CD player almost constantly whilst
programming, and my system is totally stable.

Quote:

>       the help is slow.

Slower, certainly, but I don't find it unacceptably slow. When I click
on a keyword, the help appears in 2-3 seconds.

Quote:> the interface is annoying - dockable toolbars
>are a big pain in the ass when they keep moving themselves around.

Why do your toolbars move around - mine don't!

Quote:

>       4.x is a much better product.

I suppose it boils down to personal preference. I *like* VC++5!

Chris

----------------------------------------------------------------
Chris Marriott, Microsoft Certified Solution Developer.

Visit our web site at http://www.skymap.com

 
 
 

About VisualC++ 5.0

Post by Karl Vilbi » Sun, 06 Jul 1997 04:00:00






> >>I am working with VC++ 4.0
> >>Do you think I should work on VC++5.0 (i was told VC++5.0 is very hight bugged)

> >I use VC++5 and have had absolutely no problems.

>         i use 5.0 and have found that it consistently crashes when i use
> the CD-player utility at the same time.

>         the help is slow. the interface is annoying - dockable toolbars
> are a big pain in the ass when they keep moving themselves around.

>         4.x is a much better product.

>         -c

VC++5.0 uses MFC 4.2... so if you are using VC++4.2, and want to buy
5.0, all you are getting is a different interface.

VC++5.0 has never crashed on me (32MB RAM), but I don't use the CD
player since my stereo is right next to my computer.)

 
 
 

About VisualC++ 5.0

Post by Chris Marriot » Sun, 06 Jul 1997 04:00:00




Quote:>VC++5.0 uses MFC 4.2... so if you are using VC++4.2, and want to buy
>5.0, all you are getting is a different interface.

That's not true at all - there's a lot of new stuff in VC++5, especially
related to COM (and who can afford NOT to be seriously "into" COM these
days?). You have the radically improved ATL v2.1, "native" COM pointer
support in the compiler via the "#import" statement, etc. VC++5 has
basically the same MFC library as does 4.2, but there's a LOT more to
VC++5 than simply MFC!

Chris

----------------------------------------------------------------
Chris Marriott, Microsoft Certified Solution Developer.

Visit our web site at http://www.skymap.com

 
 
 

About VisualC++ 5.0

Post by Jim sha » Sun, 06 Jul 1997 04:00:00






> >VC++5.0 uses MFC 4.2... so if you are using VC++4.2, and want to buy
> >5.0, all you are getting is a different interface.

> That's not true at all - there's a lot of new stuff in VC++5, especially
> related to COM (and who can afford NOT to be seriously "into" COM these
> days?). You have the radically improved ATL v2.1, "native" COM pointer
> support in the compiler via the "#import" statement, etc. VC++5 has
> basically the same MFC library as does 4.2, but there's a LOT more to
> VC++5 than simply MFC!

That's true.

1) Smaller code size.
2) Better optimized compilation.
3) Sub-projects.
4) The Object repository (when it becomes available).
5) The Visual Modeler (Rational's ROSE product) for better design and
tighter integration with               MFC code.
6) New ANSI bool objects and better compliance with the STL.
7) If you combine MFC, Rational ROSE (or the Visual Modeler), SourceSafe,
Object Repository,
    and RogueWave class libraries. You have one hell of a good development
environment (plus an
    empty wallet), that is a couple of years away from becoming the small
enterprise market's
    development workbench of choice.

> Chris

> ----------------------------------------------------------------
> Chris Marriott, Microsoft Certified Solution Developer.

> Visit our web site at http://www.skymap.com

Ciao!
Jim Shaw
 
 
 

About VisualC++ 5.0

Post by Martin L. Shoemake » Sun, 06 Jul 1997 04:00:00


 Chris Marriott wrote in article ...

Quote:>Why do your toolbars move around - mine don't!

I've noticed mine seem to move sporadically if my main VC frame is resized,
particularly during debugging. No consistent symptom, yet, but I have
certainly been annoyed to find that my toolbars have moved.

Despite this, I love VC 5. I adapted to it quickly, and now have trouble
going back.

 Martin
-)------

Martin L. Shoemaker
BANE Software and Services
"Win32 development on the cutting edge..."

URL:    http://www.accn.org/~mlshoe/BANE

 
 
 

About VisualC++ 5.0

Post by Martin L. Shoemake » Sun, 06 Jul 1997 04:00:00



Quote:> because 5.0 crashes so often (often hopelessly corrupting the
>project files, too!) it tends to lose track of things like toolbar
>placement, it likes to set them up one per line, four lines high
>(five, if you count the menues).
> ...
> i would like it if it didn't crash so often. it really is _often_,
>too - like twice a day usually.

Wow! Something weird here. I use it on a 64 MB machine and a 32 MB machine.
Very rare crashes on the 32 MB machine, and I attribute them to my
foolhardy use of IE4. Crashes on the 64MB machine so seldom, I can't be
sure what they're related to.

If you're crashing this often, I feel really sorry for you. Do you have
another, cleaner machine you can try it on? maybe this machine is corrupted
in some fundamental way.

 Martin
-)------

Martin L. Shoemaker
BANE Software and Services
"Win32 development on the cutting edge..."

URL:    http://www.accn.org/~mlshoe/BANE

 
 
 

About VisualC++ 5.0

Post by Martyn Lovel » Mon, 07 Jul 1997 04:00:00





>    because 5.0 crashes so often (often hopelessly corrupting the
> project files, too!) it tends to lose track of things like toolbar
> placement, it likes to set them up one per line, four lines high
> (five, if you count the menues).

When VC crashes, it is very unlikely to write incorrect toolbar settings.
Instead, it's almost certain to fail to save toolbar settings and thus
revert them to thir state when Developer Studio last started.

The normal cause of this unprompted toolbar repositioning is stopping
debugging when the Developer Studio window is minimized. This applies both
to use of the stop debugging command, to exiting developer studio, and to
exiting the program being debugged. To avoid bar repositioning, only exit
Developer Studio when it is restored or maximised. [Incidentally, this
problem should have no impact on a decision between 4.x and 5.0, since the
problem exists in both versions.]

Quote:>    i would like it if it didn't crash so often. it really is _often_,
> too - like twice a day usually.

If you know of crashing bugs, you should certainly report them at the MS
bug reporting page.

In case you weren't already aware, Service Pack 1 for Visual Studio has
just been released on the MS Web pages.

Martyn Lovell

Disclaimer: My words, thoughts, and opinions.

 
 
 

About VisualC++ 5.0

Post by CyBorc » Mon, 07 Jul 1997 04:00:00



> >       the help is slow.

> Slower, certainly, but I don't find it unacceptably slow. When I click
> on a keyword, the help appears in 2-3 seconds.

i've never tried vc5, but 2-3 seconds!!!!! anything beyond 1/10 second
is unacceptable!!!
i use vc4 and have immediate help when clicking on a keyword!
--
   ________ _  ____ ______  _______  _______  _______ ___ ____
  /       /  \/   /   __  \/       \|   __  \/      /    |    |
 /  _____/\      /|       /    |    \       /  ____/|    |    |
 \       \ |    | |   __  \    |    /       \      \|         |
  \_______\|____| |_______/\_______/|___|___/\______\____|____|
 
 
 

About VisualC++ 5.0

Post by Chris Marriot » Mon, 07 Jul 1997 04:00:00





>>      because 5.0 crashes so often (often hopelessly corrupting the
>> project files, too!) it tends to lose track of things like toolbar
>> placement, it likes to set them up one per line, four lines high
>> (five, if you count the menues).

I did NOT write that. Please get your quoting correct.

Chris

----------------------------------------------------------------
Chris Marriott, Microsoft Certified Solution Developer.

Visit our web site at http://www.skymap.com

 
 
 

About VisualC++ 5.0

Post by Chris Marriot » Mon, 07 Jul 1997 04:00:00





>> >       the help is slow.

>> Slower, certainly, but I don't find it unacceptably slow. When I click
>> on a keyword, the help appears in 2-3 seconds.
>i've never tried vc5, but 2-3 seconds!!!!! anything beyond 1/10 second
>is unacceptable!!!
>i use vc4 and have immediate help when clicking on a keyword!

I'm talking here about displaying help from the CD-ROM. *No* help system
will display "instant" help from CD, because of the nature of CDs. I
presume that you have your help files on your hard disk.

2-3 seconds seems perfectly acceptable for searching hundreds of MB of
data on a CD. Are you REALLY in that much of a hurry that you can't wait
2 seconds for a help page to be displayed?

Chris

----------------------------------------------------------------
Chris Marriott, Microsoft Certified Solution Developer.

Visit our web site at http://www.skymap.com

 
 
 

About VisualC++ 5.0

Post by Davide Marca » Mon, 07 Jul 1997 04:00:00






>>       i use 5.0 and have found that it consistently crashes when i use
>>the CD-player utility at the same time.

>How much memory have you got? It seems to be the case that if you have a
>lot of memory (I have 64MB) it's fine, but if you have 32MB or less it's
>a lot less stable. I too use the CD player almost constantly whilst
>programming, and my system is totally stable.

I have 64 MB too and everything works fine.

It might be an idea to try a different CD player, there are many available
on the Internet.

Quote:>>       the help is slow.

>Slower, certainly, but I don't find it unacceptably slow. When I click
>on a keyword, the help appears in 2-3 seconds.

That's about 10-20 times more than with VC++ 4.2 (or lower).
BTW, which processor do you have?

Quote:>>       4.x is a much better product.

>I suppose it boils down to personal preference. I *like* VC++5!

I prefer VC++ 5 too, but the help engine is terribly slow - it seems like
accessing docs from the Internet.

Davide Marcato.
---------------------------------------------------------
| -- AshNet S.r.l.
| -- C/C++ & Windows Developer
| -- Internet Developer & Administrator
| -- Tech. Writer: "Computer Programming", "Login", "DEV"
| -- 15 Years Old Student
---------------------------------------------------------

| -- Web: www.ashnet.it - www.netics.net
---------------------------------------------------------

 
 
 

About VisualC++ 5.0

Post by David Woo » Wed, 09 Jul 1997 04:00:00




> 5) The Visual Modeler (Rational's ROSE product) for better design and
> tighter integration with               MFC code.

Jim

Is Visual Modeler supplied with VC++ 5.0 as implied or....

--

I try to live one day at a time, but lately several days have attacked
me at once.

(Note that my return address and sig address are intentionally invalid
in order to foil electronic mailing list generation software.)

 
 
 

1. 50 line dosbox from visualc 5.0

Hi,

I would like to alter the dosbox that opens when running my
code from VisualC to 50 lines, if there is an easy way to
acheive this it would be most appreciated.

If not, an easy way to direct printf to the output window
inside visual studio would be OK,

Thanks in advance,

Simon

2. Short combo box

3. MS Visual C++ 5.0 or Borland C++ 5.0?

4. CF card, purchased

5. Integrating VB 5.0 ActiveX controls within VC++ 4.2 or 5.0

6. 16550A FIFO programming and RTS/CTS protocal

7. Visual C++ 5.0 prof. $100 / Visual Basic 5.0 prof. $100 (original)

8. Netware 3.12 "Invalid Partition Table"

9. Writing DLLs for Visual Basic 5.0 in Visual C++ 5.0.

10. How to pass strings beetwen Visual C++ 5.0 and VB 5.0?

11. How to build a VisualC like Docking Toolbar