xsharp.eu • Compiler has returned exit code -532462766 - Page 2
Page 2 of 2

Compiler has returned exit code -532462766

Posted: Sun Jan 06, 2019 12:12 pm
by robert
Danilo,

If you choose to work with .Net functions such as Console.WriteLine() then you may have problems when passing in USUAL parameters.
If you really want to use USUALs then I suggest that you use ?, ??, QOut() or QQOut().

Robert

Compiler has returned exit code -532462766

Posted: Sun Jan 06, 2019 5:56 pm
by Fab64
FFF wrote:
METHOD Lap()
LOCAL dwTickEnd,dwLap,dwWork,dwWork2 AS DWORD
LOCAL cLap AS STRING
...
RETURN clap
Any reason not to modify this to
Method Lap() AS STRING
....
?

Karl
it is better

Fabrizio

Compiler has returned exit code -532462766

Posted: Sun Jan 06, 2019 5:59 pm
by Fab64
robert wrote:Danilo,

If you choose to work with .Net functions such as Console.WriteLine() then you may have problems when passing in USUAL parameters.
If you really want to use USUALs then I suggest that you use ?, ??, QOut() or QQOut().

Robert
Hi Robert,
thank you for your suggestion,

Fabrizio