-
Good morning @ad3154 and @GwnDaan. Today I was trying to compile the seeder example and the program wasn't able to create the objects of InternalControlFunction and PartneredControlFunction classes (and yes, I used the create method). Until I made the constructors public, they won't work and I don't know why. It may be something silly, but sadly I was not successfull solving the problem. The error was the following: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hmmmm... strange. This is not the first time their compiler has done something that seemed a little odd. Here's another option we might consider @GwnDaan We could make the constructors public but add a So then we'd have:
|
Beta Was this translation helpful? Give feedback.
@thiagozf1 I pushed a new commit (c0e392e) to #292 can you try it and see if your compilation issue is resolved? If it is, I'll cherry pick it onto another branch and open another PR.