It's probably because the path is wrong. If you are obtaining the path
to the ini file relative to the current VI's, then you need to do
another strip path. For example, a current VI's path might be
c:\folder\example.vi but in a built app, it will be
c:\folder\app.exe\example.vi. You can put a test into your VI to see
if you are in development mode and if false, do an extra strip path.

Reply via email to