I have a configuration file that i need to upload for a CAN program, is it possible to include it in the project build so that i end up with just one .exe file and not a .exe and a .ncd, if so, what should i point to as a filepath?
If you are building an executable, I normally place the ini file in the same directory as the executable, thus my path would be simply config.ini. I believe that the default is to place additonal files into the data directory located in the executable directory. Then the path would be data\config.ini. This is dependent on the VIs you use to open the file.