in reply to Inline::C Undefined subroutine with uint8_t C function parameter
The only C types that Inline::C automatically maps to & from are those found in yourperl\lib\ExtUtils\typemap.
To use any types not found in there you need to create your own typemap file and add it to the build configuration. See C-Perl bindings section of the POD.
(Also see the "typemaps" configuration option a few lines above the start of that section.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Inline::C Undefined subroutine with uint8_t C function parameter
by stevieb (Canon) on Jan 09, 2017 at 21:45 UTC |