From: Tom H. <son...@pu...> - 2000-10-02 08:55:38
|
ah so i figured out that i have to compile the source of the libs here is how i did it: fftw: open up a new vc++ project file -> new -> projects tab -> win32 static library select a folder to build it into dont check anything when it asks you if you want to add additional libraries click project -> settings click on the c/c++ tab in the category select preprocessor and in additional include directories put in the path to where you extracted the fftw-2.1.3.zip file + fftw ( mine is D:\OTSLibs\fftw-2.1.3\fftw ) there should be a bunch of .c files in this directory. next select project -> add to project -> files browse to the same fftw directory and select ALL the .c files then hit ok the select build -> and then build fftw.lib (fftw might be something different if you gave the project a different name) ok if you had no errors you now have a .lib file in a subdirectory of the project directory called debug. NEXT: for the glib its a little easier: go here: http://user.sgic.fi/~tml/gimp/win32/downloads.html download this file: http://www.gimp.org/win32/glib-dev-20000805.zip it has the lib file in it (glib-1.3.lib) there now you have both the lib files you need ---tom *********** REPLY SEPARATOR *********** On 10/1/2000 at 11:48 PM Mark Vicuna wrote: >Hi, > > The 'Additional Libraries' are the .libs from the fftw and glib distro's. Just put all of them in a directory and change the path in the settings tab to that directory. > >Later, >MarkV. > > > > >Tom Heady wrote: > >> i have a question about building in vc++ 6: >> note: i do not know c++ and dont't know much about vc++. >> >> in the readme it says: >> >> When trying to build the sp_sdk_dll library, you will need >> to also go to the Link tab, select the Input Category, and enter the >> correct path to the glib and fftw library files in the "Additional >> library path" edit box. >> >> well i downloaded the glib and fftw files, and have no idea which file in each distribution is the "library" file. >> >> thanks for the help >> >> ---tom >> >> BTW: all i really want to do is get a dll ( or exe, prefer dll ) that i can call from perl so i can identify and tag my mp3's have you guys thought about releasing a binary or something? >> >> _______________________________________________ >> Freetantrum-devel mailing list >> Fre...@li... >> http://lists.sourceforge.net/mailman/listinfo/freetantrum-devel > >_______________________________________________ >Freetantrum-devel mailing list >Fre...@li... >http://lists.sourceforge.net/mailman/listinfo/freetantrum-devel |