search for: vs6

Displaying 20 results from an estimated 32 matches for "vs6".

Did you mean: vs
2008 Dec 04
3
rssync source code as a windows project
Hi Friends, I have started learning rsync source code but I am finding very difficult to go back and forth to find the execution flow. I could see that rsync code is written in UNIX and the compilation is difficult. Does anybody converted it into Windows Project so that we can open in using Visual Studio IDE and it will be very simple to search for some function and find the complete work flow.
2004 Mar 24
1
Libtheora building under windows ??
Just trrying to build the latest libtheora under windows. There is a VS6 project file (.dsp)... however when i try to open it and convert to VS2002 format (.vcproj) it tells me file is corrupted... Was this file manually created ? Has anyone else tried this with success ?? Thanks ! <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project home...
2007 Dec 05
3
[PATCH] Add Visual Studio 2008 Prject files
...ou have to define _USE_SSE to have SSE optimized build, that you could use USE_ALLOCA if you do not use _USE_SSE, etc, etc. You have to dig around for some amount of time to find all such things. Just to indicate my position: 1) MinGW build support is good. It should be there. 2) I _will_ maintain VS6, VS2003 and VS2005 projects for Speex as long as we use Speex in sipXmediaLib. It would be great to have them checked in to Speex repo, if no - we will keep them in our. Reasons - handiness, ability to link statically, support for WinCE. 3) Project files make compilation much easier for people how...
2013 Oct 01
2
MSVS: debug flac.exe uses release libogg_static.lib
On 2013-09-30 4:53 PM, Erik de Castro Lopo wrote: > I'd be keen to have the windows build automatically do the sanest possible thing, > preferably with anyone having to copy files. The way we've been doing the Opus stuff is to have the project files expect a build in a parallel checkout. so: c:\dev\flac\FLAC.sln expects to find an ogg build in c:\dev\ogg\win32\VS2010\ Not as
2011 Sep 10
3
Help installing Win on MacBook Pro
...ul if he could run Visual Studio on his Mac. I own older VB5 and Visual Studio 6 (from my old PC days). [Embarassed] I cannot figure out how to install Wine on his Mac. Can someone please guide me (e.g. show me all the steps I need to follow to install Wine) so that I can then install VB5 and VS6? He's not going to do intense programming, just syntax check his code and run simple stuff.
2001 Mar 13
1
Winamp output plugin
...lug-in built and it seems to work OK, > >enhancements are: > >(a) works with the current version of the encoder API >(b) deals correctly with more formats (8 or 16 bit samples and various > bit-rates >(c) faster operation >(d) complete with project and workspace files for VS6 > >So is anyone interested? If so how do I get this into distribution? --- >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 word &...
2007 Jan 03
1
Visual Studio project files in Speex 1.2beta
...plififcation: 1) switch from single-threaded runtime to multi-threaded one. 2) provide static and dynamic libraries in prebuilt Windows version 3) may be provide debug and release libraries (linked with debug and release runtime libraries) 4) separate VS2003 development package from VS2005 one (and VS6 may be). VS2003 and VS2005 use different runtime libraries and I'm not sure that Speex, linked with VS2005 runtime, will work correctly in VS2003 project. 5) move dll's to 'bin' directory, lib's to lib directory and includes to 'include/speex' directory instead of puttin...
2004 Aug 06
2
Compiling with lame support
* Andrew M. Wu <andrewwu@Princeton.EDU> [010419 03:49]: > Hi all, > > I've been trying to compile and re-compile ices-0.0.1beta5 with lame > support. > > I've downloaded the source to lame-3.88beta and compiled it and installed > it. The configure script allows for the compilation of a libmp3lame.a > and libmp3lame.la, but not libmp3lame.so (in the INSTALL
2014 Jun 19
4
Lets work towards a new version
lvqcl wrote: > Audacity still uses VS2008 and slowly tries to migrate to VS2012. > But as stated at <http://wiki.audacityteam.org/wiki/Developing_On_Windows>, > "Audacity is currently a 32-bit only application". So it doesn't need > 64-bit builds. > Currently its trunk contains 'audacity.sln' made with Visual C++ Express 2008 > and
2004 Aug 06
2
Notes on 1.1.4 Windows. Testing of SSE Intrinics Code and others
Here are our notes on 1.1.4 testing on Windows 1. Compile Error with regular mode (FIXED_POINT undefined) at lsp.c line 104 static inline spx_word16_t spx_cos(spx_word16_t x) . VS6 does not like the inline keyword here. Removing it allows compiling. same with cb_search_sse.h line 34. 2. Compile Error with quant_lsp.c line 55. M_PI is undefined. Either it needs to be included in that file or placed in a header. 3. denoise.c doesn't seem to be in tar.gz, it is i...
2013 Apr 06
4
Icecast 2.4 beta3 release
This is to announce the release of Icecast 2.4 beta3 (aka 2.3.99.3). We've landed a nice feature and we're looking forward to testing and feedback. As this is a beta release please discuss it on the icecast-dev mailing list. (Please do NOT cross-post to both lists, do not reply to the icecast mailing list). New feature - Default mount. This <mount
2013 Apr 06
4
Icecast 2.4 beta3 release
This is to announce the release of Icecast 2.4 beta3 (aka 2.3.99.3). We've landed a nice feature and we're looking forward to testing and feedback. As this is a beta release please discuss it on the icecast-dev mailing list. (Please do NOT cross-post to both lists, do not reply to the icecast mailing list). New feature - Default mount. This <mount
2004 Sep 10
2
stat() and Windows
...t(x,y) typedef struct stat STRUCT_STAT; and then replace the corresponding code in src/flac/file.c , src/libFLAC/file_decoder.c , monkeys_audio_utilities/flac_ren/main.c and src/plugin_winamp2/in_flac.c I also attach a Visual Studio 5 .dsp file to create the libFLAC.lib. It should also work on VS6. If you need help to build the DLL (I saw that on the TODO of the website) I could provide what is needed too. -------------- next part -------------- # Microsoft Developer Studio Project File - Name="libFLAC" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, F...
2013 Oct 02
1
MSVS: debug flac.exe uses release libogg_static.lib
...\dev\ogg\win32\VS2010\ >> >> Not as obvious as having a monolithic build, but it seems to work once >> you've figured it out. And each arch and target can reference the >> corresponding target in the dependency. > Good idea, but... there are 5 folders in libogg/win32: VS6, VS2003, VS2005, > VS2008 and VS2010. And FLAC provides solution/project files for MSVS 2005. > Should FLAC project files refer to libogg/win32/VS2005? But I suspect that > developers use mostly newer versions (2008/2010/2012). > The project files aren't compatible with FLAC by def...
2014 Jun 19
0
Lets work towards a new version
...parallel sets of MSVC project files under the win32 directory. We did this because while newer versions can generally open/update older project files, the reverse is true and many developers said they weren't upgrading. libogg has separate project files for VS2003, VS2005, VS2008, VS2010, and VS6. That said, for Opus we've only been maintaining VS2010 project files (tested with both VS2010 and VS2013 Express) and haven't had any complaints. I'd suggest a single set of project files which work with a previous but recent release of the free Visual Studio Express, and see if that...
2012 Jun 12
0
Icecast 2.4 - the road ahead
...bstantial part of the blame is on me. But we wanted to make sure that some fixes get done right and then I got caught up at work for months and suddenly lacked the time to complete the work. Anyway, we got it done and it looks good. The only thing missing is the Win32 build. - If someone has a VS6 installation and lots of spare time, help gladly accepted. To look into the future though. There are very interesting and exciting developments already waiting to hit the development tree. I know of patches: - adding support for ogg/opus - adding support for WebM (and thus to an extent Matroska)...
2012 Oct 03
0
2.4-beta fixes for MinGW
...ls. > 2) Depends on MFC, and MFC is not provided by any MinGW toolset (and > MS' MFC is, most likely, highly incompatible with MinGW). > > So you only get a console binary. Yeah, that matches my expectations. MinGW was my preferred option too, as I don't see myself setting up a VS6 with all dependencies for this. Loss of UI is unfortunate of course as there are many people who got used to it. > If someone has some free, maybe w32 GUI part of icecast could be > ported to GTK+? If that is too difficult, just allowing icecast to be > run as a service and be able to du...
2013 Apr 14
0
Icecast 2.4 beta3 release
...xiph.org/releases/icecast/icecast_win32_2.4_beta3.zip As this is a beta release please discuss it on the icecast-dev at xiph.org mailing list. (Please do NOT cross-post to both lists, do not reply to the icecast at xiph.org mailing list!) Due to the fact, that we're no longer building using VS6, but are using mingw32 there is currently no graphical user-interface. It wasn't very useful anyway. Most of the information is available through the web interface too. To get up and running, those steps are required: - unpack the zip file - in "etc/icecast.xml" change the "ad...
2013 Apr 14
0
Icecast Digest, Vol 107, Issue 7
...icecast_win32_2.4_beta3.zip > > As this is a beta release please discuss it on the icecast-dev at xiph.org > mailing list. (Please do NOT cross-post to both lists, do not reply to > the icecast at xiph.org mailing list!) > > Due to the fact, that we're no longer building using VS6, but are using > mingw32 there is currently no graphical user-interface. It wasn't very > useful anyway. Most of the information is available through the web > interface too. > To get up and running, those steps are required: > - unpack the zip file > - in "etc/icecast.xm...
2004 Aug 06
0
Notes on 1.1.4 Windows. Testing of SSE Intrinics Code and others
> 1. Compile Error with regular mode (FIXED_POINT undefined) at lsp.c line 104 > static inline spx_word16_t spx_cos(spx_word16_t x) . VS6 does not like > the inline keyword here. Removing it allows compiling. > > same with cb_search_sse.h line 34. It seems like your compiler simply doesn't like "inline". I suggest doing a -Dinline= which is what autoconf does when it detects that the compiler doesn'...