Lambda the Ultimate

inactiveTopic .NET classes in Ada
started 12/22/2000; 4:07:05 AM - last post 12/22/2000; 4:07:05 AM
Ehud Lamm - .NET classes in Ada  blueArrow
12/22/2000; 4:07:05 AM (reads: 534, responses: 0)
.NET classes in Ada
GNATCOM, available from Adapower (the best site for Ada related stuff), allows access from Ada to COM/DCOM/COM+ services.

A new example shows how to access .NET managed classes.

The announcement:

With the help of GNATCOM, I created a simple package that allows access to all the "managed classes" of Microsoft's .NET platform. That includes all the OS services, GUI classes, etc. etc. etc.

It is a just a quick example that creates a dialog box and pops it on the screen.

You will need to have .NET installed on your system, currently that means installing the .NET SDK from MS's site. (But the source may prove interesting even if you don't have the SDK)
Posted to "" by Ehud Lamm on 12/22/00; 4:08:38 AM