[GAP] Binding Problem with GNAT

Robert Dewar dewar at adacore.com
Thu Nov 8 13:27:06 CET 2007


Sergio Gomez wrote:

> The solution to fix this binding problem with JEWL consists in
> the replacement of
> 
>   pragma Linker_Options ("-luser32 -lgdi32 -lcomdlg32 -lwinmm");

Note that you could also say:

     pragma Link_With ("-luser32 -lgdi32 -lcomdlg32 -lwinmm");

 From the documentation:

> This pragma is provided for compatibility with certain Ada 83 compilers.
> It has exactly the same effect as pragma Linker_Options except
> that spaces occurring within one of the string expressions are treated
> as separators. 



More information about the GAP mailing list