Search found 439 matches: tmp

Return to advanced search

Re: Tip Client = Harbour / MSVC 2015 Error

... does it all in one tipssl.lib which would be so much easier ... The end files are to be linked as: echo $(HBDIR)\lib\hbtipssl.lib >> msvc.tmp echo $(HBDIR)\lib\ssleay32.lib >> msvc.tmp echo $(HBDIR)\lib\libeay32.lib >> msvc.tmp echo $(HBDIR)\lib\hbtip.lib >> msvc.tmp ...
by TimStone
Fri Apr 29, 2016 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 9364

Re: FWH64

... @type comp.log @type warnings.log cl -TC -W3 -O2 -c -I%hdir%\include %1.c :ENDCOMPILE IF EXIST %1.rc rc -r -D__64__ %1 echo %1.obj > msvc.tmp echo %fwdir%\lib\FiveH64.lib %fwdir%\lib\FiveHC64.lib >> msvc.tmp echo %hdirl%\hbrtl.lib >> msvc.tmp echo %hdirl%\hbvm.lib >> ...
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 27661

Re: Nuevo AdoRDD (libre)

... ... ... ... REQUEST ADORDD RddRegister("ADORDD",1) RddSetDefault("ADORDD") SET ADO TEMPORAY NAMES INDEX LIST TO {"TMP","TEMP"} SET ADO DEFAULT RECNO FIELD TO "id" Try SET ADO DEFAULT DATABASE TO "empre01" SERVER TO "localhost" ...
by gautxori
Sat Apr 16, 2016 6:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 138923

Re: Windows Toast notifications - second try

... To test this example using buildh32.bat remember to add these libs: echo runtimeobject.lib >> msvc.tmp echo shlwapi.lib >> msvc.tmp toast.prg #include "FiveWin.ch"function Main()   MsgInfo( NumToHex( Toast() ...
by Antonio Linares
Thu Apr 14, 2016 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 25680

Re: ADORDD FAQs

... ) RddSetDefault( "ADORDD" ) SET ADO DEFAULT RECNO FIELD TO "ID" // SET ADO TEMPORAY NAMES INDEX LIST TO {"TMP","TEMP"} // SET ADO FIELDRECNO TABLES LIST TO {{"EMPRESA","ID"}} // SET AUTOPEN OFF // SET ADO FORCE LOCK OFF ...
by gautxori
Wed Apr 13, 2016 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 22072

Re: Build.bat for MSVC 2015

... target machine x64. It's not handled in any of the samples we have seen posted. Here is the Link command from the .mak file: link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:msvcrt > link.log Ideas ?
by TimStone
Wed Apr 13, 2016 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 6094

Re: Build.bat for MSVC 2015

The error is:
LINK : fatal error LNK1181: cannot open input file '%fwdir%\lib\FiveH64.lib'

In the .mak file:
echo %fwdir%\lib\FiveH64.lib %fwdir%\lib\FiveHC64.lib >> msvc.tmp

FiveH64.lib and FiveHC64.lib are in the C:\FWH64\lib folder

The path is:
FWDIR=c:\fwh64
by TimStone
Fri Apr 08, 2016 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 6094

Re: Build.bat for MSVC 2015

One more STOP

NMAKE : fatal error U1077: 'link' : return code '0x49d'

The command line was link @msvc.tmp /nologo /subsysterm:windows /NODEFAULTLIB:msvcrt > link.log

Tim
by TimStone
Fri Apr 08, 2016 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 6094

Re: Build.bat for MSVC 2015

Yes,I meant a .mak file name.

There is no msvc.tmp file being created at this point.
by TimStone
Fri Apr 08, 2016 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 6094

Re: Build.bat for MSVC 2015

Tim,

> Here is a modified go64.bat file

Surely you meant a makefile filename

Please post here the msvc.tmp file that is created

The .bmp filenames are already listed in your RC file. You don't need to list them in this makefile
by Antonio Linares
Fri Apr 08, 2016 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 6094

Re: OT: Ayuda con xEdit V3.0.0 Build 2003

Gracias Jose Luis, ya he probado pero sigue igual, por cierto olvide mencionar que al renombrar el archivo RCX10.tmp a Myapp.exe, se convierte en el ejecutable de mi aplicación, es como si faltara un último paso al xEdit. Buen dia, podrias colocar las pantallas donde tienes las ...
by ACC69
Fri Mar 04, 2016 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Ayuda con xEdit V3.0.0 Build 2003
Replies: 8
Views: 1505

Re: OT: Ayuda con xEdit V3.0.0 Build 2003

Gracias Jose Luis, ya he probado pero sigue igual, por cierto olvide mencionar que al renombrar el archivo RCX10.tmp a Myapp.exe, se convierte en el ejecutable de mi aplicación, es como si faltara un último paso al xEdit. Buen dia, podrias colocar las pantallas donde tienes las ...
by hebert_j_vargas
Fri Mar 04, 2016 3:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Ayuda con xEdit V3.0.0 Build 2003
Replies: 8
Views: 1505

Re: OT: Ayuda con xEdit V3.0.0 Build 2003

Gracias Jose Luis, ya he probado pero sigue igual, por cierto olvide mencionar que al renombrar el archivo RCX10.tmp a Myapp.exe, se convierte en el ejecutable de mi aplicación, es como si faltara un último paso al xEdit. Buen dia, podrias colocar las pantallas donde tienes las ...
by joseluisysturiz
Fri Mar 04, 2016 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Ayuda con xEdit V3.0.0 Build 2003
Replies: 8
Views: 1505

OT: Help with xEdit V3.0.0 Build 2013

... Xedit V3.0.0., After compiling Myapp, xEdit does not create the executable, following up on the explorer while linking creates two files one RCX10.tmp and myapp.exe.$$$, But at the end of link only RCX10.tmp remain, renaming RCX10.tmp to Myapp.exe the application run fine, does anyone know why ...
by hebert_j_vargas
Fri Mar 04, 2016 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Help with xEdit V3.0.0 Build 2013
Replies: 0
Views: 388

Re: OT: Ayuda con xEdit V3.0.0 Build 2003

Gracias Jose Luis, ya he probado pero sigue igual, por cierto olvide mencionar que al renombrar el archivo RCX10.tmp a Myapp.exe, se convierte en el ejecutable de mi aplicación, es como si faltara un último paso al xEdit.
by hebert_j_vargas
Fri Mar 04, 2016 11:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Ayuda con xEdit V3.0.0 Build 2003
Replies: 8
Views: 1505
PreviousNext

Return to advanced search