comp.lang.ada
 help / color / mirror / Atom feed
* Re: Learning Windows 95 programming with Ada?
@ 1997-12-02  0:00 tmoran
  1997-12-02  0:00 ` Robert Dewar
  0 siblings, 1 reply; 27+ messages in thread
From: tmoran @ 1997-12-02  0:00 UTC (permalink / raw)



In <dewar.881038997@merv> Robert Dewar said:
>tmoran said
>
><<Gnat 3.10p1 (Dewar's compiler)
>>>
>
>GNAT is not "Dewar's compiler", it is a compiler originally written at NYU
>under contract to the DoD, and more recently greatly enhanced and supported
>by Ada Core Technologies. ACT has a team of over ten full time engineers
>devoted to improving and maintaining this compiler. It is by no means
>a one-person project!

  Pardon me.  I did not mean to suggest it was a one-man project.
Robert Dewar has previously suggested, quite reasonably, that
people recomminding a product should mention their special
relationships to that product.  That mention was missing from his
recommendation of GNAT.  Since my messsage was recommending a
complementary product (Claw, which runs with GNAT among others) and
I was saying that I had worked on Claw, it seemed reasonable to add
the missing information.  Since that information was probably of
minor, though not zero, concern to the author of the original
message, I made it a two word parenthetical remark, rather than
giving a history or organization chart or annual report of ACT.
I'm sorry if that shortening was too drastic and resulted in an
ambiguity that made someone think Robert Dewar was the sole author
of the GNAT system.




^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: Learning Windows 95 programming with Ada?
@ 1998-02-07  0:00 tmoran
  0 siblings, 0 replies; 27+ messages in thread
From: tmoran @ 1998-02-07  0:00 UTC (permalink / raw)



In <6bg9ac$cii@drn.zippo.com> nabbasi@earthlink.net says:
>I was shocked to see that CLAW costs $500 for one copy ?

I don't have to do with RR Software's pricing policy, but I believe:
  1) There is in fact a free demo version at www.rrsoftware.com
  2) The $500 includes support.
  3) There are site and educational discounts available.

>if you want people to start even thinking of using Ada for
>windows programming, this binding need to be FREE.
  If you know of someone who will pay programmers to write
advertising material for Ada, please let me know.  Similarly
if you would like to send me money to let me "do my thing".
Absent these, since my family insists on eating and the grocery
store insists on cash, it is necessary to charge for
software products.

> ... why would any one pay $500 to buy a binding to win32 that
>they have allready just to use Ada?
  Perhaps because CLAW is a heck of a lot easier?




^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: Learning Windows 95 programming with Ada?
@ 1998-02-07  0:00 tmoran
  0 siblings, 0 replies; 27+ messages in thread
From: tmoran @ 1998-02-07  0:00 UTC (permalink / raw)



In <6bg9ac$cii@drn.zippo.com> nabbasi@earthlink.net says:
>I was shocked to see that CLAW costs ...
  This thread started with a question about Windows programming and
Ada.  The TriAda paper of which I am a co-author addressed this
question.  It is now available, for no charge, via www.rrsoftware.com
Section 3 is particular may be of interest to anyone, whether they use
CLAW or not, attempting Windows programming in Ada.




^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: Learning Windows 95 programming with Ada?
@ 1998-02-05  0:00 Tom Moran
  1998-02-06  0:00 ` nabbasi
  0 siblings, 1 reply; 27+ messages in thread
From: Tom Moran @ 1998-02-05  0:00 UTC (permalink / raw)



> >> While waiting for that book, may I modestly suggest section 3 of
> >> "CLAW, a High Level, Portable, Ada 95 Binding for Microsoft Windows"
> >> by Randall Brukardt and myself in the TriAda '97 conference
> >> proceedings?
> 
> >Are these proceedings available on the web ?
>   Apparently not, unless ACM or SIGAda posts them somewhere.
  I'm pleased to say the answer is now Yes, and the TriAda paper on CLAW
for easier Windows from Ada is available via www.rrsoftware.com
  And thanks to Ben Brosgol for his assistance navigating the official
channels. :)




^ permalink raw reply	[flat|nested] 27+ messages in thread
[parent not found: <348faacf.18643984@news.thegrid.net>]
* Re: Learning Windows 95 programming with Ada?
@ 1997-11-30  0:00 tmoran
  1997-12-02  0:00 ` Robert Dewar
  0 siblings, 1 reply; 27+ messages in thread
From: tmoran @ 1997-11-30  0:00 UTC (permalink / raw)



In <dewar.880850506@merv> Robert Dewar said:
> > I'd like to learn to do programming for Windows 95.
> to move to Delphi, the way to proceed is to get hold of the Intermetrics
> Win32 bindings. These are very close to the C bindings, so you can get
  Or, if you'd rather use an Ada style binding instead of learning C and
how to do callbacks and tasking in the absence of OO, general tasking
support, or the other things that make Ada better than C, you might look
at CLAW, which runs with Janus, Gnat 3.10p1 (Dewar's compiler), and
(hopefully) with the soon to be relased ObjectAda 7.1.1   A demo version,
with sample programs, is available at www.rrsoftware.com   Note: I helped
create CLAW and have a bias toward thinking it's a good thing. ;)




^ permalink raw reply	[flat|nested] 27+ messages in thread
* Learning Windows 95 programming with Ada?
@ 1997-11-29  0:00 Mike Willour
  1997-11-29  0:00 ` Jean Ichbiah
  0 siblings, 1 reply; 27+ messages in thread
From: Mike Willour @ 1997-11-29  0:00 UTC (permalink / raw)




Hi,

I'd like to learn to do programming for Windows 95.  It seems that
most of the source materials are written using C or C++.  My Ada is
much stronger than my C, I am currently using the GNAT compiler for
MS-DOS, although Object Ada from Aonix(?) is avaiable at the
university where I am taking classes. Also I don't have any experience
with mixed language programming. Any recommendations?





^ permalink raw reply	[flat|nested] 27+ messages in thread
* Learning Windows 95 programming with Ada?
@ 1997-11-29  0:00 Mike Willour
  0 siblings, 0 replies; 27+ messages in thread
From: Mike Willour @ 1997-11-29  0:00 UTC (permalink / raw)




Hi,

I'd like to learn to do programming for Windows 95.  It seems that
most of the source materials are written using C or C++.  My Ada is
much stronger than my C, I am currently using the GNAT compiler for
MS-DOS, although Object Ada from Aonix(?) is avaiable at the
university where I am taking classes. Also I don't have any experience
with mixed language programming. Any recommendations?





^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~1998-02-07  0:00 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-02  0:00 Learning Windows 95 programming with Ada? tmoran
1997-12-02  0:00 ` Robert Dewar
  -- strict thread matches above, loose matches on Subject: below --
1998-02-07  0:00 tmoran
1998-02-07  0:00 tmoran
1998-02-05  0:00 Tom Moran
1998-02-06  0:00 ` nabbasi
     [not found] <348faacf.18643984@news.thegrid.net>
1997-12-03  0:00 ` Jerry van Dijk
1997-12-03  0:00   ` Jon Jensen
1997-12-04  0:00     ` Larry Kilgallen
1997-12-05  0:00       ` Stanley R. Allen
1997-12-05  0:00       ` Jerry van Dijk
1997-12-05  0:00         ` Michael F Brenner
1997-12-06  0:00           ` Tom Moran
1997-12-08  0:00             ` Richard Toy
1997-12-09  0:00               ` Tom Moran
1997-11-30  0:00 tmoran
1997-12-02  0:00 ` Robert Dewar
1997-11-29  0:00 Mike Willour
1997-11-29  0:00 ` Jean Ichbiah
1997-11-29  0:00   ` Robert Dewar
1997-11-30  0:00     ` Jean Ichbiah
1997-12-01  0:00       ` Larry Kilgallen
1997-12-01  0:00       ` Robert Dewar
1997-11-30  0:00   ` Jerry van Dijk
1997-12-01  0:00     ` Pascal Obry
     [not found]       ` <34833E36.5C47@easystreet.com>
1997-12-02  0:00         ` Pascal Obry
1997-11-29  0:00 Mike Willour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox