You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to following the only example I could find here and I'm getting generated output. However, the generated source is depending on CppSharp the Std.cs file
OS: Windows / OS X / Linux (include version and/or distro)
Not seeing why any reference to CppSharp should be included in codegen output, but I'm guessing it's some dumb error I'm making. Any help much appreciated!!!! Also, if you know of a solid example repo I can adapt, I'd be more than happy to try and reproduce off of that.
The text was updated successfully, but these errors were encountered:
Brief Description
I'm trying to following the only example I could find here and I'm getting generated output. However, the generated source is depending on
CppSharp
theStd.cs
fileOS: Windows / OS X / Linux (include version and/or distro)
Linux, Ubuntu 22.04
Used headers
Used settings
Compiler
Target: gcc
Language
C++11
Stack trace or incompilable generated code
from generated code:
################################################################################
Not seeing why any reference to
CppSharp
should be included in codegen output, but I'm guessing it's some dumb error I'm making. Any help much appreciated!!!! Also, if you know of a solid example repo I can adapt, I'd be more than happy to try and reproduce off of that.The text was updated successfully, but these errors were encountered: