英文: gdb on MacOS Ventura fails with python library not loaded 问题 我有一个用于Ada工具链的gdb版本,似乎有一个引用Python动态库...
Ada2012:Ada.Finalization.Limited_Controlled 可能出错?
英文: Ada2012: possible error for Ada.Finalization.Limited_Controlled? 问题 It appears that you're encou...
Ada2012受控类型错误:调用抽象过程必须是分派的。
英文: Ada2012 controlled types error: call to abstract procedure must be dispatching 问题 I'm facing a c...
使用一个带有有限接口实现的通用包的Ada实例化
英文: Ada instanciation of a generic package with an implementation of a limited interface 问题 我在 my_in...
如何通过DLL在Ada和C之间传递复杂数据类型,比如记录?
英文: How to pass complex data types, like records between Ada and C via a DLL? 问题 我试图让Ada代码编译成一个DLL,以...
Ada 2005 访问类型
英文: Ada 2005 access type 问题 我正在尝试使用Euler方法解决微分方程,使用的技术在*《Ada软件工程师的第二版》*第13.6.1节中有所提及,从第263页开始。 我已经修改...
如何在处理ADA异常时处理资源释放?
英文: How do you handle resourece release while handling an exception in ADA? 问题 ADA是否有类似于C++的析构函数或Jav...
不同的 arm-none-eabi-gcc (cortex m0 / stm32f03) 上 ‘Address’ 属性的取值:
英文: Different Values of Attribute 'Address on arm-none-eabi-gcc (cortex m0 / stm32f03) 问题 在 arm-...