search for: win32sdk

Displaying 20 results from an estimated 35 matches for "win32sdk".

2001 Sep 13
1
Updated Win32 SDK build environment
I updated the win32sdk build environment. To summarize: 1.) Added a "mkmak.bat" script to create, install and run an automation macro to perform makefile export from the command line. 2.) Updated makesdk.bat to utilize "nmake" and generated makefiles for performing builds. 3.) Added "sdk...
2003 Oct 01
1
win32sdk-1.0.1
If you are after a 1.0.1 SDK built in the same format as 1.0, and if the current CVS is firm for the release, then you can download the SDK from: http://homepage.ntlworld.com/jfe1205/OggVorbis-win32sdk-1.0.1.zip This is built from the current CVS using MSVC++6 SP5. If this helps speed up the release, great, otherwise, no problem, it kept me amused for a few minutes!! John <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To un...
2001 Oct 08
1
win32sdk shared memory issue
Hi vorbis-devs, I use the Ogg Vorbis libraries built from the win32sdk in winlame. Since the rc2 DLL's are not functioning, I compiled them by myself. The apparent reason is that some data arrays like _residue_P were not shared among DLLs. I looked at the code, and found that IMHO dirty hack in vorbis/win32/src/shmmap*.h that maps the data arrays. Why not pla...
2003 Jan 04
0
Problem with vorbisfile_example from WIN32SDK
We compiled the vorbis_example from WIN32SDK with Borland 5.0 under WIN98. When running, it ends in an address violation caused by ov_open (or ov_test as well). This happens no matter which Library we're using, or if we're trying to read from stdin or a FILE*(which was binary). thanks, michael <p><p>___________________...
2003 Oct 01
9
win32sdk-1.0.1
Hi Ralph, Two diffs. One for vorbis.def and the other for vorbisfile.def. Hope they work!! regards John -------------- next part -------------- A non-text attachment was scrubbed... Name: vorbisdef.diff Type: application/octet-stream Size: 256 bytes Desc: vorbisdef.diff Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20031001/3b7df5ad/vorbisdef-0001.obj -------------- next part
2004 Dec 26
2
Re: Win32 project files for libshout
Hi, Thanks for provoding the snapshot. Now it refers to following folders which are not included in the package! ../../pthreads ../../oggvorbis-win32sdk-1.0.1/include 1) Can I use http://svn.xiph.org/trunk/ogg insted of oggvorbis-win32sdk-1.0.1? 2) Where do I get pthreads? 3) Is svn for libshout available for public read access? Where? - Altu Faltu ----- Original Message ----- > > You need to get the SVN version of libshout to pick up the...
2000 Nov 12
1
This is not going well...
The CVS tree seems so broken apart, the <> includes don't work out of the box. ie <ogg/ogg.h>. They are broken, how do I resolve this? I know the structure is there for a reason, but I don't know how to work with it and make the code compile... To top it all off... I am at a loss as to which sub dirs contain the source for the libs that I need to put together before I
2001 Nov 07
0
re: adding the the RC2 tag...
No you are not wrong, the win32sdk was never tagged. Monty, Jack, et. al.: Can I tag the head revision of just "win32sdk" with the rc2 tag? -- or some such tag as to point win32 people to overlay the rc2 freeze? I know this violates the normal source code control protocol of not touching freezes, but it may help with wi...
2001 Oct 17
2
win32sdk shared memory issue -- proposed change of code
It was recently brought to my attention by "Ram'on Garc'ia Fern'andez <ramon@jl1.quim.ucm.es>" that there is yet an even simpler solution to the issue of cross-DLL access of variables in the data segment. Although a variable may be exported either from the module definition file, or explicitly via _cdeclspec(dllexport) -- unlike procedures (functions), it is mandatory
2001 Nov 07
2
Win32 builds
> I'm still in hell trying to build for Win32. I've tried rebuilding the > project files from scratch, however I'm running into a very odd problem. Are you using the build system in the module "win32sdk"? All the issues you bring up have been solved there. All versions of the libraries work -- static and dynamic, debug and release. Chris --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a messag...
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 somebody a heads up.... Keep up the great
2003 Jun 16
2
using win32 static libs
hi, i hope this is not too "newbie-ish" but i've never programmed with static libs before. i've downloaded the win32sdk and try to build a simple wav->ogg/vorbis encoder, but the linker complained about several redefinitions. environment is visual studio .net 2003 on winxp and a standard mfc-app set up by this project-wizzard that comes with vs.net2003 using the default settings. here the code: ----------------...
2005 Apr 03
3
Direct crash on ov_open
Greetings, I've just downloaded the Ogg/Vorbis Win32 SDK 'OggVorbis-win32sdk-1.0.1.zip' and made a test app to open an ogg file. But as soon as I call ov_open() the program crashes because of an access violation to address 0x00000010... This happens on both Release and Debug builds. The test app is simple: #include "vorbis/codec.h" #include "vorbis/vorb...
2002 Aug 01
1
ov_raw_seek doesn't work ?
I found a problem with ov_raw_seek function in oggvorbis win32sdk 1.0. When i called this function it returned OV_EINVAL immediatelly. I solved the issue by replacing the ov_raw_seek by ov_pcm_seek, which worked perfectly, but i would like to use the raw variant due to performace reason . Is anybody aware of this strange behaviour ? Martin Cesky <p>&...
2005 Jun 30
2
Reading from memory and ov_open
Hi, I've been working with oggvorbis-win32sdk-1.0.1 and have a semi-hypothetical question. Let's suppose that, for whatever reason, I've allocated a block of memory, and I've loaded into this memory a perfectly valid ogg vorbis file. Now I'd like to decode this vorbis data, but I'm stuck calling ov_open() because I don...
2004 Apr 06
1
ov_open fails on Version 1.0.1
Hi, I've just got around to moving from version 1.0 to 1.0.1. Now when I run my program, at least on Windoze, (haven't tried Linux yet), I get an Access Exception on the ov_open. Nothing else has changed. All I did was replace the lib and dll files that are in the win32sdk zip and re-build all, so it's the same the project files for for both builds. Here the snippet of code that fails: int processOGG(FILE *inFile, char fileName [], int fileSize, int fileType) { ogg_int64_t dataLength = 0; PM3ULIST listBuff = 0; OggVorbis_File vf = {0}; vorbis_info...
2003 Nov 16
1
win32 SDK call for help
...ges have been committed, and I've built a new SDK with these properties. Please, we need help testing this SDK, from developers and end users. The new project files are now in CVS (with correct line endings :)) and the new SDK is here -> http://www.xiph.org/~oddsock/oggvorbis/oggvorbis-win32sdk-1.0.1.zip thanks for any help from the win32 world here.. :) oddsock <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the wor...
2006 Jun 09
4
c++ Wav->ogg encoder
...have FMOD for everything else.) I have tried to make some dlls and libs out of them with Visual Studio 2005, but no success. Would it be possible to copy and include .c and .h files directly from lib folder to my project? If so then how and what files do I need? I have also downloaded oggvorbis-win32sdk-1.0.1 and I was even able to build encoder_example.c successfully with the help of this. But the dlls in sdk are rather big for pocket pc and just for encoding. Please tell me what I should do. -Jere-
2003 Aug 25
3
mem leak when writing ogg vorbis comments
...program, and I'm having trouble getting rid of a memory leak when writing vorbis comments. I've cut away everything except reading the file and then writing it out, and I still have a 256 byte mem leak (appended below). The code was modeled after vorbiscomment. It uses all the oggvorbis-win32sdk-1.0 static libs. I tried checking the mailing list archives, but all the messages say is to copy vorbiscomment. FYI, this software is used to put music on an Ogg-Vorbis enabled hardware project (PhatNoise PhatBox). It also does ripping and Ogg-Vorbis encoding. :) Thanks! Here's the code....
2005 Jan 05
1
Status of Windows Theora builds
Hi all, Just a heads up to let you know that I've fixed up the Visual C++ project files so that libtheora and the associated experimental programs (dumpvid/encoderwin/splayer/transcoder) builds on Windows again. I also have good news and good news. The bad news is: experimental\splayer doesn't work. It compiles, but segfaults immediately when you try to play any Ogg file. The bug