I am using RMChart with my program. It works fine. Whenever a chart is created by the program, the program remains in memory after it closes. I have to use the Task Manager to close it.
This only happens when I compile and run the program from FireFly. If I exit FireFly and simply run the compiled EXE, the program is released from memory as I would expect it to be. I'm glad it works this way since I will not have to worry about this with normal program execution.
Is there something I can be doing so that this is not a problem when FireFly is running?
Hi Dick,
Not sure what the problem would be there. Your program should work equally well from inside FireFly and from outside FireFly. FireFly doesn't do anything special when it shells to run the compiled program.