Search found 270 matches: rmk

Return to advanced search

Converting rmake scripts to Borland's make

... a Win 10 64-bit forcing me to dump programs such as rmake. I guess I can use the sample provided by Antonio bormake.zip to guide me to convert my rmk scripts. However I wonder how do I translate the #defines? In batch file call rmake inv /d%1  In rmk #ifdef DEMO  switch=/dDEMO /dLIMIT#else  switch=/dSELL#endif
by hua
Tue Aug 11, 2015 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting rmake scripts to Borland's make
Replies: 2
Views: 563

Re: Ayuda con Objeto Stream de ADO

... comprobar que todo funciona bien he realizado varias pruebas compilando con las diversas versiones de FWH, Harbour y BCC, usando el mismo archivo rmk, cambiando la ruta de las carpetas . Funciona bien únicamente con esta combinación: harbour 1.1.0 + fw904 + bcc55 Al cambiar harbour 1.1.0 por harbour ...
by sjingo
Wed Jul 08, 2015 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Objeto Stream de ADO (Solucionado)
Replies: 24
Views: 7976

Re: Otra vez problemas con LOADLIBRARY

Este es el contenido del archivo rmk. #Borland make sample, (c) FiveTech Software 2005 HBDIR=c:\harb BCDIR=c:\Borland\bcc582 FWDIR=c:\fwh #change these paths as needed .path.OBJ = .\obj .path.PRG = .\ .path.CH = $(FWDIR)\include;$(HBDIR)\include ...
by sjingo
Tue Jul 07, 2015 11:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otra vez problemas con LOADLIBRARY (Solucionado)
Replies: 8
Views: 1508

Re: Looking for the topic : RMK-file with multiple RC-files

// B32.BC c:\BCC582\lib\c0w32.obj + OBJ\TUTOR04.obj + OBJ\SEGUNDO.obj, + TUTOR04.exe, + TUTOR04.map, + c:\FWH1306\lib\FiveHx.lib + c:\FWH1306\lib\FiveHC.lib + C:\XHB280714\lib\rtl.lib + C:\XHB280714\lib\vm.lib + C:\XHB280714\lib\gtgui.lib + C:\XHB280714\lib\lang.lib + C:\XHB280714\lib\codepage.lib +...
by karinha
Wed Mar 04, 2015 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for the topic : RMK-file with multiple RC-files
Replies: 6
Views: 1406

Re: Looking for the topic : RMK-file with multiple RC-files

//TEST.MAK #Borland make sample, (c) FiveTech Software 2005-2014HDIRL=c:\XHB280714BCDIR=c:\BCC582FWDIR=c:\FWH1306 #change these paths as needed.path.OBJ = .\obj.path.PRG = .\.path.CH  = $(FWDIR)\include;$(HDIRL)\include.path.C   = .\.path.rc  = .\ #im...
by karinha
Wed Mar 04, 2015 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for the topic : RMK-file with multiple RC-files
Replies: 6
Views: 1406

Re: Looking for the topic : RMK-file with multiple RC-files

// GO.BAT

Code: Select all  Expand view

if not exist obj md obj
c:\bcc582\bin\MAKE -ftest.mak
 


by karinha
Wed Mar 04, 2015 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for the topic : RMK-file with multiple RC-files
Replies: 6
Views: 1406

Re: Looking for the topic : RMK-file with multiple RC-files

... ==> creating the RES-file PFLEGE_0.res # http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23117&p=124075&hilit=%26include+rmk#p124075 best regards Uwe :?:
by ukoenig
Wed Mar 04, 2015 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for the topic : RMK-file with multiple RC-files
Replies: 6
Views: 1406

Re: Looking for the topic : RMK-file with multiple RC-files

Thank You very much, I tested from this topic, but the RC-files are not included. :( Because it will be a large appl. with many resources, I have to split them. The old release, I used DLL's. Now I want to convert to RC-files I still remember another solution, merging the RC-files. I have to add : P...
by ukoenig
Mon Mar 02, 2015 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for the topic : RMK-file with multiple RC-files
Replies: 6
Views: 1406

Looking for the topic : RMK-file with multiple RC-files

Hello,

I remember, there was a sample adding multiple RC-files to a RMK-file
I searched, but couldn't find
I think INCLUDE has been used.

who knows this toppic ?

best regards
Uwe :?:
by ukoenig
Mon Mar 02, 2015 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for the topic : RMK-file with multiple RC-files
Replies: 6
Views: 1406

Compilar fivewin a 64 con harbour

como le hago para poder compilar mis programas que tenia hechos en fw2.4 con clipper 5.3
yo ocupaba un bat un rmk y un lnk

Ya instale la versión de fwh64 y baje el visual estudio 2012 también baje al harbour, pro me marca errores,
by jbaezd
Wed May 21, 2014 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar fivewin a 64 con harbour
Replies: 4
Views: 2319

Re: make de Borland no me compila los ficheros modificados

[quote="sysctrl2"]Colega yo uso rmk de toda la vida, sin problemas, compilo con bcc582. Podrias hacer una comparación. saludos. Hola :-) He comparado este ejemplo con lo que tengo pero sigue sin funcionar. El que tengo está así: #Borland ...
by mlolo
Fri Apr 25, 2014 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: make de Borland no me compila los ficheros modificados
Replies: 3
Views: 568

Re: make de Borland no me compila los ficheros modificados

Colega yo uso rmk de toda la vida, sin problemas, compilo con bcc582. Podrias hacer una comparación. saludos. #Borland make sampleHBDIR=\xharbcvsBCDIR=\bcc582FWDIR=\FWH#cambiar estos path a sus necesidades#LOS ARCHIVOS .CH PERSONALES ...
by sysctrl2
Thu Apr 24, 2014 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: make de Borland no me compila los ficheros modificados
Replies: 3
Views: 568

Errores al traspar proy. FWH pre-release a FWH actualizada

... la estructura de subdirectorios de harbour cambiada (también nombres de .libs) pero eso, en principio, no es problema. He recompuesto los fichero .rmk y linkh.bat para compilar y montar el proyecto con los nuevos path de las librerías tanto de harbour (3.0) como de FWH. A la hora de compilar no ...
by mlolo
Wed Apr 02, 2014 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al traspar proy. FWH pre-release a FWH actualizada
Replies: 10
Views: 1444

error al compilar con xharbour 1.2.3

... Error: Unresolved external '_hb_vmPushSize' referenced from D:\XHBCC582\LIB\RTL.LIB|hbwinole ** error 2 ** deleting Conta.exe Compila.rmk # COMPILA.RMK # Borland make sample, (c) FiveTech Software 2005 # ---------------------------------- paths HBDIR=D:\xhbcc582 BCDIR=c:\borland\bcc582 ...
by artu01
Tue Dec 31, 2013 2:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar con xharbour 1.2.3
Replies: 0
Views: 827
PreviousNext

Return to advanced search