comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada
Today's most active topics: * Conditional compilation in Ada? - 5 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/c35edbbda4c7f58f * anybody providing proof of having harmed matt parker his wife and relatives will be rewarded - 5 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/d9727197972b7779 * What is correct way to pack records - 2 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/e5140c483354bfcc * Not Announcement of GNAVI IDE - 1 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/e80bfa63a66ebe6b * Possible Memory Leak - 1 new http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/5799fe4f91b50de Active Topics ============= Conditional compilation in Ada? - 5 new ---------------------------------- ... Well that is the Trick - any Pragma which the compiler does not know is ignored. A pragma which no compiler knows about is ignored by all. The thing I which for is a pragma to switch off the damm warning about not knowing pragma X. With Regards Martin ... - Fri, Nov 19 2004 1:03 am 5 messages, 5 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/c35edbbda4c7f58f anybody providing proof of having harmed matt parker his wife and relatives will be rewarded - 5 new ---------------------------------- ... The suspect Matt Parker from Cottage Grove OR USA owns the domains in the IP range 66.70.45.10 - 66.70.45.39 Server type: Apache/1.3.27 (Unix) (Red-Hat/ Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.3.1 mod_perl/1.26 Ports: 21 22 25 53 80 110 Webmasters and search engine administrators are adviced to block this IP range and to remove all links and listings of the sites in this IP range: www.trueloves.com > Credit Card Fraud/Sexual exploitation of minors www.skydesigns.com > Credit Card Fraud www.eurobrides.com > Credit Card Fraud/ Sexual... - Fri, Nov 19 2004 3:03 am 5 messages, 4 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/d9727197972b7779 Not Announcement of GNAVI IDE - all new ---------------------------------- I wouldn't call this an announcement since this isn't a release.... but GNAVI now has a functional IDE that lets you: Create new projects Edit projects Create new windows add windows already created to the project delete windows from the project edit the body, spec and XML of the window You can compile and run from the IDE Using the XML specs, you describe your GUI and automatically the source of the body and spec is modified (along with other parts silently) with the changes. The editor is lame and things need much work,... - Fri, Nov 19 2004 4:14 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/e80bfa63a66ebe6b What is correct way to pack records - 2 new ---------------------------------- ... ... and making the situation worse, packing may be specified by command line options, and hence by project settings. ... - Fri, Nov 19 2004 4: 44 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/e5140c483354bfcc Possible Memory Leak - all new ---------------------------------- This is probably one for the language lawyers... Consider a type having a pointer to itelf - that is each variable of this type contains its own address; it's not limited so it needs to be controlled - as exemplified by: type My_ Type; type Access_My_Type is access all My_Type; type My_Type is new Ada. Finalization.Controlled with record Self : Access_My_Type; end record; Initialize will set Self, and Adjust will maintain it. In addition, the type can point to some data: type My_Type is new Ada.Finalization.Controlled with.. . - Fri, Nov 19 2004 9:27 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/5799fe4f91b50de SigAda 2004 - all new ---------------------------------- Was there anything interesting at SigAda 2004? Would anyone care to post a summary. Thanks, Stephen Thompson ... - Fri, Nov 19 2004 7:11 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.ada/browse_thread/thread/96f861e68bf81126 ======================================================================= You received this message because you are subscribed to the Google Groups "comp.lang.ada". comp.lang.ada http://groups-beta.google.com/group/comp.lang.ada Change your subscription type & other preferences: * click http://groups-beta.google.com/group/comp.lang.ada/subscribe Report abuse: * send email explaining the problem to [EMAIL PROTECTED] Unsubscribe: * click http://groups-beta.google.com/group/comp.lang.ada/subscribe ======================================================================= Google Groups: http://groups-beta.google.com
