11-09-2013 07:09 AM
Hello,
I discovered another issue when debugging 64 bit code.......
I am loading a panel with a table and set the ATTR_ENABLE_POPUP_MENU; this works as expected if the build configuration is set to debug 32 bit. Changing it to debug 64 results in a NON-FATAL RUN-TIME ERROR: Library function error (return value == -13 [0xfffffffffffffff3]). Invalid control ID
Interestingly, release64 configuration works withour error...
Needless to say - running CVI2013f1
Solved! Go to Solution.
11-22-2013 01:50 AM
Before this post disappers... I could upload my project to the ftp server (so far I was unable to provide a small demo project) provided NI is interested in investigating it...
11-27-2013 03:28 PM
Hi Wolfgang,
Please upload your file to ftp://ftp.ni.com/incoming
. Please let me know what the name of the project is, and I will download it as soon as it has been uploaded.
Thanks,
Daniel
11-27-2013 03:36 PM
Hi Daniel,
I've sent you a pm...
12-10-2013 11:23 AM - edited 12-10-2013 11:24 AM
It turned out that deleting the Debug64 folder resolved the issue. Thanks Daniel for the pm help!