Re: try under NT 4.0 x86

I already mentioned that the actual release of source code
does not allow to compile correctly amaya on Windows platform.

There is ome stuff which is not yet ready on windows.

>Hi,
>
>I have tested amaya-Windows95-1.1a with NT 4.0, i have aslo a problem
>for exec amaya.exe
>
>I'm trying to compile, but i have 4 little PBs:
>
>1) the makefile of MSVC is very bad !  :-(
>I had to change the paths of sources, dependecy, lib

I agree that the makefile is not yet well done. The reason is
mentioned above.

>2) cc printout error at the ligne 9 of dialogaip_f.h 
>"extern void DebugBreak ( void );"
>The signature used by winbase.h is 
>WINBASEAPI VOID WINAPI DebugBreak( VOID );

DebugBreak is overloaded for Unix. At the present time, 
you have just to make MSVC ignore it using preprocessor
dierctives:

#ifndef _WINDOWS
extern void DebugBreak (void);
#endif 

>
>3) the dialogapi.c (line 170) include "winerrdata.c", but i haven't
>found winerrdata.c in thot-src-2.1.d and amaya-src-1.1.a 

I'm surprized that this file does not exist in the tar file.
Anyway you will find it in the next release.

>
>4) i haven't found amaya.rc. 
>This last problem has prevented me from going on my compilation.
>
>Thanks for your help.
>
>Laurent.
>
>
>P.S.: Is the French language forbidden in this forum ?  :-)


The official language of this list is english. 


-- 
Ramzi GUETARI                           |  Tel: (33) 4 76 61 52 38
World Wide Web Consortium / INRIA       |  Fax: (33) 4 76 61 52 52
655 Avenue de l'Europe                  |  e-mail: Ramzi.Guetari@w3.org
38330 Montbonnot Saint Martin - France  |  http://www.w3.org

Hiroshima 45, Tchernobyl 86, Windows 95...

Received on Saturday, 18 October 1997 08:54:55 UTC