July 10, 2014
4:15 p.m.
Hi, I made another attempt , a very basic one on window : trying to use the abs method in the standard lib. abs: aNumber <apicall: int 'abs' (int) module: 'c:\windows\system32\msvcr100.dll'> self externalCallFailed I get the error âcannot return the given typeâ. But now if I use long as argument and long as return it works. Annick