Search found 438 matches: tmp

Return to advanced search

Re: Strange error Modharbour and IIS

... but I always reveiv the same message. Same result with IIS 10 on windows server 2019. I even gived the full rigth to IIS_IUSRS on c:\windows\tmp, but with the same result. The file size, date and time is exactly those from libharbour.dll 03-06-20 09:46 6.392 KB but the name is libharbour.7768.116 ...
by jfl@mafact.com
Sun Jun 21, 2020 9:40 am
 
Forum: mod_harbour
Topic: Strange error Modharbour and IIS
Replies: 7
Views: 969

Re: Procedure FW_GT que no existe en Fivewin.ch

... $(BCDIR)\bin\bcc32 -N -c -tWM -I$(HDIRL)\include -oobj\$& obj\$&.c .C.OBJ: echo -c -N -tWM -DHB_API_MACROS > tmp echo -I$(HDIRL)\include;$(FWDIR)\include >> tmp echo $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c # echo -c -N -tWM -D__XHARBOUR__ -DHB_API_MACROS ...
by Armando Picon
Tue May 26, 2020 9:18 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Procedure FW_GT que no existe en Fivewin.ch
Replies: 6
Views: 1394

missing libs for MSVC

Hello,

This libs are missing at fwh\lib:

echo %fwh%\lib\hbhpdf32.lib >> msvc.tmp
echo %fwh%\lib\libhpdf32.lib >> msvc.tmp

Thank you-
by MOISES
Thu Jan 30, 2020 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: missing libs for MSVC
Replies: 7
Views: 651

Re: Error description: (DOS Error 267) DBFCDX/1006 Create error

Hello João, I tried the changes but with no success. As for the moment I implemented this solution which seems to work: LOCAL CtMP := GETENV( "TMP" ) //----------------------------------------------------------------------------// lMKDir(CtMP) Thank you for your help and best regards Otto
by Otto
Tue Jan 21, 2020 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error description: (DOS Error 267) DBFCDX/1006 Create error
Replies: 8
Views: 742

Re: Error description: (DOS Error 267) DBFCDX/1006 Create error

Hello Enrico, now I inserted ? GETENV("TMP") and I see that the environment is: WINDOWS 10 c:\Users\Otto Buero\AppData\Local\Temp\ SERVER 2019 c:\Users\Otto Buero\AppData\Local\Temp\16 If I create 16 my self all is working. But what is ...
by Otto
Tue Jan 21, 2020 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error description: (DOS Error 267) DBFCDX/1006 Create error
Replies: 8
Views: 742

Error BASE/1003 no existe la variable cFile

... se aplica a muchas cosas ¿ Alguien tiene una respuesta ? En mi caso trato de crear un DBF temporal con 2 indices, aquí el código: //FErase(".\TMP\FINAL.DBF") //FErase(".\TMP\FINAL.CDX") aCampos:={{"NUM","N",4,0},{"RUT","C",10,0},{"NOMBRE","C",40,0}} ...
by wyerco613
Wed Aug 21, 2019 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1003 no existe la variable cFile
Replies: 4
Views: 741

Show and scroll with Meta-file

Hi,

I'm creating drawings in meta-files, and show them in a window.
Sometimes the drawings ar larges than the screen, and want to move around like Adobe-reader.
Image
How can I do this?
by Marc Vanzegbroeck
Fri Jul 19, 2019 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show and scroll with Meta-file
Replies: 12
Views: 1005

Re: Error compilando con visualstudio 2019

... /GA %1.c :ENDCOMPILE IF EXIST %1.rc rc -r -d__FLAT__ %1 IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1 echo %1.obj > msvc.tmp echo %fwh%\lib\FiveH32.lib %fwh%\lib\FiveHC32.lib >> msvc.tmp echo %hdirl%\hbrtl.lib >> msvc.tmp echo %hdirl%\hbvm.lib >> msvc.tmp ...
by Compuin
Wed Jun 19, 2019 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1096

Re: Error compilando con visualstudio 2019

... /GA %1.c :ENDCOMPILE IF EXIST %1.rc rc -r -d__FLAT__ %1 IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1 echo %1.obj > msvc.tmp echo %fwh%\lib\FiveH32.lib %fwh%\lib\FiveHC32.lib >> msvc.tmp echo %hdirl%\hbrtl.lib >> msvc.tmp echo %hdirl%\hbvm.lib >> msvc.tmp ...
by cnavarro
Wed Jun 19, 2019 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1096

Re: Xbrowse class technical question

... samples In fact... It's just dbf that I want to use )) I think of a workaround that I use Xbrowse for the selection and from xbrowse save/create a tmp dbf with the result and use that dbf for the sample from you.
by Marc Venken
Thu May 09, 2019 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 4962

Re: XBROWSE Border on cells

... > clip.log $(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 MAIN.res : MAIN.rc $(BCDIR)\bin\brc32.exe ...
by ukoenig
Sat Apr 13, 2019 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4187

mxml.lib - error de linkado

... libreria de harbour mxml.lib al bat para generar el exe me arroja un error de linkado que no logro resolver: echo %hdirl%\mxml.lib + >> msvc.tmp Error: LINK : fatal error LNK1181: cannot open input file '+.obj'* Linking errors * Sin embargo el bat para generar el exe en 32 bits no me arroja ...
by Verhoven
Fri Mar 08, 2019 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mxml.lib - error de linkado
Replies: 1
Views: 336

XML to text

... and xmltree, but couldn't get it to work. I have a XML-file with this stucture (readed with xmltree.prg) http://www.vms.be/tmp/Knipsel-xml1.JPG I want to create a file like: xlmxlm,ErdbVersionxlm,ErdbVersion,DbVersion:15xlm,ErdbVersion,DbDesc:ERDB Releasexlm,ErdbVersion,DbGUID:5665666555xlm,ErdbVersion,DbLangID:ENUxml,Blockxml,BlockDefxml,BlockDef,BlockName:AI_D1331_1_1_01xml,BlockDef,BlockName,Left:0xml,BlockDef,BlockName,Top:0xml,BlockDef,BlockName,Right:0.... ...
by Marc Vanzegbroeck
Sun Oct 28, 2018 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML to text
Replies: 1
Views: 569

Re: Agregar archivo .c a mak de compilacion

... >> comp.log $(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 myapp.res : myapp.rc c:\bcc7 $(BCDIR)\bin\brc32.exe ...
by Compuin
Thu Oct 25, 2018 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar archivo .c a mak de compilacion
Replies: 9
Views: 1577

Re: Agregar archivo .c a mak de compilacion

... >> comp.log $(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 myapp.res : myapp.rc c:\bcc7 $(BCDIR)\bin\brc32.exe ...
by cnavarro
Thu Oct 25, 2018 12:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar archivo .c a mak de compilacion
Replies: 9
Views: 1577
PreviousNext

Return to advanced search

cron