01-02-2010 08:09 AM
I tried to compile some of the demos using the lcc32-environment. After some time it worked fine using
lcc -c test.c -o test.o
lcclnk test.o test
But when I try to run test.exe I get the following error:
Exception 0xc0000005
Segment violation
Adress: 0x0
abnormal program termination
Any ideas on that? The program I tried to start was Acq-IntClk.c
Thanks!
01-08-2010 07:05 AM
Hi Mart
thanks for posting to our forums. I have to admit I am not too familiar with the Lcc win 32 compiler. You should take a look at this forum post. The DAQmx C Reference Help mentions at the index "ANSI C" several steps to follow in order to use other compilers.
Good luck with your project!
Peter