It is the same result when I load a EXE file.
Well, actually I find that the LV (both the LV DVE and RTE) runs the code OK, and it stops in the VC++ env at the breakpoint, however,
it pops up the above error window when it runs the VI "IMAQ AVI Open".
Except the error window pops up in Labview, the following is the error msg in VC env:
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\nipalut.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\nipal32.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\Program Files\National Instruments\LabVIEW 7.1\resource\mesa.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\mscms.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\icm32.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\msimg32.dll', No symbols loaded.
The thread 'Win32 Thread' (0x18c) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0xed8) has exited with code 0 (0x0).
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\qcap.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\msvfw32.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\quartz.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\devenum.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\WINDOWS\system32\d3dim700.dll', No symbols loaded.
'LabVIEW.exe': Loaded 'C:\Program Files\Common Files\Ahead\DSFilter\NeVideo.ax', No symbols loaded.
First-chance exception at 0x0c90b5ed in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c90ab1c in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c90ae07 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c90af24 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c908623 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c908716 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c908870 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c908af7 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c908ca4 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c90afa7 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c90b0f8 in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
First-chance exception at 0x0c90b26a in LabVIEW.exe: 0xC0000005: Access violation writing location 0x00000000.
What is the reason for that and is there any way to elliminate the error?
Thanks