05-22-2007 09:16 PM
05-23-2007 05:57 PM - edited 05-23-2007 05:57 PM
Message Edited by Jesse O on 05-23-2007 06:01 PM
05-23-2007 08:45 PM
Dear Jesse,
Thank you so much. I tried your solution and it worked pretty well. Maybe you can add this as a KB so the other customers can also benefit from that.
As to Email address, I used to be NI employee and I just left NI. That's why you see jucao.liang@ni.com. 🙂
Thanks again.
Jucao
05-24-2007 10:10 AM - edited 05-24-2007 10:10 AM
Hi Jucao,
Keep in mind that you just need to call this extra code once within the main thread. I have modified your .cpp file by placing these calls in your CMT_Test_NI_DGT_AWGDlg:: OnInitDialog().
Another solution is to call
#include
"ivi.h"from the main thread. To use this solution, you will need to be sure to link to the ivi.lib library. The attached file has both workarounds in place, with the IviConfigStoreHandle method commented out.
I hope this helps.
Regards,
Sean Close
Product Support Engineer: High Speed Digitizers
Message Edited by Sean C. on 05-24-2007 10:17 AM
05-25-2007 02:09 PM