Those project files in vorbis_vc6 dir builds a static library. But ok, i will make my own project file for it. Kovacs On Tue, 4 Jul 2000, Andy Key wrote:> Hi Kovacs, > > >subj. I can compile the library on vc6, but it seems that it doesn't > >export anything. Has somebody similar experience? > > I've built it using VC6, though I didn't use the project files in the > vorbis_vc6 subdirectory, so I can't comment on them. You should be building > the library as a static library, and not a DLL -- if you want to build the > library as a DLL, you'll need to either provide a DEF file with the exports, > or put a __declspec(dllexport) in front of each function that needs to be > exported. > > -Andy Key > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > Ogg project homepage: http://www.xiph.org/ogg/ >--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
Hi Kovacs,>subj. I can compile the library on vc6, but it seems that it doesn't >export anything. Has somebody similar experience?I've built it using VC6, though I didn't use the project files in the vorbis_vc6 subdirectory, so I can't comment on them. You should be building the library as a static library, and not a DLL -- if you want to build the library as a DLL, you'll need to either provide a DEF file with the exports, or put a __declspec(dllexport) in front of each function that needs to be exported. -Andy Key ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
Hi Kovacs,>Yep... It would be nice... ;) Because if interface wont be changing too >much it will be easy to update library if it will be dll, without >recompiling working program. Besides- as vorbis is under lgpl, then >everybody should be able to relink vorbis, just by updating dll, not that >programmers should provide their object files to do this.I've already created a BladeEnc-like wrapper dll for the library for use in my ripper. If you're interested, look at http://xtractor.sourceforge.net/vorbenc-20000629.zip . regards, Andy Key ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/