does anybody know, how to use id3lib in borland c++ builder 6? i have used the patches on this page to compile it and now i have a "id3lib.lib" and some ". obj"-files.
how can i use this files in borland c++ builder 6?
Logged In: YES user_id=327967
Use:
#pragma link "id3lib.lib" or include lib in your project
#include "id3.h"
Then the functions should accessible
Log in to post a comment.
Logged In: YES
user_id=327967
Use:
#pragma link "id3lib.lib" or include lib in your project
#include "id3.h"
Then the functions should accessible