Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~286 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for lodacy

type i1500 = array[1..1500] of integer; var iarray: array[1..100] of ^i1500; for j:=1 to 100 do new(iarray[j]); access [j,k] with iarray[j]^[k] [QUOTE=lodacy]I will appreciate any help on the following. Please reply to [email][email protected][/email] as well. I am trying to program something that use huge integer matrices, say 100x1500. I can …

Member Avatar for geoclock
0
198
Member Avatar for geoclock

I have been writing Delphi 1 programs for almost 10 years, and periodically get the above run time message. I have eliminated it on my machines, but other people still get it. I have no idea where it comes from, or what I am doing wrong. Obvously, I do not …

0
88

The End.