2010/10/2 Daniel-Constantin Mierla miconda@gmail.com:
// Then I want to assign its value to the PV: // line 209: *external_lib_reply->s = replied_string; // line 210: *external_lib_reply->len = strlen(replied_string);
remove the '*' from the front of the lines.
Opsss, so stupid error... sorry. Thanks a lot :)