[Pas2js] Pas2js 1.4.0RC3

warley camargo warleyalex at yahoo.com.br
Wed Feb 27 13:10:28 CET 2019


I can not compile the old/not required package "pas2js_flcdb"! This pck uses the fpexprpars.pas. It show me this error:

fpexprpars.pas(2937,61) Error: Bitwise operations are 32-bit


Function TFPBinaryOrOperation.GetNodeValue : TFPExpressionResult;
begin
    --> rtInteger : Result.resValue:=NativeInt(Result.resValue) or NativeInt(RRes.resValue);
end;


Function TFPBinaryXOrOperation.GetNodeValue : TFPExpressionResult;
begin
    --> rtInteger : Result.resValue:=NativeInt(Result.resValue) xor NativeInt(RRes.resValue);
end; 
 


More information about the Pas2js mailing list