
Signature
Those who assert that the mathematical sciences have nothing to say
about the good or the beautiful are mistaken. -- Aristotle
>> Major corporations often have their own internal frameworks but some
>> major products I can't mention use PowerPlant for Windows.
>>
>> Ron
>
>You "can't mention"?
Many years ago I without thinking posted a list of some of our customers
without thinking and without asking. They were not happy, it was a
matter of confidentiality. I will never do that again.
Ron

Signature
Metrowerks has moved, our new address is now
7700 West Parmer Lane
Austin, TX 78729
Sales and Support 512-996-5300 800-377-5416
Ron Liechty - MWRon@metrowerks.com - http://www.metrowerks.com
Mikey - 20 Jul 2003 14:00 GMT
> >> Major corporations often have their own internal frameworks but some
> >> major products I can't mention use PowerPlant for Windows.
[quoted text clipped - 6 lines]
> without thinking and without asking. They were not happy, it was a
> matter of confidentiality. I will never do that again.
I've seen instances of some people using PP on the Mac, and MFC (or
whatever it is) on Windows, with a nightmarish of #ifdefs. This
particular little company was purchased by...well I won't name names
but think of mud-bricks!
Lately, at some vertical-market-product places I've seen the Qt
Trolltech thing. Yuck.
Mainly though, I see people using whatever they want, and trying to
share code in places. That's what I'm used to. We had some shared code,
but mainly wrote independent code. The Windows people used MFC or
Visual Whatever it Is. Naturally the middle-managers wanted identical
interfaces (which you can interpret as less-than-attractive).
I've also seen people who were Windows-only try to make
platform-agnostic code without consulting the Mac people ("Whaddaya
mean you don't use 8.3 filenames?"), and adding in their own memory
manaegment, file i/o (including all the std c stuff), and all sorts of
crap.