Displaying 20 results from an estimated 1000 matches similar to: "compiling in VS2005"
2014 May 02
3
FLAC utilities for Monkey's Audio GUI: useful?
FLAC solution for MSVS contains two projects: flac_mac and flac_ren.
They are intended to work together with Monkey's Audio GUI frontend
( http://www.monkeysaudio.com/images/screenshot.png ) as explained here:
http://wayback.archive.org/web/20060428142919/http://flac.sourceforge.net/documentation.html#monkey
Version 4.01b2 (February 17, 2006) still have out-of-box support for WavPack.
Version
2007 Sep 26
2
libFLAC++ Seeking
Hello,
I've a problem with seeking using libFLAC++ API.
The call to seek_absolute always returns with false, whatever I do.
I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line:
bool b=decoder.seek_absolute(1000);
right before
ok =
2007 Sep 27
1
libFLAC++ Seeking
?rta:
> ?rta:
>
> Hello,
>
> I've a problem with seeking using libFLAC++ API.
> The call to seek_absolute always returns with false, whatever I do.
>
> I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line:
>
> bool
2004 Sep 10
1
Patch for building on IRIX
Not sure if this is the right place to post this...
I have attached a patch for the build system which lets FLAC build on IRIX and
Cygwin.
-------------- next part --------------
? Makefile
? aclocal.m4
? autom4te.cache
? config.guess
? config.log
? config.status
? config.sub
? configure
? depcomp
? install-sh
? irix.patch
? libtool
? libtool-disable-static
? ltmain.sh
? missing
? mkinstalldirs
?
2013 Apr 01
2
flac 1.3.0pre3 pre-release
Janne Hyv?rinen wrote:
> Zip with random patches:
>
> flac_mac: fixes some missing parameters from safe string handling
> changes in flac_mac's main.c
> flac_mac_project: adds flac's include dir for the project so new
> functions can be found
> progress_display: flac testing progress display used old functions that
> didn't get utf-8 decoding
>
2014 May 03
0
FLAC utilities for Monkey's Audio GUI: useful?
lvqcl wrote:
> I also suspect that Monkey's Audio GUI frontend isn't a very popular tool
> these days. So I propose to remove flac_mac and flac_ren from the sources
> because they became useless; just as in_flac was removed some time ago.
That makes sense. Unless anyone objects, I will remove these in a week's
time.
Cheers,
Erik
--
2019 Oct 02
2
lld-link with MSVC6 object files
That isn't the case but my idea is that I can hack a copy of lld-link to
produce the same output. Since the other option is to use the MSVC6 linker
which will do things like randomly re-order the order of imported functions
and the likes. I can't change that without doing something crazy like
reverse engineering the linker and patching something in there to force a
particular ordering. I
2019 Oct 01
2
lld-link with MSVC6 object files
I have the most edge of edge use cases :). I am recovering the lost source
code to an application built with MSVC 6. However because I want to produce
byte for byte exact output I need to ensure that the import table is in the
same order as the original binary. Since the MSVC6 linker has no way of
doing this I figured I could hack this feature into lld-link. I need to
also set the PDB path in the
2012 Dec 04
0
[PATCH] Update FSF address.
---
COPYING.GPL | 43 +++++++++++-----------
doc/Makefile.am | 6 +--
doc/Makefile.lite | 6 +--
examples/c/decode/file/Makefile.am | 6 +--
examples/c/decode/file/Makefile.lite | 6 +--
examples/c/decode/file/main.c | 6 +--
2013 Aug 21
3
PATCH for cpu.c
Ozkan Sezer wrote:
> On 8/21/13, lvqcl <lvqcl.mail at gmail.com> wrote:
> > 1) Some time ago all project files for MSVC 6 were removed; it makes sense
> > to remove the code that is necessary only for MSVC 6 and older compilers.
> >
>
> One may still compile using command line instead of a project file. Does
> it really hurt keeping such code?
Its crufty old
2014 Jul 02
2
uint64 -> double conversion
Anybody knows the reason for the following code
(you can see it in flac/decode.c, flac/encode.c, libFLAC/fixed.c and
libFLAC/stream_decoder.c) ?
#if defined _MSC_VER || defined __MINGW32__
/* with MSVC you have to spoon feed it the casting */
residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)(FLAC__int64)total_error_0 /
2019 Sep 30
2
lld-link with MSVC6 object files
On Mon, Sep 30, 2019 at 2:07 PM Paul Moran <bankybooks at gmail.com> wrote:
> MSVC 6 is 1998 not 1989 :)
>
Ah, I just glanced briefly at the Wikipedia article (
https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B ) & misread the "C
6.0" and didn't notice it was distinct from "Visual C++ 6.0" - thanks for
the catch!
>
> The latest MSVC linker can
2019 Sep 30
2
lld-link with MSVC6 object files
The CodeView library in LLVM only supports Codeview C13 types, that is, MSVC 7.0 / Visual Studio 2002 or after.
De : llvm-dev <llvm-dev-bounces at lists.llvm.org> De la part de David Blaikie via llvm-dev
Envoyé : September 30, 2019 2:38 PM
À : Paul Moran <bankybooks at gmail.com>; Rui Ueyama <ruiu at google.com>
Cc : llvm-dev at lists.llvm.org
Objet : Re: [llvm-dev] lld-link
2019 Sep 30
2
lld-link with MSVC6 object files
I would expect it to be able to link the object file, even if it ignored
debug info. It's a bit strange that it complains about bad file magic.
It might be tricky to get debug information working and produce a valid PDB
file since that is pretty old and the format has changed both with how it
was stored in the object file itself as well as the format of the PDB
file.
My guess is that the
2007 Feb 03
3
need help with MSVC
for recent code changes I find myself needing some workarounds
for MSVC6:
1st, I need a fast way to swap bytes (for endianness) of a 32-bit
int. I could not find a builtin like bswap; the closest thing I
found was ntohl() which appears to be a function call and also
requires linking with winsock2 (ws2_32.lib) to get it.
2nd, I need an equivalent for lround() (or round() is ok), which
is not in
2004 Aug 06
2
What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
I thought it would be more update/better/faster, any thing wrong?
In the future, would you use short, and forget about float?
If so, I use 1.1.4, I wouldn't need to change my code in the future, right?
You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net
And I modified it a bit to get it compiled. Should I post the errors here?
<p>-----Original Message-----
2006 Jul 02
2
Problems when using libFLAC to encode 24 bit content
Hi everybody,
We have FLAC supported for input/output in REAPER (http://www.reaper.fm), and the problem is that
when writing 24 bit FLAC files, the data isn't compressed (i.e. the FLAC is slightly larger than
if it was writing to .WAV). The files play back fine, however, and 16 bit mode works great.
We're using flac-1.1.2, built on win32 with MSVC6 w/ SP5 + VCPP, and NASM version 0.98.39
2004 Sep 10
0
FLAC 1.0.4 beta released
On Tue, Sep 10, 2002 at 11:11:24PM -0700, Josh Coalson wrote:
> I have just finished uploading the source release for FLAC 1.0.4 beta
> to Sourceforge; there are no binary releases. See the included
> doc/html/news.html for the changes since 1.0.3; there are quite a few.
>
> http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download
I just downloaded 1.0.4 beta,
2004 Sep 10
5
FLAC 1.0.4 beta released
All,
I have just finished uploading the source release for FLAC 1.0.4 beta
to Sourceforge; there are no binary releases. See the included
doc/html/news.html for the changes since 1.0.3; there are quite a few.
http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download
Please beat up on this as much as possible in the next week or two and
try and turn up bugs. Here's a
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
On Thursday 04 October 2007 04:27:47 you wrote:
> Sir, you need to provide more information. What kind of errors? What
> is not working? What exactly are you trying to do? What compiler are
> you using?
H IV0,
we are using a lot of different cross-compiler (mainly based on GCC 3.4.x)
When I tried to cross-compile FLAC for non-i386 platforms (such as ARM), I use
use