On Friday 18 December 2015 01:31:10 Fred van Stappen wrote: > With Linux 64 bit, at compile, with last MSE commit, there are those errors > => > > mibconnection.pas(1563,15) Error: Incompatible types: got "Pointer" > expected "LongWord" mibconnection.pas(1650,15) Error: Incompatible types: > got "Pointer" expected "LongWord" mibconnection.pas(1722,9) Error: > Incompatible types: got "Pointer" expected "LongWord" > mibconnection.pas(1734,12) Error: Operator is not overloaded: "LongWord" = > "Pointer" mibconnection.pas(1915,4) Fatal: There were 5 errors compiling > module, stopping Fatal: Compilation aborted > Please try again with git master 10980ee67ad99092e272c2e9512dc7cc9802340a.
> => fixed with => > > blobHandle:= nil => blobHandle:= 0; > dbha:= nil => dbha:= 0; > trha:= nil => trha:= 0; > if dbha <> nil => if dbha <> 0 > Then it will not compile in 32 bit. ;-) Martin ------------------------------------------------------------------------------ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

