Re: Calling C++ procs from Ada - linkage problem solved



Many thanks Vincent.
 
When compiling in Release mode, no debug infomation is inserted in object files and the #pragma stack_check(off) works.
 
The plumbing from Ada to C++ and back also nearly works. There is a problem with C_To_Ada for array_char, but I will wait and see if that goes away after I have installed version 3.15p (I am now using 3.14p).
 
Again Many thanks
 
Ken Resander