开发者

gnat

0
  • Ada GPS IDE can't seem to find GtkAda

    I have in开发者_StackOverflowstalled both the GNAT Programming Studio (GPS) and GtkAda. They both seem to work fine, but when I try to build the Simple Window project under New Project from Template,[详细]

    2023-04-05 12:55 分类:问答
  • Ada, how to package the Ada code to an independent exe file?

    I am use GNAT Programming Studio 2011. I want to know how package the code to an exe file. Such as package and release my code to a exe file and could开发者_如何学JAVA running in other computer which[详细]

    2023-04-03 06:19 分类:问答
  • How to Run Ada Code in GPS

    In GNAT Programming Studio, how do you run the program? I开发者_运维技巧 see it compiled successfully, but I do not see where my program has started running. I would like to test it.First, you have to[详细]

    2023-04-02 19:21 分类:问答
  • How to bind to OpenCV for GNAT?

    Can anybody tell me how to find or create a binding to OpenCV 开发者_StackOverflow社区for GNAT? I want to use Ada2005 to implement some program with OpenCV (1.0 or 2.X),[详细]

    2023-03-25 04:19 分类:问答
  • Makefile help (and Shell command)

    I need help extracting test from a shell command for use in a Makefile variable. Basically, I am using two different versions of a piece a software on different servers, but using a common makefile.O[详细]

    2023-03-23 20:00 分类:问答
  • Ada issue with STORAGE_ERROR

    I have this small function that is causing me headaches on RHEL6, and I am not sure what is going on... and it is a pain to debug.开发者_运维百科When I run this I am getting a STORAGE_ERROR, so I did[详细]

    2023-03-18 15:32 分类:问答
  • Ada compilation issue (Looking for adbs I don't have?)

    I am trying to compile a third part library into my existing application using gnatmake..And I am getting this error:[详细]

    2023-03-02 19:24 分类:问答
  • Set specific cpu core for task in GNAT

    I\'m using Gnat and want to set a specific execution core for one of the tasks. The problem is that I couldn\'t find any docs on that. Despite the addition of System.Multiprocessor, as mentioned her开[详细]

    2023-03-01 23:05 分类:问答
  • Dump current stack in GNAT compiled Ada?

    In java I use this method sometimes to see where I am in the current stack: http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html#dumpStack()[详细]

    2023-02-22 08:20 分类:问答
  • Ada Slicing with Strings

    I\'m a long time C++ programmer learning Ada for fun.If any of the following is bad form, please feel free to point it out.I\'m trying to learn the Ada way to do things, but old habits are hard to bre[详细]

    2023-02-09 06:33 分类:问答