Click here to Skip to main content
15,886,693 members

Comments by vonpik (Top 3 by date)

vonpik 28-Mar-12 4:32am View    
Are you including catalogue with headers that have only one line in it? For example <pre>#include "../taglib/wavpack/wavpackproperties.h"</pre>
or files that have whole definitions? I recently added *.so library and it does not work when I add headers only with some include in it, but with whole definitions it does.
vonpik 28-Mar-12 4:23am View    
Phonon is quite limited, for example it can't even play *.flac files, so I suggest to use some external libraries. There are plenty of them in the Internet.
vonpik 24-Mar-12 10:33am View    
What kind of array you have in mind? Basic array from C++ standard? String array? Or array type in some library?