search for: splitimg

Displaying 1 result from an estimated 1 matches for "splitimg".

Did you mean: splicing
2004 Sep 10
1
How do I use FLAC in my C++ program ?
...yer" application, that plays tracks from my cd backups, which are stored as a .flac file and a cdrwin style .cue file. Anyway enough of that, onto the problem.. I wish to use C++ for my program, but when I try to compile it with g++ I get the following types of errors: /home/dave/development/splitimg/splitimg.cpp:153: undefined reference to `FLAC__file_decoder_new(void)' /home/dave/development/splitimg/splitimg.cpp:154: undefined reference to `FLAC__file_decoder_set_md5_checking(FLAC__FileDecoder const *, int)' and so on, you get the idea... its not linking to libFLAC :( my compile lin...