tab0529
11th October 2004, 21:40
Hello,

I am trying to write a new session which will archive data from my production company to my archive company. When I try to compile my program script with the copy.text.between.companies() function, I get a message "Unresolved reference to function 'text.copy.between.companies'". I am assuming that I need to include a library, but I am not sure which one. Has anyone run into this problem or similar problem with text.copy(), text.write(), etc.

Thanks for your help!

mark_h
11th October 2004, 22:08
In Baan 4c4 it is in library ottstp_textdll. You might want to do a bic_info on it and check yours.

Mark

lbencic
11th October 2004, 22:19
#include <bic_text>
In the declaration section.

tab0529
12th October 2004, 15:11
Lisa,

Thanks for the info! #include <bic_text> resolved the reference.