We’re getting the below error on one of our build VMs, but not the other.
Error(8): cifm$lnew Not enough memory resources are available to process this command. - C:\apps\xxxxxx\xxxxx\Data10\Data10_BC0.CLW:1
Data is the just for data declarations, ABCs and extensions. There is no code in there.
The VMs are copies of each other but they have diverged somewhat.
We upgraded Capesoft Draw to version 4 and this started happening. I haven’t been able to get anything more useful than the above error. Removing Draw allows the compile to work but that, of course, breaks everything down the line that relies on those exports being there.
It happens when compiling every file from Data10_BC0.obj to Data10_BDK.obj
Data10_BDL.obj seems to compile fine.
After that it compiles Data10_FC0.obj onwards without error.
Details:
IDE: C11.1.0.13810 (also tried with C10 IDE)
Compiler: C10.0.12799
OS: Windows 10
EDIT: I’ve looked at the other mentions of this error and didn’t get anywhere.
I tried compiling with savetmp=>1 but I couldn’t find the .lnk file anywhere. That post was from 11 years ago though so…