Joy Conner
27th June 2006, 15:35
I have run ttstpcreatdll for session tdsls4404m000 and this is the first time I have created an AFS library.

While it was running, I received an error message. I printed the report and see the output of errors during the compile. It points to line 48. The name of the function on line 48 is "function extern void tdslsf4404m000.put.Text( const domain value )". When I comment this function, I can get a clean compile.

What is wrong with this function? Please see full text of this function in attachment.

günther
27th June 2006, 16:03
Hi Joy,

I get the identical error in line 48. The problem is "const domain value", it should be something like "const domain tcmstr.str80 value".

When you have a look at form 1 of session tdsls4404, you see the Label "Text"; the field text is defined as "Domain: <empty>", "Domain Type: String". The field above e.g. uses the working form "Domain: tcdate".

=> Long: Open a case at baan.
=> Short: Correct the generated code by ttstpcreatdll.

Günther