Displaying 4 results from an estimated 4 matches for "tellp".
Did you mean:
tell
2004 Sep 10
4
[Flac-users] FLAC 1.0.4 problems
...st.c -lid3 >&5
/usr/local/lib/libid3.so: undefined reference to `cerr'
/usr/local/lib/libid3.so: undefined reference to `uncompress'
/usr/local/lib/libid3.so: undefined reference to `iostream::ios virtual table'
/usr/local/lib/libid3.so: undefined reference to `ostream::tellp(void)'
/usr/local/lib/libid3.so: undefined reference to `fstreambase::close(void)'
/usr/local/lib/libid3.so: undefined reference to `endl(ostream &)'
/usr/local/lib/libid3.so: undefined reference to `ios virtual table'
...etc, etc, etc...
What version of id3lib is being...
2004 Sep 10
0
[Flac-users] FLAC 1.0.4 problems
.../usr/local/lib/libid3.so: undefined reference to `cerr'
> /usr/local/lib/libid3.so: undefined reference to `uncompress'
> /usr/local/lib/libid3.so: undefined reference to `iostream::ios
> virtual table'
> /usr/local/lib/libid3.so: undefined reference to
> `ostream::tellp(void)'
> /usr/local/lib/libid3.so: undefined reference to
> `fstreambase::close(void)'
> /usr/local/lib/libid3.so: undefined reference to `endl(ostream &)'
> /usr/local/lib/libid3.so: undefined reference to `ios virtual
> table'
>
> ...etc, etc, etc.....
2006 May 11
2
C++ Set_Metadata Problem
I refer to a problem that appeared on the flac list last August that was
either solved off-list or abandoned.
(http://lists.xiph.org/pipermail/flac/2005-August/000468.html)
The problem is with using the C++ encoder classes, particularly the
FLAC::Encoder::File:set_metadata
function. JC said that the developers version of how to add a simple
metadata block looked right, but it did not work for
2016 Jun 24
0
Wine release 1.9.13
...nstructors/destructors.
msvcirt: Implement ostream::flush.
msvcirt: Implement ostream::opfx.
msvcirt: Implement ostream::osfx.
msvcirt: Implement ostream::put.
msvcirt: Implement ostream::write.
msvcirt: Implement ostream::seekp.
msvcirt: Implement ostream::tellp.
msvcirt: Implement ostream::writepad.
msvcirt: Fix implementation of strstreambuf::underflow.
msvcirt: Add stubs for ostream::operator<<.
msvcirt: Implement ostream::operator<< for characters.
msvcirt: Implement ostream::operator<< for strings....