Re: Again about NASM.BAT

2000-05-28 Thread Mark B. Elrod

I would just copy NASMW.exe to NASM.exe... it could be argues that I should make
the change in the project to reference NASMW.exe instead. What do you guys
think? It would make the setup for new users easier, right?

elrod

Victor Romero wrote:

> well OK i have the NASM.EXE but in the instruction for win32 is written:
>
> a) Copy/move NASMW.EXE to NASM.EXE (best for Windows 95/98)
>
>  b) Create a batch file called NASM.BAT containing the following:
>
> snip--snip---snip---
> @REM Call NASMW.EXE with all command line arguments (percent star)
> @REM This may only work under Windows NT
> @nasmw %*
> snip--snip---snip---
>
> This will allow anyone referencing NASM (without a file extension) to
> automatically invoke NASM.BAT, which will call NASMW.EXE.
>
> and I have a question? is just this text or I need add anything?
> Other question: what must I do for configure my freeamp enviroment in Visual
> C++ 6.0? about settings, using MFC or not? please help me, I new whit this.
>
> Victor Romero
>
> - Original Message -
> From: Michael Rich <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, May 28, 2000 1:32 AM
> Subject: RE: I need a NASM.BAT
>
> > > I wonder if anyone could sending me a nasm.bat file, please.
> > > Thanks
> >
> >
> > Nasm isn't a batch file, its an application. Get it from:
> >
> > http://www.web-sites.co.uk/nasm/
> >
> >
> > mike
> > ___
> > [EMAIL PROTECTED]
> > http://www.freeamp.org/mailman/listinfo/freeamp-dev
> >
> ___
> [EMAIL PROTECTED]
> http://www.freeamp.org/mailman/listinfo/freeamp-dev

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



errors like this:

2000-05-28 Thread Victor Romero

trying to compile the freeamp project I get this error: (of course I dont
have a correct configuration of my workspace, can you tell me how can I do a
correct cnfiguration, about Tools, Project, Build, etc) please.

Victor Romero

Configuration: MakeTheme - Win32
Release
Performing Custom Build Step on ..\..\..\..\config\config.win32
1 archivos copiados
Compiling...
MakeTheme.cpp
ThemeZip.cpp
Linking...
LINK : fatal error LNK1181: cannot open input file "zlib.lib"
Error executing link.exe.

MakeTheme.exe - 1 error(s), 0 warning(s)
Configuration: MakeTheme - Win32
Debug
___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



RE: Again about NASM.BAT

2000-05-28 Thread Michael Rich

> I would just copy NASMW.exe to NASM.exe... it could be argues
> that I should make
> the change in the project to reference NASMW.exe instead.
> What do you guys
> think? It would make the setup for new users easier, right?

FWIW, i use nasmw myself, i just edited the project settings and added a w
to nasm and hit f7 to continue.

So i would agree to the change myself.

mike

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



RE: errors like this:

2000-05-28 Thread Michael Rich

> trying to compile the freeamp project I get this error: (of
> course I dont
> have a correct configuration of my workspace, can you tell me
> how can I do a
> correct cnfiguration, about Tools, Project, Build, etc) please.

Victor,

Try right clicking on the FreeAmp project and setting it to the active
project and then to a Build All.  I'm not sure right off if the MakeTheme
project has a depenency on zlib (don't have the code open right now), but
i'm very sure FreeAmp does, and then you can set MakeTheme to be the active
project and compile it.

mike

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



THANKS!

2000-05-28 Thread Victor Romero

Thanks a lot for your help, now I'm working with The Freeamp project, thanks
I'm very excited!!! wow!!! now I have another question: How can I modify the
freeamp.hlp file? (about edit the text)
Thanks
Victor
___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev