Hi! i'm trying to save a file with some data of my application. This Data is a cluster of some boolean data, some i32 data, some array of i32 and some string data. I use OPEN_CREATE_REPLACE File.vi, WRITE FILE and CLOSE FILE to create and replace file and works fine. But when i create the EXE file, this sistem will not work anymore. why? (If i create a more simple cluster i.e. a boolean data+ a i32 data, this work)
Thank you very much to anyone that try to respond to my question.
Andrea