Search found 439 matches: tmp

Return to advanced search

Re: FWH 14.06

Tim, Robb, Fixed. Just remember to call the MS link this way: "%VCINSTALLDIR%"bin\link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:libc /NODEFAULTLIB:msvcrt Now see what we get: Compiling... Harbour 3.2.0dev (r1406271520) Copyright (c) 1999-2014, http://harbour-project.org/ ...
by Antonio Linares
Fri Jul 25, 2014 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 14.06
Replies: 15
Views: 4440

Re: FWH 14.06

... FWH libs that does not require the MSVCR120.dll The link flags to use from buildh32.bat are these: "%VCINSTALLDIR%"bin\link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:libc /NODEFAULTLIB:msvcrt Still we get some warnings to clean, but the DLL is not loner needed :-)
by Antonio Linares
Thu Jul 24, 2014 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 14.06
Replies: 15
Views: 4440

Re: FWH 14.06

Tim, The difference comes from the flags that we suply to the linker: "%VCINSTALLDIR%"bin\link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:libc /NODEFAULTLIB:msvcrt Using /NODEFAULTLIB:msvcrt we tell the linker not to use the MSVCR120.dll But then, we get some ...
by Antonio Linares
Thu Jul 24, 2014 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 14.06
Replies: 15
Views: 4440

EasyReport - suggestion

... folder. oPrn:cDir := "c:\test\" // Sets the name of the temporary file EasyPreview generates. EP_SetTempFile( "c:\test\epreview.tmp" ) ---------------------------------------------------------------------------------------------------------------------------- Fileedit.exe ...
by Otto
Sat Jul 12, 2014 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport - suggestion
Replies: 0
Views: 334

Re: TIpClientHttp():New

Hi Lucas I added echo $(HBDIR)\lib\hbtip.lib >> msvc.tmp to my .mak and tried to compile that example but get the following error - hbrtl.lib(hbsocket.obj) : error LNK2019: unresolved external symbol __imp__WSAIoctl@36 referenced in function _hb_socketGetIFaces ...
by Colin Haig
Tue Jun 24, 2014 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIpClientHttp():New
Replies: 2
Views: 499

Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs

... referencia en la función __tmainCRTStartup one.exe : fatal error LNK1120: 7 externos sin resolver este es el archivo que genera con las lib, msvc.tmp one.obj two.obj three.obj c:\fwh\lib\FiveH32.lib c:\fwh\lib\FiveHC32.lib c:\hb30msv\lib\hbrtl.lib c:\hb30msv\lib\hbvm.lib c:\hb30msv\lib\gtgui.lib ...
by Patricio Avalos Aguirre
Tue Jun 10, 2014 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
Replies: 18
Views: 5570

Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs

... sin resolver al que se hace referencia en la función __tmainCRTStartup one.exe : fatal error LNK1120: 7 externos sin resolver aqui esta el msvc.tmp one.obj two.obj three.obj c:\fwh\lib\FiveH32.lib c:\fwh\lib\FiveHC32.lib c:\hb30msv\lib\hbrtl.lib c:\hb30msv\lib\hbvm.lib c:\hb30msv\lib\gtgui.lib ...
by Patricio Avalos Aguirre
Mon Jun 09, 2014 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
Replies: 18
Views: 5570

ListBox de xbrowse SIN BORDE en Win7

... 7 , pero en Win XP si se muestra: El codigo oBrw:ESTADO:nEditType := EDIT_LISTBOX  Ejemplo Windows 7 http://www.sauro-sys.com/Source/tmp/ListBox_W7.jpg Ejemplo XP http://www.sauro-sys.com/Source/tmp/ListBox_XP.JPG El problema esta en mi programa, ya que en testxbrw ...
by RSalazarU
Fri May 30, 2014 12:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ListBox de xbrowse SIN BORDE en Win7
Replies: 0
Views: 359

Re: Compilar fivewin a 64 con harbour

... three.obj one.res echo C:\fwh64\makes\vs2010_make\one.obj C:\fwh64\makes\vs2010_make\two.obj C:\fwh64\makes\vs2010_make\three.obj > msvc.tmp echo $(FWDIR)\lib\FiveH64.lib $(FWDIR)\lib\FiveHC64.lib >> msvc.tmp echo $(HBDIR)\lib\vc64\hbrtl.lib >> msvc.tmp echo $(HBDIR)\lib\vc64\hbvm.lib ...
by jbaezd
Mon May 26, 2014 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar fivewin a 64 con harbour
Replies: 4
Views: 2342

Sustituir RPreview por Reader

... function PrinEnd (De printer.prg), y le he añadido estas líneas a continuación del if oPrinter:lMeta del comienzo: oPrinter:cfile := GetEnv("TMP")+'\TMP'+alltrim(str(nRandom()))+'.pdf' do whil file(oPrinter:cfile) oPrinter:cfile := GetEnv("TMP")+'\TMP'+alltrim(str(nRandom()))+'.pdf' ...
by Sebastián Almirón
Wed May 21, 2014 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sustituir RPreview por Reader
Replies: 5
Views: 885

Re: Compiling 3 PRGs with BUILDX

... $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c > bcc.log .C.OBJ: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c del tmp $(program).RES : $(program).RC $(BCDIR)\bin\brc32.exe ...
by avista
Fri Apr 25, 2014 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling 3 PRGs with BUILDX
Replies: 3
Views: 604

Re: Cargar y mostrar un archivo PDF

... blancos en la variable o campo que contiene el nombre del archivo usualmente FIELD->NOMBRE // 100 espacios ?FIELD->NOMBRE //"c:\polizas\tmp\poliza_102030.pdf .............." aca los puntos son espacios en blanco ya que el foro elimina los espacios en blanco ?file( FIELD->NOMBRE ...
by carlos vargas
Wed Feb 26, 2014 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cargar y mostrar un archivo PDF RESUELTO
Replies: 23
Views: 7847

Re: FWH64 : Error

Antonio, de donde enlazo estas librerías ? echo kernel32.lib >> msvc.tmp echo user32.lib >> msvc.tmp echo gdi32.lib >> msvc.tmp echo winspool.lib >> msvc.tmp echo comctl32.lib >> msvc.tmp echo comdlg32.lib >> msvc.tmp echo ...
by Vikthor.Thomas
Wed Jan 08, 2014 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : Error
Replies: 7
Views: 915

error al compilar con xharbour 1.2.3

... >log-prg.txt $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c .C.OBJ: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c del tmp Favorite.res : Favorite.rc $(BCDIR)\bin\brc32.exe ...
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: 833

Re: FastReport: PDF export

... is complete I export it in jpg using the jpeg export method. This method automatically create multiple jpg files with the page number (example tmp.1.jpg,tmp.2.jpg...) - due the fact I know which is the starting page no. for each letter I also know which is the name of the jpg files related, ...
by Marco Turco
Tue Sep 17, 2013 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport: PDF export
Replies: 7
Views: 1574
PreviousNext

Return to advanced search

cron