06-16-2008 11:32 PM
Hi everyone,
Are you all able to run and debug a simple command prompt program? Attempt to debug the following simple code in CVI:
#include <ansi_c.h>
int main(){
printf("Hello World");
getchar();
return 0;
}
It seems as if user created threads are not being handled correctly - such as attempting to access killed threads.
06-17-2008 10:18 AM
06-17-2008 10:52 AM
06-17-2008 10:56 AM
06-17-2008 11:01 AM
06-17-2008 11:46 AM