NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

writed a dll for save string in teststand,get a error from teststand

I'm writed a dll for save string in teststand, the dll can execute by itself well,but when loading by teststand, it always error heppen,I attached all resource here ,please kindly help me on this,thank you in advance.

帖子被alexzheng在06-15-2006 03:19 AM时编辑过了

0 Kudos
Message 1 of 3
(2,965 Views)

Hi,

What error are you receiving?

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,955 Views)
HI,
 
I have resolved the problem, I have wrong define in the write function use : writetextfile(CString filename,CString text,int length)
but the error happen when I transfer those string from teststand to dll,it generation a system level error and automatic close teststand software occur,
after I change the define for :writetextfile(char *filename,char *text,int length) ,it is Ok now.

帖子被alexzheng在06-15-2006 06:44 PM时编辑过了

Download All
0 Kudos
Message 3 of 3
(2,947 Views)