-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++] Interfacewrapper.cpp compilation failure (string cache) #148
Comments
fsahmad
added a commit
to fsahmad/AutomaticComponentToolkit
that referenced
this issue
Feb 23, 2021
anpilog
pushed a commit
to anpilog/AutomaticComponentToolkit
that referenced
this issue
Oct 6, 2021
martinweismann
added a commit
that referenced
this issue
Oct 6, 2021
anpilog
added a commit
to anpilog/AutomaticComponentToolkit
that referenced
this issue
Oct 6, 2021
This reverts commit 8b6129f.
anpilog
pushed a commit
to anpilog/AutomaticComponentToolkit
that referenced
this issue
Oct 6, 2021
martinweismann
added a commit
that referenced
this issue
Oct 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given a function with a class / optionalclass argument, the generated code ends up looking something like this:
interfacewrapper.cpp
Since
CMyComponentFoo
is a binding class, this won't compile. Also, the pointerpBaseThisResult
is actually of typeIBase *
.I've hacked a fix to get it to work by generating
IBase *
instead, but as I don't know how this parameter caching is supposed to work I can't say if it's the right way to fix it.The text was updated successfully, but these errors were encountered: