Well, there's a command button on my program's user
interface panel. After clicking this button, the program
will read some data from a text file, and then invoke PlotXY() to plot
a graph according to those data.
When I click the button to plot the graph for the first
time, the "mesa.dll" missing error will popup, but when I click the
command button for the second time, the graph is drawn correctly and
the program doesn't mention the "mesa.dll" missing error.
I have checked the files in my system, there's no mesa.dll
exactly, which confuses me a lot. If this DLL is not
needed, why the program indicates the absence of it for the first time?
Therefore, if this DLL is not really needed, why the program runs
correctly while I click the command button again?