Search found 439 matches: tmp

Return to advanced search

re:

... /DUNICODE /I%hdir%\include /I..\..\include Almacen.c :ENDCOMPILE IF EXIST Almacen.rc %vcdir%\bin\rc -r -d_CE Almacen echo Almacen.obj > msvc.tmp echo ..\..\..\lib\FiveCE.lib ..\..\..\lib\FiveCEC.lib >> msvc.tmp echo %hdir%\lib\rtl.lib >> msvc.tmp echo %hdir%\lib\vm.lib >> ...
by softruz
Tue Nov 04, 2008 4:21 pm
 
Forum: FiveWin para Pocket PC
Topic: Errores con la Nueva Version FWPPC Octubre 2008
Replies: 10
Views: 2230

... editor with the current memo field: lSuccess = EditorMemo("Qedit", "Notes") RETURN FUNCTION EditorMemo( cEditor, cMemofld ) IF MEMOWRIT("Clipedit.tmp", &cMemofld.) RUN (cEditor + " Clipedit.tmp") REPLACE &cMemofld. WITH MEMOREAD("Clipedit.tmp") ERASE Clipedit.tmp RETURN .T. ELSE RETURN ...
by joseluisysturiz
Thu Oct 30, 2008 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calling a FiveWin program from DOS.
Replies: 5
Views: 1035

Para Antonio Linares Error Compilacion FWH8.06

... $(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 eq.res : eq.rc $(BCDIR)\bin\brc32.exe ...
by jponce
Fri Oct 10, 2008 3:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linares Error Compilacion FWH8.06
Replies: 2
Views: 498

Error de Compilacion fwh8.06

... $(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 eq.res : eq.rc $(BCDIR)\bin\brc32.exe ...
by jponce
Fri Oct 10, 2008 4:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Compilacion fwh8.06
Replies: 1
Views: 472

Compiling FWH Tutor01-08 with VC98 Errors in link

... IF ERRORLEVEL 1 GOTO EXIT %vcdir%\bin\cl -TP -W3 -c /GA %1.c :ENDCOMPILE IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %1.obj > msvc.tmp echo ..\lib\FiveHM.lib ..\lib\FiveHCM.lib >> msvc.tmp echo %hdir%\lib\hbrtl.lib >> msvc.tmp echo %hdir%\lib\hbvm.lib >> msvc.tmp ...
by paulrhanson
Mon Sep 22, 2008 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling FWH Tutor01-08 with VC98 Errors in link
Replies: 3
Views: 1187

Error on compiling with 8.09

Antonio, this errors are shon when i will compile a programm with FWH 8.09: c:\bcc55\bin\ilink32.exe -Gn -aa -Tpe -s -I. -x @make.tmp Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_HB_FUN_LOADLIBRARY' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR ...
by byte-one
Thu Sep 18, 2008 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 8.09
Replies: 15
Views: 5145

... /p %2 %3 > clip.log %vcdir%\bin\clarm -W3 -c /DARM /DUNICODE /I%hdir%\include /I..\include three.c ... echo %1.obj two.obj three.obj > msvc.tmp ... You can add more the same way
by Antonio Linares
Tue Sep 02, 2008 8:03 am
 
Forum: FiveWin for Pocket PC
Topic: make - project
Replies: 6
Views: 1299

Re: Ayuda con creación de GETs

... y se ven los gets intenta asignarles el valor avarget[nfields+1], que está fuera del rango de avarget. Si por el contrario usas la variable tmp, no da error, pero su valor cuando se activa el dialogo es el del último paso por el bucle, tmp = nfields y tendras todos los gets apuntando a avarget[nfields] ...
by gmart1
Fri Aug 29, 2008 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con creación de GETs dinámicos (Solucionado)
Replies: 4
Views: 987

... > 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 MYPROG.res : MYPROG.rc $(BCDIR)\bin\brc32.exe ...
by James Bott
Tue Aug 26, 2008 5:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using oBrw:print() only prints whats on screen
Replies: 26
Views: 4219

Video UESTUDIO: download - install - setup - ready to work

http://www.atzwanger.com/UeStart/UeStart.html This weekend I set up UEStudio and would like to share my experience. The video is ca. 30 min. . This is a live recording. This means that within 30 min. you can install and make your first projects. Regards, Otto 1) Downloads make direc...
by Otto
Mon Aug 11, 2008 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video UESTUDIO: download - install - setup - ready to work
Replies: 21
Views: 8007

... being created in _SET_DEFAULT directory Local cTmpName := "__temp" Do While File( cTmpName := cTmpDir + "__" + StrZero( nRandom( 99999 ), 5 ) + ".tmp" ) Enddo FClose( FCreate( cTmpName ) ) // return( ???? )
by Rick Lipkin
Fri Aug 01, 2008 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3334

Solution

... being created in _SET_DEFAULT directory Local cTmpName := "__temp" Do While File( cTmpName := cTmpDir + "__" + StrZero( nRandom( 99999 ), 5 ) + ".tmp" ) Enddo FClose( FCreate( cTmpName ) ) Luis Krause Mantilla made this change after I isolated the problem. I have my own path variable so I had ...
by TimStone
Fri Aug 01, 2008 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3334

Borland make sample doesn't work

... $(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 Alert.res : Alert.rc $(BCDIR)\bin\brc32.exe ...
by hag
Wed Jul 23, 2008 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland make sample doesn't work
Replies: 10
Views: 1776

... $(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 Alert.res : Alert.rc $(BCDIR)\bin\brc32.exe ...
by hag
Wed Jul 23, 2008 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need a link script or file to link
Replies: 5
Views: 1423

... .prg .c .obj .rc .res Menu_gen.exe : Menu_gen.obj Gestmenu.obj Lavoro.obj Menu_gen.res echo Menu_gen.obj gestmenu.obj Lavoro.obj> msvc.tmp echo $(FWDIR)\lib\FiveCE.lib $(FWDIR)\lib\FiveCEC.lib >> msvc.tmp echo $(HBDIR)\lib\rtl.lib >> msvc.tmp echo $(HBDIR)\lib\vm.lib >> ...
by xfood
Sat Jul 19, 2008 10:43 am
 
Forum: FiveWin for Pocket PC
Topic: problematice on FWPPC help
Replies: 14
Views: 3367
PreviousNext

Return to advanced search