in reply to Some functions in .xs file can't be found
The function is defined as returning void, but then you call XSRETURN(1)
Change:
void TagLib::ID3v2::Tag::header()
To:
SV* TagLib::ID3v2::Tag::header()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Some functions in .xs file can't be found
by ikegami (Patriarch) on Nov 13, 2013 at 15:05 UTC | |
by BrowserUk (Patriarch) on Nov 13, 2013 at 16:59 UTC |