BSFN error
I am trying to copy an existing Business Function in JDE E1 9.1. I copied the structure to D55***. Then I created a new BSFN B55***. I copied the D***.c from Visual C++ into B55***.c. I created the typedef. Everything looks okay to me. Now when I try to build the Business function I get few errors, one of which is "
error C2146: syntax error : missing ')' before identifier 'lpDS'
I don't see any difference in the specified line in original or the copied code though.