Re: Queueing Behavior

2000-06-01 Thread Chad Loder
I think happens on my machine, too. Also, the order of queuing seems not to be intuitive, either. :P c At 11:07 PM 5/31/2000 -0700, you wrote: I finally found a computer at the office that has this problem. i hope to track it down soon. elrod Valters Vingolds wrote: Does

Re: Help files

2000-06-01 Thread Chad Loder
Actually, the help files should be written in XML and then translated to the platform-specific HTML format by automatic means. At 11:12 PM 5/31/2000 -0700, you wrote: It would be nice to be able to use the same format for both platforms. Also I know the Mac help system is now HTML... so is

Re: Help files

2000-06-01 Thread Chad Loder
We may want to base any XML help approach on JavaHelp. Sun has defined a simple and general file format for platform independent, context-sensitive help files. See http://java.sun.com/products/javahelp/spec-1.0.pdf. Obviously Freeamp is not implemented in Java, but it doesn't appear that the raw

Re: Solution to compile error between VC5 and VC6

2000-03-27 Thread Chad Loder
in other places but then it is unable to link due to another function in that file... all in all it is very frustrating. your idea is probably the best way to sidestep this in the short term. elrod Chad Loder wrote: It just occurred to me that the compile errors people have been

Re: Solution to compile error between VC5 and VC6

2000-03-27 Thread Chad Loder
. elrod Chad Loder wrote: Yes. Of course, I have no check-in access to the CVS archives. :) c On Mon, 27 Mar 2000, Mark B. Elrod wrote: this is a potential fix. i woulsd still like to figure out why i have to put the cast there at all for vc5. if i define STRICT

Re: Documentation on debug functionality? Also, dev FAQ?

2000-03-20 Thread Chad Loder
On Mon, 20 Mar 2000 [EMAIL PROTECTED] wrote: On 17 Mar, Chad Loder wrote: How about a TRACE macro that compiles out in release builds? I have a decent debugging framework for Windows that I could check in. I don't know what the Linux equivalent is to the Win32 OutputDebugString(). Sure

Re: Documentation on debug functionality? Also, dev FAQ?

2000-03-17 Thread Chad Loder
Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev | Chad Loder - Somerville, MA, USA | | EMail

Solution to compile error between VC5 and VC6

2000-03-16 Thread Chad Loder
on the _MSC_VER macro: #if defined(_WIN32) #if _MSC_VER 1100 // MSVC6 code with cast removed #else // MSVC5 code with cast remaining #endif #endif // _WIN32 c | Chad Loder - Somerville, MA, USA | | EMail: [EMAIL

RE: DiskOut Output Plugin v0.0.1

2000-03-16 Thread Chad Loder
: Stock Windows 2000 driver off CD mike ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev | Chad Loder - Somerville, MA, USA | | EMail: [EMAIL

Windows NT sound interface code

2000-03-15 Thread Chad Loder
, the latest version of DirectX for NT 4 is version 3. Is this the case? 3) Who is the main person for these two PMOs? Thanks, c | Chad Loder - Somerville, MA, USA | | EMail: [EMAIL PROTECTED

A possible debugging hint

2000-02-15 Thread Chad Loder
ang that I sometimes see when simply playing? This is on Windows NT 4 with dual processors. c -------- | Chad Loder - Somerville, MA, USA | | EMail: [EMAIL PROTECTED]| | Home Page: http://www.ccs

RE: A possible debugging hint

2000-02-15 Thread Chad Loder
. If your running a SB Live card, try a different card. mike ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev | Chad Loder - Somerville, MA, USA | | EMail

Re: Debugging hard hang on NT4

2000-02-10 Thread Chad Loder
l Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message - From: Chad Loder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 09, 2000 5:20 PM Subject: Debugging hard hang on NT4 Sorry to flood the

Re: Debugging hard hang on NT4

2000-02-10 Thread Chad Loder
PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev | Chad Loder - Somerville, MA, USA | | EMail: [EMAIL PROTECTED]| | Home Page: http://www.ccs.neu.edu/home/cloder

Compile error in latest Win32 sources

2000-02-09 Thread Chad Loder
\dsoundcardpmo.cpp(260) : error C2065: 'DSBVOLUME_MAX' : undeclared identifier io\dsound\win32\src\dsoundcardpmo.cpp(391) : error C2065: 'DSBCAPS_GLOBALFOCUS' : undeclared identifier Thank you, Chad | Chad Loder - Somerville, MA, USA

Re: Win2000

2000-02-09 Thread Chad Loder
ode like this in their books (Advance C++ Prog. Styles Idioms, p. 400): char *const a = "example 1"; a[8] = '2'; // Coplien says this is OK, but it's actually undefined c | Chad Loder - Somerville, MA, USA

Win32 minimize wierdness

2000-02-09 Thread Chad Loder
as a result of WINDOWS_KEY+M (maybe using Spy++ or a similar tool) and then figure out why Freeamp isn't handling them? I would appreciate it if someone could shed some light on the issue. :) c | Chad Loder - Somerville, MA, USA

Debugging hard hang on NT4

2000-02-09 Thread Chad Loder
ing a hang, but it was supposedly fixed and checked in some time ago. I am running NT 4 SP5, btw. Has anyone else seen this? Any debugging tips? Thanks, ---- | Chad Loder - Somerville, MA, USA | | EMail: [EMAIL

Re: Compile/build errors in Win32 v2.0b4

1999-12-03 Thread Chad Loder
of this problem. elrod Chad Loder wrote: -BEGIN PGP SIGNED MESSAGE- Hello. I just downloaded the Win32 distribution for 2.0 beta 4. There were several compile, link, and post-build errors, all of which have trivial fixes. FYI, I am using Visual Studio 6 on Windows NT 4