Displaying 1 result from an estimated 1 matches for "kodikas".
Did you mean:
bodik's
2007 Jun 14
1
I can't use libFLAC++
...pp files in the
project. Include is
#include "FLAC++/encoder.h"
i write something like this
FLAC::Encoder::File test;
i build, compile goes ok but then i get
[Linker Error] Unresolved external
'_FLAC__stream_encoder_set_ogg_serial_number'
referenced from H:\FLAC VISUAL\PIGEOS
KODIKAS\STREAM_ENCODER.OBJ
[Linker Error] Unresolved external
'_FLAC__stream_encoder_set_bits_per_sample' referenced
from H:\FLAC VISUAL\PIGEOS KODIKAS\STREAM_ENCODER.OBJ
and a lot of other similar linker errors.
Am i doing it wrong? Should i follow instructions in
Readme to build the library?
T...