Author Topic: Error "Encountered an improper argument" during code gen  (Read 2257 times)

Thomas Arnbjerg

  • EA User
  • **
  • Posts: 84
  • Karma: +0/-0
    • View Profile
Error "Encountered an improper argument" during code gen
« on: November 01, 2023, 09:18:43 pm »
When I generate C++ code from two interface classes I get the error message "Encountered an improper argument".
It has worked before for the two interfaces in question.
The error does not appear for several other interface classes with the same number of parameters and data types.

Any ideas?

Thomas Arnbjerg

  • EA User
  • **
  • Posts: 84
  • Karma: +0/-0
    • View Profile
Re: Error "Encountered an improper argument" during code gen
« Reply #1 on: November 01, 2023, 09:23:28 pm »
Ok - it's an internal error somewhere. If i clone the two interface classes (i.e. identical) I can do the code generation.

So that's a workaround.