Hello,
I have three instances of CINs running two different object codes. Two have the same object code loaded.
I am having major problems getting my computer not to crash when I load the object code, then execute. I have all sorts of different errors...
.. sometimes it crashes when I try to load the object code
.. sometimes it crashes when I hit start
.. sometimes it crashes when i try to set a break point
.. something the whole thing runs fine and I can start and stop my prog, but when I hit the save button for my. vi, it crashes
I using my C program to do 64 bit encryption and cannot implement it in Labview. I am passing it 2 arrays that are 1D, which I suspect are the culprits here.
I initialize the array size in labview, then access array variables (8byte array) using statements like (*CK_array)->Numeric[0] where the argument for Numeric is 0-7. The program can run OK when I have everything commented out of my C files. I have even reiterated my dimensioning by using (*CK_array)->dimSize = 8;
My most common error is for "fpsane.cpp" line 392. I have tried recreating my objects on my main panel to get rid of this problem but have had no luck. I've looked at the creating a CIN .pdf and it does not help. I have reviewed the replace.c and replace.vi examples too.
If anyone can give me any tips I would greatly appreciate it. I am ready to port this thing over to LabWindows.
Thanks,
Greg