Search found 84 matches: nmake

Return to advanced search

Re: MSVC buildh32.bat

Dear Enrico,

I guess nmake works the same for both architectures

just guessing
by Antonio Linares
Mon Oct 17, 2022 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC buildh32.bat
Replies: 10
Views: 617

Re: Error al Compilar archivo MAK

Amigos

Alguna idea que pueda ayudar.

Muchas horas y nada.

Por lo que veo esto Nmake no lo entiende.
DIR_PRG = .\PRG
DIR_OBJ = .\OBJ
DIR_EXE = .\EXE
DIR_REC = .\RESOURCE
VPATH = %.C $(DIR_OBJ)
VPATH = %.OBJ $(DIR_OBJ)
VPATH = %.PRG $(DIR_PRG)


Saludos

Antonio
by remtec
Tue May 03, 2022 3:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar archivo MAK
Replies: 8
Views: 456

Re: Error al Compilar archivo MAK

...   cl.exe -c -TC -W3 -I$(HBDIR)\include -I$(SDKDIR)\include -I$(VCDIR)\include $<  Detalle de la ejecucion de NMAKE. REGLAS DE INFERENCIA:.asm.obj::        comandos:       $(AS) $(AFLAGS) /c $<.asm.exe:        comandos:       $(AS) ...
by remtec
Sat Apr 30, 2022 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar archivo MAK
Replies: 8
Views: 456

Error al Compilar archivo MAK

... 2019. Es solo un PRG de prueba, si lo realizo con Buildh32.bat, funciona perfecto!!!! Pero al tratar de hacer con un archivo MAK, llamando a NMAKE, no logro hacerlo, incluso haciendo uso de los archivos ejemplos publicados. Saludos Antonio. Error: link /OUT:ingreso5.exe @msvc.tmp /nologo ...
by remtec
Thu Apr 28, 2022 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar archivo MAK
Replies: 8
Views: 456

Re: Fichero make para msvc 32 bits funcionando

... reverse.exe : {\src\omega;e:\repo\backwards}retro.obj Microsoft nmake documentation: https://docs.microsoft.com/en-us/cpp/build/reference/nmake-reference?view=msvc-170
by Antonio Linares
Wed Apr 27, 2022 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fichero make para msvc 32 bits funcionando
Replies: 5
Views: 375

Re: Busco consejo sobre opciones para compilar a 64Bits

Marcelo,

en go.bat cambia x86_amd64 por x86_x64

y cambia esta línea:

c:\"ProgramFiles(x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\bin\Hostx64\x64\nmake -fVERDU.mak

así:

nmake -fVERDU.mak
by Antonio Linares
Thu Sep 23, 2021 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busco consejo sobre opciones para compilar a 64Bits
Replies: 66
Views: 8014

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... from 'long' to 'MYSQL_RES *' of greater size erp.prg(353): warning C4312: 'type cast': conversion from 'long' to 'MYSQL *' of greater size NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe"' ...
by Compuin
Thu Jul 01, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... 'type cast': pointer truncation from 'MYSQL_RES *' to 'long' erp.prg(340): warning C4302: 'type cast': truncation from 'MYSQL_RES *' to 'long' NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe"' ...
by Compuin
Thu Jul 01, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... from 'long' to 'MYSQL_RES *' of greater size erp.prg(352): warning C4312: 'type cast': conversion from 'long' to 'MYSQL *' of greater size NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe"' ...
by Compuin
Thu Jul 01, 2021 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: Ayuda..... NMAKE II

Hola aqui te dejo un ejemplo de como crear la lib estructura del directorio raiz  |->goclean.bat (limpia directorios y builds)  |->golib.bat (construye la lib desde los fuentes)  |->makefile (archivo del make)  |->win-make.exe (mismo ejecutable que proporciona harbour para use archivos ...
by Compuin
Sat Dec 07, 2019 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda..... NMAKE II
Replies: 21
Views: 3909

Re: Builds on Mac Parallels with Visual Studio

... then this line is incorrect c:\" Program Files (x86) \Microsoft Visual Studio"\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\nmake -fASW32.mak
by cnavarro
Tue Oct 31, 2017 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Builds on Mac Parallels with Visual Studio
Replies: 7
Views: 1151

Builds on Mac Parallels with Visual Studio

... built my application using FWH 17.xx, Harbour, and Visual Studio Community 2017. I use the following bat file to set the variables and call the nmake program. @set oldpath=%path%@set oldinclude=%include%@set oldlib=%lib%@set oldlibpath=%libpath%if exist "%ProgramFiles%\Microsoft Visual ...
by TimStone
Tue Oct 31, 2017 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Builds on Mac Parallels with Visual Studio
Replies: 7
Views: 1151

Re: Update problems: Undefined symbol 'ModuleFakeDyn'

... here: http://forums.fivetechsupport.com/viewtopic.php?f=16&t=34254&start=0#p203142). I also can compile projects without a call to nmake. Only our big project with a mak-file and call to nmake.exe has this issue. I'm still trying to isolate the problem and will respond once I have ...
by gkuhnert
Thu Jun 29, 2017 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update problems: Undefined symbol 'ModuleFakeDyn'
Replies: 6
Views: 928

Re: Para Antonio, por favor podrias explicarme esto...

Hola

nmake funciona para todas las versiones de Borland C++ y FWH o es para alguna en especifico?
by Compuin
Thu Sep 08, 2016 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio, por favor podrias explicarme esto...
Replies: 8
Views: 792
Next

Return to advanced search