Good afternoon,
I saw the issue related to the SaveStatePanel issue and the work around:
"SavePanelState causes a General Protection Fault when called in a 64-bit application.
After the crash, the state of the save file is unknown. The crash occurs because of header information in the save file.
Workaround: Create a save file in a 32-bit application and use it for the 64-bit application. The save file created in the 32-bit application will have the correct header information. The missing information occurs when creating a new file, but does not occur when modifying an existing file. The save file created in the 32-bit application does not need to be related to the 64-bit application."
I Am using CVI 2017 on a 64-bit operating system.
This issue still exists on CVI2017 ?
How do to create a saved file in a 32-bit application based on my current configuration?
Thank you