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,
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
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
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),
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
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
I am trying to compile a third part library into my existing application using gnatmake..And I am getting this error:
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开
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()
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