From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File Dialog and CINs

hello,

Whenever i perform a file operation in LV, it crashes my CIN. I'm
running LV 5.1.1 in Windows NT. Has anyone else ever had this problem
before? I don't understand why it would be happening... When i
debugged my CIN, the crash occurred when a function was called, after
the parameters are pushed onto the stack.
------------
0334116D 8D 4D 94 lea ecx,[ebp-6Ch]
03341170 51 push ecx
03341171 6A 00 push 0
03341173 6A 00 push 0
03341175 68 98 30 35 03 push offset string "hep4a"
(03353098)
0334117A E8 07 02 00 00 call _HeOpen (03341386) <-crash
-----------
and it only happens to one function.. the actual error statem
ent
is "The instruction at 0xXXXXXXXX referenced memory at 0xXXXXXXXX. The
memory could not be "written"." I don't see how this applies to a call
instruction... I tested all the parts of a file i/o operation and the
file dialog seems to be the part thats causing this crash.. The
program works fine without any of the file stuff. any ideas?

Thanks,
Eugene


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 1
(2,212 Views)