Search found 439 matches: tmp

Return to advanced search

Error al compilar en FWH64

... nueva para incluir ??? estas son las que usaba hasta la versión del 11.07 echo %fwdir%\lib\FiveH64.lib %fwdir%\lib\FiveHC64.lib >> msvc.tmp echo %hdirl%\hbrtl.lib >> msvc.tmp echo %hdirl%\hbvm.lib >> msvc.tmp echo %hdirl%\gtgui.lib >> msvc.tmp echo %hdirl%\hblang.lib ...
by El Loco
Fri Sep 23, 2011 11:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar en FWH64
Replies: 2
Views: 684

Re: 11.07 Build Error MSVC

Tim,

You have to link psapi.lib also:

In samples\buildh32.bat

echo %sdkdir%\lib\psapi.lib >> msvc.tmp
by Antonio Linares
Sat Aug 13, 2011 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 11.07 Build Error MSVC
Replies: 1
Views: 404

Re: create group on report class

... each register of the table in runtime. this is my code but i get the message: TRGroup does not exist REPORT oRpt ; ... GROUP oGrp1 ; ON Left(TMP->Cuenta,2) ; HEADER Left(TMP->Cuenta,2)+' '+ACONCUE->Descrip; FOOTER 'Total :' ; FONT 5 GROUP oGrp2 ; ON Left(TMP->Cuenta,4) ; HEADER ...
by artu01
Thu Aug 11, 2011 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create group on report class
Replies: 3
Views: 756

Re: Regalo de vacaciones

Hola sysCtrl, Esas son dos funciones de mi libreria de funciones. Al menos la GrabaError() se debe sustituir por una funcion particular y lo que tiene que hacer es grabar en un fichero de texto un error con el mensaje de error MSG_ERROR. No adjunto las mias porque a su vez incorporan llamadas a func...
by hmpaquito
Mon Aug 01, 2011 7:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Regalo de vacaciones
Replies: 6
Views: 2519

Re: Archivo via FTP

... La segunda línea del código que te pongo la puedes modificar según donde quieras la salida. En el PC desde el que ejecutas la RemoreShell (c:\tmp\salida.txt): oRemoteShell:Run("cmd /C rsh Equipo -l NombreDeUsuario -n wc -l archivo > c:\tmp\salida.txt & exit",0,.F.) ...
by JmGarcia
Fri Jun 10, 2011 8:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo via FTP
Replies: 6
Views: 2650

Re: Upgrade Errror From FWH107 to FWH113

Hello

Here

@echo $(STARTUP_OBJ) skins.obj + > make.tmp

Or here

@echo skins.obj $(**), + >> make.tmp
by Daniel Garcia-Gil
Sun Apr 10, 2011 2:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3082

Re: Upgrade Errror From FWH107 to FWH113

... -r $** $(APP_EXE) :: $(APP_RES) @if exist $(APP_EXE) del $(APP_EXE) > nul !endif $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> make.tmp @echo $(APP_MAP), + >> make.tmp @echo $(FIVE_LIB) + >> make.tmp ...
by acwoo1
Sun Apr 10, 2011 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3082

Strange things happening here! HELP ME!

... -c -I$(HBDIR)\INCLUDE;$(FWDIR)\INCLUDE;$(BCDIR)\INCLUDE -oobjh\$& objh\$&.c .C.OBJ: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include.$(BcDIR)\include >> tmp $(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c del tmp Fivegen.res : Fivegen.rc ...
by msmsenac
Thu Feb 24, 2011 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange things happening here! HELP ME!
Replies: 6
Views: 1337

Bug in REDEFINE SAY?

Hello! If I use TRANSPARENT with DIALOG the displayed text of REDEFINED SAY is cutted: http://www.ibtc.biz/tmp/2011-02-12_19-39-14.png function DialogFromResource1()   local oDlg   LOCAL cText   cText := "*** Lorem ipsum dolor sit amet, consectetur adipisici ...
by IBTC
Sat Feb 12, 2011 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in REDEFINE SAY?
Replies: 12
Views: 4408

Bug in RibbonBar?

Hi! If I press on the first button: http://www.ibtc.biz/tmp/2011-02-04_15-43-48.png I get this: http://www.ibtc.biz/tmp/2011-02-04_15-44-22.png Only the text oft the buttons of the same group get gray, not the others: http://www.ibtc.biz/tmp/2011-02-04_15-45-06.png ...
by IBTC
Fri Feb 04, 2011 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in RibbonBar?
Replies: 4
Views: 992

Bug in MENU 2007?

Hi! With Wine I get this: http://www.ibtc.biz/tmp/2011-02-04_14-56-10.png 1: the colour of the text should be black 2: the background of the arrow should be transparent and on Windows 7: http://www.ibtc.biz/tmp/2011-02-04_14-58-55.png ...
by IBTC
Fri Feb 04, 2011 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in MENU 2007?
Replies: 5
Views: 1311

Mala configuracion de archivo make?????

... $(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 Compuin
Wed Jan 19, 2011 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mala configuracion de archivo make?????
Replies: 4
Views: 866

Re: TdosPrn para USB

... ******************************** Function DirTempdoWindows() Local cDir := GetEnv("TEMP") // Se Vazio cDir Entao cDir := GetEnv("TMP") If Right( cDir, 1 ) == "\" cDir = SubStr( cDir, 1, Len( cDir ) - 1 ) EndIf If !Empty(cDir) If !lIsDir(cDir) cDir := GetWinDir() ...
by praul
Sun Dec 19, 2010 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn para USB
Replies: 5
Views: 1320

Re: he conseguido un iphone

... English setenv DOCUMENTATION_FOLDER_PATH test4.app/English.lproj/Documentation setenv DO_HEADER_SCANNING_IN_JAM NO setenv DSTROOT /tmp/test4.dst setenv DWARF_DSYM_FILE_NAME test4.app.dSYM setenv DWARF_DSYM_FOLDER_PATH /Volumes/Repositorio/ProjectsxCode/test4/build/Debug-iphonesimulator ...
by softruz
Wed Dec 15, 2010 2:42 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 146162

Re: he conseguido un iphone

... setenv DOCUMENTATION_FOLDER_PATH "testharb .app/English.lproj/Documentation" setenv DO_HEADER_SCANNING_IN_JAM NO setenv DSTROOT "/tmp/testharb .dst" setenv DWARF_DSYM_FILE_NAME "testharb .app.dSYM" setenv DWARF_DSYM_FOLDER_PATH "/Volumes/Repositorio/ProjectsxCode/testharb ...
by softruz
Tue Dec 14, 2010 3:37 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 146162
PreviousNext

Return to advanced search