4024   Out of resources for operation

Cause

This error usually occurs if your system is out of memory.

This error could be caused by an external function that has been called where the number or types of the parameters in the external function definition do not match the parameters expected by the function. In this situation, it is possible that the incorrect parameter definition has caused the external function to corrupt memory.

Action

Check that the definition of any external function in JADE exactly matches the function in the DLL. If this is not the case, you may need to shut down one or more applications to free up memory. You may also need to increase the size of the virtual memory page file or install more physical memory to prevent this error from occurring again.