Re: overview of project files

2000-01-20 Thread Mayhem & Chaos Coordinator
> I've downloaded freeamp source for win32, and have it compiled and running > perfectly. (Had to rename config.win32 to config.h --- didn't see anything > that mentioned that fact) The build should take care of that, but for some reason that's broken. -( Elrod? > I need to get an idea of the la

RE: overview of project files

2000-01-20 Thread Lee Patterson
I wonder if perhaps I didn't build the correct project. I selected freeamp - win32 release. I assumed this would be the main one, and it seemed to have been. Lee -Original Message- From: Mayhem & Chaos Coordinator [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 20, 2000 11:41 AM To: [

Re: overview of project files

2000-01-20 Thread Mark B. Elrod
Are you using the project files or the makefiles? elrod Lee Patterson wrote: > I've downloaded freeamp source for win32, and have it compiled and running > perfectly. (Had to rename config.win32 to config.h --- didn't see anything > that mentioned that fact) __

RE: overview of project files

2000-01-20 Thread Lee Patterson
Project files. "base/win32/prj/freeamp.dsw" -Original Message- From: Mark B. Elrod [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 20, 2000 12:27 PM To: [EMAIL PROTECTED] Subject: Re: overview of project files Are you using the project files or the makefiles? elrod Lee Patterson w

Re: overview of project files

2000-01-20 Thread Mark B. Elrod
All of the projects should automatically copy the file over if it does not exist... I just tested this on my machine and Win32 Release does in fact do it on my machine... Are you using vc 5.0? elrod Lee Patterson wrote: > I wonder if perhaps I didn't build the correct project. I selected freeam

RE: overview of project files

2000-01-20 Thread Lee Patterson
Okay, I erased, and reunzipped the project and compiled it again. This time it worked. The only difference between the first time I tried and now is that I tried compiling the MakeTheme project first, then freeamp. I'll try that and see what happens. Lee -Original Message- From: Mark B.

FW: overview of project files

2000-01-20 Thread Lee Patterson
Okay, that looks like building the MakeTheme project first causes the problem. I tried building the freeamp project before anything else (freshly unzipped directory tree) and it works. Then I just tried building the MakeTheme project before anything else, and I get the "config.h" not found error I

need documentation for each file

2000-01-20 Thread Keith hkc
Hi, You guys have been doing a great job. But to make it perfect, I suggest that for the later release, please put a short description of its functionality for each file? Pls. excuse me, but as a newbie to FreeAmp, I find it very difficult to follow the code as there is NOT a single line of com

Re: FW: overview of project files

2000-01-20 Thread Mark B. Elrod
ok i will fix the maketheme thing the 'cannot open file ".\Debug\cdctasm.obj' is due to the fact that you are compiling the NASM project and have not set up NASM on your machine. There are directions on the site under the download section I believe. elrod Lee Patterson wrote: > Okay, that l

Re: FW: overview of project files

2000-01-20 Thread Mark B. Elrod
I will fix the MakeTheme issue. the other error is due to tthe fact that you have not set up NASM on your machine. There are directions under the download section of the site and also in the INSTALL file in the distro. elrod Lee Patterson wrote: > Okay, that looks like building the MakeTheme pr

Re: need documentation for each file

2000-01-20 Thread Mark B. Elrod
This is definitely a shortcoming of our codebase. for 3.0 we are going to be rewriting alot of the underlying architecture... we will try to be more descriptive. elrod Keith hkc wrote: > Hi, > > You guys have been doing a great job. But to make it > perfect, I suggest that for the later release

overview of project files

2000-01-20 Thread Lee Patterson
I've downloaded freeamp source for win32, and have it compiled and running perfectly. (Had to rename config.win32 to config.h --- didn't see anything that mentioned that fact) I need to get an idea of the layout of the project. Is there a document like that available? Specificly, I would like t