ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
08-10-2005 11:18 AM
private
: AxInterop::CWUIControlsLib::AxCWButton * button1;08-11-2005 11:41 AM
08-11-2005 12:28 PM
Hi,
I just fixed the problem. The method I used to close my program was exit(). I changed it and use Close() instead, which fixed the exception error. Although I do not know the reason behind the exception, changing the exit function worked. Thanks anyway!