MikeParr
unread,Feb 4, 2012, 9:42:10 AM2/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FalconPL
Here is a program with a problem.
//---- shows: fatal allocation error when allocating x bytes
size=55000
outString=strBuffer(size) // this line gives the error
//----
I'm running it under Windows 7.
When size is (e.g.) 55000, it displays an allocation error,
When size i s(e.g) 33000, it runs ok.
I'm using strings to contain the contents of whole files, and have a
program that works for
small files, not larger ones.
Any ideas?
Best wishes
Mike