03-22-2021 04:30 PM
Hello,
I am having an issue with Citadel when using it as part of an executable on a computer that does not have labview installed. I have installed Labview RTE and the DSC module. The issue I'm having is that the citadel VI sometimes causes the exe to crash, with the error message saying that there is not enough memory to complete the for loop operation in the attached code. Any suggestions?
Thanks
03-23-2021 04:02 AM
Since it's a memory problem, it may be originated everywhere in you program. Could you post the whole vi?
How do you know it's this loop the offending code? If I remember well, the message is a generic "not enough memory to complete this operation" and there is little chance to know the exact place where it's originated unless you are in the development environment.