Compiler has returned exit code -532462766

This forum is meant for questions and discussions about the X# language and tools
User avatar
robert
Posts: 4520
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Compiler has returned exit code -532462766

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

Compiler has returned exit code -532462766

Post 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
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

Compiler has returned exit code -532462766

Post 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
Post Reply