



Apologies for multiple copies due to cross-posting to relevantmailing listsCALL FR PARTICIPATINThird German Conference onMulti-Agent System Technologies (MATES 05)September 11 - 13, 2005Koblenz, Germanyhttp://www.mates2005.de/Incorporating the 9th International Workshop onCooperative Informatio...
SML/NJ at version 110.54 fails to build on Cygwin. The first problem is in, which fails to compile thus:/mach-dep/cygwin-fault.c: In function `ctrl_c_handler': error: structure has no member named`vp_numPendingSysSigs'I guessed the following patch from how similar code in nearby files...
Tired of being unemployed? FindJobEasy.com is the solution to all youremployment worries. With on quick and easy site, you can access jobsfrom more than 50 major job listing sites and employer sites.FindJobEasy.com is a convienent and simple way to search a job withouthaving to go through each s...
Even with a 10 megabyte stack, I still get SIs this a multithreaded program?D.PS: I've heard it said that the default stack size is rathersmall on windows, but I'm afraid I don't know how this relatesto GNAT/gcc....
Marius Amado Alves wrote, "isn't it possible that your program has alogic fault that is exhausting that stack?"Since the original version with 16 bit pixels works and a new versionwith 16 bit pixels and an access type for the two dimensional array works,the existence of a logic fault that e...
What does this message mean EXCEPTIN_STACKVERFLW?If it means overflow of a stack of exceptions, then isn't it possiblethat your program has a logic fault that is exhausting that stack?...
I am creating software in Ada to visualize images obtained with afluorescence microscope. Unfortunately, when I switch my images from having16 bit pixels to 32 bit pixels, I raise the exception STRAGE_ERRR :EXCEPTIN_STACKVERFLW.I am using GNAT 3.15p.The Users Guide to Windows states: "5.3 Settin...
Hi,In my work with wxAda, I've found a need for some primitives to beprivate to the outside of the "wx." package hierarchy, yet packageswithin "wx." need to acces them.e.g.The package "wx.Window" contains a function which creates an Ada typerooted at Window_Type for a specific C++ instance...
look at this exemple:with Ada.Unchecked_Conversion;with Ada.Text_Io;procedure Main istask type Cain isentry Who_Are_You;end Cain;task type Abel isentry Who_Are_You;end Abel;type Ptr_Cain is access Cain;type Ptr_Abel is access Abel;task body Cain isbeginloopaccept Who_Are_You;Ada.Text_Io.Put_Line...
Has anyone had any success using A# to do simple WebControlprogramming? I've been away from Ada for a while, and maybe that's whyI'm having such a hard time with the declarations needed for a simpletest program to create a page with one little label control.Any help would be much...
Happy Fourth of July!I have installed ICN on Windows ME and am having some trouble with II am linking to the I library file.First, I could not getdosdir()to work, so I tried something I thought was simpler:getdrive() ,which should return a string, I believe. No dice.getwd()didn't seem to wo...
All,Fans of Ada often talk a lot of nonsense about CThose of you not willing to fork out $18 for a copy of the CStandard can search for material in the C Standard (at leastyou will be once google gets around to indexing it) here:A detailed analysis is provided in my book "The New C Standard:An e...
