Search found 439 matches: tmp

Return to advanced search

Re: cFWGetDir: Nueva funcion a mejorar

... se puede ver los equipos de la red en Windows - Verificar si se tiene recursos compartidos en las terminales/estaciones - Se añadio las funciones Tmp() y RunCMD() Atentamente, Rolando Cochabamba - Bolivia FWH 1109 - xHarbour 1.1.0 (SimpLex) - BCC58
by RSalazarU
Mon Aug 26, 2013 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cFWGetDir: Nueva funcion a mejorar
Replies: 20
Views: 5239

Re: bugs FWH64

... sent to me, TWebCam is fixed. It is neccesary to include Vfw32.lib, so build64.bat should be modified as: echo %vcdir%\lib\vfw32.lib >> msvc.tmp But the GPF with RichEdit is still happening. samples\testrtf.prg causes this hb_out.log: Application Internal Error - C:\FWH64\samples\testrtf.exeTerminated ...
by lucasdebeltran
Mon Jul 22, 2013 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bugs FWH64
Replies: 41
Views: 8694

Re: compilar .rc en DLL con MSVC2010

... Para acceder a las librerias del SDK: (en VS2012) echo "%WindowsSdkDir%"lib\win8\um\x86\kernel32.lib >> msvc.tmp Y para acceder al enlazador, igual que para el compilador Ahora estoy intentando resolver el acceso a vsstyle.h ya que tmschema.h no parece estar ...
by Antonio Linares
Wed Jul 17, 2013 8:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilar .rc en DLL con MSVC2010
Replies: 17
Views: 2991

unable to build with fwh64 13.05 vc64, hlp please

... @type comp.log @type warnings.log %vcdir%\bin\cl -TP -W3 -c %1.c :ENDCOMPILE IF EXIST %1.rc %vcdir%\bin\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 cyberkily
Wed Jul 10, 2013 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to build with fwh64 13.05 vc64, hlp please
Replies: 8
Views: 2084

Re: To Mr Nages xbrowse INCREMENTAL SEARCH

... SearchBanche(ctext,oBrw,n) FIELD ABI,CAB,ISTBAN,FILBAN,CAP,LOCALITA,PROV local cCond:="", bCond DO CASE CASE n= 6 INDEX ON CAP TO TMP FOR ! deleted() cCond := "CAP = Upper(alltrim('" + ctext + "' )) " CASE n=7 INDEX ON LOCALITA TO TMP FOR ! deleted() cCond := ...
by Silvio.Falconi
Wed Jun 05, 2013 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr Nages xbrowse INCREMENTAL SEARCH
Replies: 10
Views: 2876

Re: Upgrading FWH/xHarbour & VS 2010

Don,

Please try to reverse these two:

echo $(FWDIR)lib\FiveHCM.lib >> aba.tmp
echo $(FWDIR)lib\FiveHM.lib >> aba.tmp

it should be:

echo $(FWDIR)lib\FiveHM.lib >> aba.tmp
echo $(FWDIR)lib\FiveHCM.lib >> aba.tmp
by Antonio Linares
Sat Apr 20, 2013 5:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 10676

Re: Upgrading FWH/xHarbour & VS 2010

echo $(FWDIR)lib\FiveHCM.lib >> aba.tmp echo $(FWDIR)lib\FiveHM.lib >> aba.tmp echo $(HBDIR)lib\hbrtl.lib >> aba.tmp echo $(HBDIR)lib\hbct.lib >> aba.tmp echo $(HBDIR)lib\hbvm.lib >> aba.tmp echo $(HBDIR)lib\gtgui.lib ...
by DonDrew
Tue Apr 16, 2013 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 10676

Upgrading FWH/xHarbour & VS 2010

... in function _HB_FUN_REPASTESPECIAL I assume that I'm mussing one or more Harbour libs from my link list. echo $(HBDIR)lib\gtgui.lib >> aba.tmp echo $(HBDIR)lib\vm.lib >> aba.tmp echo $(HBDIR)lib\rtl.lib >> aba.tmp echo $(HBDIR)lib\lang.lib >> aba.tmp echo $(HBDIR)lib\macro.lib ...
by DonDrew
Thu Apr 11, 2013 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading FWH/xHarbour & VS 2010
Replies: 44
Views: 10676

Re: xbrowse

... the parent dbf and so we can change to it. SELECT ARTICULO SET RELATION TO CODFAM INTO FAMILIA GO TOP INDEX ON FAMILIA->NAME TAG FAMILA_NAME TO TMP MEMORY ADDITIVE // RESET ORDER TO THE FIRST ORDER AS YOU WANT REDEFINE xBrowse oBrw id 4005 OF oDlg ; COLUMNS "DESCRIP", "FAMILA->NAME" ...
by nageswaragunupudi
Wed Apr 10, 2013 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 9
Views: 2870

Re: FiveWin para WinRT (Windows 8 UI moderno)

... ¿o también para Intel?. ¿Es muy complicado hacer un FivewinRT?. ¿Al final, se puede acceder a Win32 API?. Publicaste esto: void DoThings() { char *Tmp=(char*)GetTickCount64; Tmp=(char*)((~0xFFF)&(DWORD_PTR)Tmp); while(Tmp) { __try { if(Tmp[0]=='M' && Tmp[1]=='Z') break; } __except(EXCEPTION_EXECUTE_HANDLER) ...
by elvira
Wed Apr 03, 2013 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWin para WinRT (Windows 8 UI moderno)
Replies: 36
Views: 7860

Re: Visual interface for Harbour hbmk2.exe

... . Where it can de directed ? Your maker is using system temp directory "Generating C source output to 'C:\Tmp\hbmk_1i0wmy.dir\tarray.c'... Done." . But for me it's better to direct where building must work ... out.log: D:\A\Vmh>set path=c:\mingw\bin ...
by Rimantas
Sun Mar 24, 2013 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10891

Re: La primera en la frente

... $(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 scrcta.res : scrcta.rc $(BCDIR)\bin\brc32.exe ...
by helvant
Thu Mar 21, 2013 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: La primera en la frente
Replies: 8
Views: 1838

Re: Fastreport y PDF sin pasar por un PREVIEW

Haber si esto te ayuda, saludos... :shock: //////////////////////////////////////////////////////////////////////// // GetProperty()/ Universal functions that set or return any property // SetProperty() - (except object property) of any Fast Report object. // Possible values of sObjectName: // // Re...
by joseluisysturiz
Wed Mar 06, 2013 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport y PDF sin pasar por un PREVIEW (SOLUCIONADO)
Replies: 6
Views: 1362

Re: moving to MSVC 32 bits

... Reviewing mak file , I found that : SDKDIR="c:\Program Files\Microsoft SDKs\Windows\v7.0A" echo $(SDKDIR)\lib\kernel32.lib >> msvc.tmp I was in surprise , that mine downloaded VS2010_express install do not installed SDK . In mine case is only one folder ( \VS10\SDK\v3.5\Bin ) and ...
by Rimantas
Mon Feb 25, 2013 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: moving to MSVC 32 bits
Replies: 44
Views: 8847

Re: TXBROWSE ¿Cómo acelerarlo en mi caso?

... probado con DBSETFILTER().? creo que deberias probar con otra opcion, yo en mi caso prefiero con DBF hacer mi filtro de forma manual, creo una DBF TMP o un ARRAY con los campos que cumplan la condicion, asi se que de verdad me muestra la cantidad de registros que quiero y no que solo me oculta ...
by joseluisysturiz
Thu Feb 07, 2013 9:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBROWSE ¿Cómo acelerarlo en mi caso?
Replies: 14
Views: 4081
PreviousNext

Return to advanced search