Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CW 2.0 compiler errormessage: dinamic pool limit exceeded isl.plists 1

Status
Not open for further replies.

gjorgji

Programmer
May 20, 2001
7
MK
Problem in Clarion for Windows 2.0
compiler errormessage: dinamic pool limit exceeded isl.plists

I have procedure with a lot of embeded code. This compiler error apears any time I put even one additional line of code in the embeds. If I delete old lines and replace them with equal number of new lines, it lets me finish compiling without errors. I would be very greatfull if someone explains to me what is happening and how to avoid this in the future.
 
Hi gjorbji,

2 solutions:
compile as 32-bit application :
On Menubar
go to >Project >Properties
Property Editor Window > Properties Button
Global Tab > Target OS : set to "Windows - 32 bit"

OR

drop in free template from
DPLHelp Template

FREE! Dynamic Pool Limit Helper 3.01 template helps you avoid those dreaded Dynamic Pool Limit Exceeded errors!
New in 3.01, are two Case Splitter Templates that might help with isl.labs errors! Just download, register it, and drop it into those troublesome procedures! Be sure to read the README
file included! For more information on DPL errors, click HERE.

HTH
Karlo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top