> I assume I have support for the 3-D graphics on the computer, since I
> run it on the same computer as Labview. The graphics works fine while
> developing the program, but not with the standalone program.
>
> I'm using UNIX so I don't think there is a problem involving a Shared
> Library.
>
Actually, I think Ben is correct. It isn't a DLL, but a shared library.
Running an EXE built by LV, it dynamically tries to load the mesa
library. If it doesn't find it, it goes ahead, assuming that you pared
the distribution down on purpose.
I believe there should be a redistributable runtime installer on the CD
shipped with LV. If not, you can get it from the web site. It will
place a few resource and libraries in a common location where
all LV
EXEs can find them. The LV editor/development system doesn't currently
use those same libraries.
Greg McKaskle