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
@liamappelbe I suppose we don't support defining new types yet?
Now that we're starting to move into the visitor-world instead of yaml-config-world, could we conceivably add something for that?
@kingwill101 A possible work around would be to make a typedef for the function type in a separate header file, and add that header file to your FFIgen config, and use the typedef name as the type.
The text was updated successfully, but these errors were encountered:
@kingwill101 A possible work around would be to make a typedef for the function type in a separate header file, and add that header file to your FFIgen config, and use the typedef name as the type.
I believe I tried that approach and it didn't work. Will give it another shot
@dcharkes is there a way to do variadic arguments that are functions? trying to generate libcurl bindings
and a version of the function accepts a
Originally posted by @kingwill101 in #238 (comment)
@liamappelbe I suppose we don't support defining new types yet?
Now that we're starting to move into the visitor-world instead of yaml-config-world, could we conceivably add something for that?
@kingwill101 A possible work around would be to make a typedef for the function type in a separate header file, and add that header file to your FFIgen config, and use the typedef name as the type.
The text was updated successfully, but these errors were encountered: