RzBorder.pas Error

Sanity

Legend
Legendary
Nov 7, 2007
3,811
116
300
Messing around with the 4G source and am getting this error when compiling the DBServer, anyone shine some light on it? am sure this was the same error when me and Lif was working on this source a while back, not sure how we fixed it though.

errormls.png


Edit: Also getting it with the LoginSrv and Engine.
 

1PKRyan

LOMCN Developer
Developer
Nov 9, 2007
1,535
146
275
No
When you declare a typed constant or initialized variable of array type, but do not supply the appropriate number of elements.


EXAMPLE:

var
// Program Produce
A1: array [0..7] of Integer = (0, 1, 2, 3, 4, 5, 6);

// Program Solved
A1: array [0..7] of Integer = (0, 1, 2, 3, 4, 5, 6, 7);


Would of thought the Raize components would compile fine tbh, if you can't get it fixed try the latest Raize components here mate: http://www.lomcn.co.uk/forum/showthread.php?71978-Latest-Raize-Components-v5.1.1