> I was using labview to develop a measuring project.I created a
> standard cin code which was loaded into code node to complete data
> analyse task.Within cin code,I used several win32 dll functions,the
> program crashed.I felt confused.
>
You should try to build your CIN with debugging information, and if this
proves difficult, build a DLL instead. Then place a breakpoint inside
your source code and call it from LV. This allows you to track down the
crash. I do not see anything obviously wrong in your code, but I didn't
make a proof that it is correct either. That is what debuggers are for.
Greg McKaskle