09-22-2011 08:28 AM
Has anyone had the following error message? I am running Labview 7.1. Can we just install the RTE?
an, exception, occurred, within, the, external, code, called, by, a, call, library, node%2C, this, might, have, corrupted, labviews, memory
09-22-2011 08:31 AM
That error message means that you, or a VI that you are using is calling a DLL and it's calling it incorrectly, or passing it bad data, causing it to crash. I have no idea why you think this has anything to do with the RTE.
Check your code, and see where you are using the Call Library Function Node.