Displaying 7 results from an estimated 7 matches for "vorbis_vc6".
2000 Jul 12
1
VC6 MS Project Files
...to LIBC, that can cause multiply defined
symbols in an application that attempts to use vorbis.lib.
The attached .dsp and .dsw file fix these problems.
Regards,
Scott Danahy
Programmer
VedaLabs - www.vedalabs.com
<HR NOSHADE>
<UL>
<LI>application/octet-stream attachment: vorbis_vc6.dsp
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vorbis_vc6.dsp
Type: application/octet-stream
Size: 4245 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis/attachments/20000712/f2893a6c/vorbis_vc6-0002.obj
-------------- next p...
2000 Jul 12
2
VC6 Project Files
The VC6 .dsp and .dsw files included with the distro of the Vorbis source
has a few problems. Mostly, a few files are missing and cause unresolved
symbols when attempting to link to the resulting vorbis.lib. There also
exists a problem with linking to LIBC, that can cause multiply defined
symbols in an application that attempts to use vorbis.lib.
The attached .dsp and .dsw file fix these
2000 Nov 06
3
Problems compiling vorbis.lib in MS Land
Hey all...for whatever reason when opening up the vorbis_vc6 project in Dev
Studio bitwise.c and framing.c are still in the project. From my
understanding these files are only in the ogg library now. If I try to
compile the project as is, it fails because it can't find the files. Simple
solution: Delete the two files.
I just thought I'd give somebo...
2000 Jul 04
2
Compiling ogg lib on VC6...
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...
2000 Aug 28
6
Vorbis on Windows
Folks,
Has anyone successfully compiled the Vorbis source
code on Windows 98 with Visual C++ 6.0??
FR
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2000 May 01
2
Bug fix, win32 stuff
...not zero out some member variables of the file info struct,
and if a file was not successfully opened this would cause
a crash at destruct time. Fixed.
I've also made some changes so that vorbis will compile
cleanly under win32 without one having to muck around with it.
I have added a "vorbis_vc6" directory which contains project
and workspace files for Visual C++ 6. os.h, lpc.c and
codec.h were changed in minor ways. I am doing a lot of
development under win32 so I will be maintaining this.
In order to get everything compiling cleanly across both win32
and linux, I had to add a new...
2000 Aug 22
4
Vorbis Beta 2 MSVC Files
The .dsp and .dsw files included I obtained as a part of the vorbis source,
via CVS, are not recognized by Visual Studio as valid workspace/project
files. Should I be getting these files from another place or can someone
clue me in on how else to build vorbis on a windows platform?
Scott Danahy
Programmer
VedaLabs - www.vedalabs.com
--- >8 ----
List archives: http://www.xiph.org/archives/