|
Address of an object Both X'Address and Unchecked_Conversion of a pointer to X would not give the true address of X (i.e. the address returned by Allocate of the corresponding storage pool). For an array type, X'Address is the address of the first element, the dope is out. Is there any better way than this extremely ugly and slow: ... 19 Sep 2006 21:02
Coverage analysis on Windows Hello, I am looking for a windows tool which enables to display gcov (gcc 3.4.4) coverage results. Would you know one ? I have tried lcov, but it isn't ported for Windows ... Thanks for your help ! Cheers, ManU --- ... 8 Sep 2006 21:41
conditional compilation with gnatmake Back in July, there was a thread about conditional compilation: http://groups.google.com/group/comp.lang.ada/browse_thread/thread/634259facc42df7a/2af882a659c4e1f6?lnk=st&q=&rnum=1&hl=en#2af882a659c4e1f6 I said at one point: In GNAT, the use of preprocessed files is not so transparent, because gnatmak... 27 Aug 2006 11:23
Ripple effect On the Ada-Comment mailing list recently, Robert Duff shared some ideas on language design for a language he is thinking about (which may be called Nada, but is definitely not called Duff). In this language, there is no equivalent of the Ada "use" and primitive operators ("+", "-") of a type are directly visibl... 9 Sep 2006 11:23
ActiveX Controls Hello, i got a problems using COM objects in Ada. The first thing i tried to do has been to read the article from David Bottom"Interfacing Ada 95 to Microsoft COM and DCOM Technologies". Pretty good article for understanding, but i think it is to much work for many more functions. I am looking for a solutio... 12 Jul 2006 23:38
Problem creating bindings - please help Hi all, I tried to create my own Ada bindings for a dll, but I didn't succeed. The C-header contains: DWORD __stdcall CAN_GetHwParam( HCANHW hHw, WORD wParam, void* pBuff, WORD wBuffLen); My Ada-spec look like this: with System; package CanApi2 is pragma... 20 May 2006 08:04
calling a dll Hello, i've got a problem calling a dll. This dll is written in C. I've build a specification file where i described all types and function prototypes. I've tried to link the dll with dynamically using Loadlibrary, GetProcAdress etc. and statically using the import library. In both ways my programm could b... 5 May 2006 05:08
floating point to fixed point conversion hello guys, I need some help from you. I am doing a DSP project and for that I need to do some C coding for the conversion of sample data which is in floating point representation to fixed point representation. the sample data is in floating point like 0.224128 2.299965 0.448350 -1.779926 My DSP algorithm is... 22 Feb 2006 09:33
Ada95 skills test - Beta version(FREE) Hi! Brainbench is a provider of high-quality, secure, online, certification tests using computer adaptive testing (CAT). We provide skill-based tests that measure a person's core knowledge in a specific field. I have currently put an Ada95 certification test into our Beta phase. We are in great need of Ada95 ... 24 Feb 2006 19:36 |