Search found 444 matches: tmp

Return to advanced search

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: 1336

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: 885

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: 1359

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: 164280

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: 164280

Re: he conseguido un iphone

... English setenv DOCUMENTATION_FOLDER_PATH Untitled.app/English.lproj/Documentation setenv DO_HEADER_SCANNING_IN_JAM NO setenv DSTROOT /tmp/Untitled.dst setenv DWARF_DSYM_FILE_NAME Untitled.app.dSYM setenv DWARF_DSYM_FOLDER_PATH "/Volumes/Repositorio/Projects xCode/Test3/Untitled/build/Debug-iphonesimulator" ...
by softruz
Mon Dec 13, 2010 10:58 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 164280

Re: fwh 10.09 link error ?

... COMPILEERROR @type comp.log %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 %fwdir%\lib\FiveHM.lib %fwdir%\lib\FiveHCM.lib >> msvc.tmp echo %hdirl%\hbrtl.lib >> msvc.tmp echo %hdirl%\hbvm.lib >> msvc.tmp ...
by yunbg1
Wed Oct 27, 2010 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 10.09 link error ?
Replies: 19
Views: 7504

Re: Windows 7 64 bits - tester required

... products available! http://com1software.com/c1027.htm Regarding odbc I have these libraries in place: echo %vcdir%\lib\odbc32.lib >> msvc.tmp echo %vcdir%\lib\odbccp32.lib >> msvc.tmp I am getting link errors on : SQLSETPOS() SQLCANCEL() SQLGETSTMTOPTION() SQLEXTENDEDFETCH() SQLFETCH() ...
by Dave Zowasky
Wed Oct 27, 2010 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 18540

Re: Windows 7 64 bits - tester required

I may have found the answer to my question.

Added this build64.bat to fix error

echo %vcdir%\lib\ws2_32.lib >> msvc.tmp
by Dave Zowasky
Fri Oct 15, 2010 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 18540

Re: Windows 7 64 bits - tester required

Antonio, I have added these lines to my build64.bat echo %hdirl%\hbtip.lib >> msvc.tmp echo %hdirl%\hbpcre.lib >> msvc.tmp However I am still getting this error: hbrtl.lib(hbsocket.obj) : error LNK2019: unresolved external symbol __imp_WSAIoctl referenced ...
by Dave Zowasky
Thu Oct 14, 2010 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 18540

Re: missing _SetClassLongPtr

... -W3 -c /GA %1.c >> clip.log :ENDCOMPILE IF EXIST %1.rc "%vcdir%"\bin\rc -r -d__FLAT__ %1 >> clip.log echo %1.obj > msvc.tmp echo ..\lib\Fivehmx.lib ..\lib\FiveHCM.lib >> msvc.tmp echo %hdir%\lib\rtl.lib >> msvc.tmp echo %hdir%\lib\vm.lib >> msvc.tmp ...
by cly166
Mon Sep 27, 2010 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: missing _SetClassLongPtr
Replies: 8
Views: 1498

Re: How to compile ?

... > 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 # Resource # ----------- Fontedit.res ...
by ukoenig
Wed Sep 15, 2010 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to compile ?
Replies: 3
Views: 931

Problema de Compilación

... $(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 sysw32.res : sysw32.rc $(BCDIR)\bin\brc32.exe ...
by Luis
Tue Aug 24, 2010 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema de Compilación
Replies: 2
Views: 623

S.O.S.: Error 0x23

... hivos de programa\Archivos comunes\GTK\2.0\bin;C:\UTILES;D:\CLIP53\BIN;D:\BCC55\ BIN;D:\BLI4 USERPROFILE = C:\Documents and Settings\Armando TMP = C:\DOCUME~1\Armando\CONFIG~1\Temp __MAKE__ = 0x0520 SYSTEMDRIVE = C: VBOX_INSTALL_PATH = C:\Archivos de programa\Oracle\VirtualBox\ PATHEXT = ...
by Armando Picon
Fri Jun 25, 2010 10:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: S.O.S.: Error 0x23
Replies: 11
Views: 3705

Problem with FWPPC

... INETGETHOSTS ){   PHB_ITEM pHost = hb_param( 1, HB_IT_STRING );   PHB_ITEM aHosts, Tmp;   struct hostent *Host;   char **cHosts;   if( pHost == NULL )   {      hb_errRT_BASE_SubstR( ...
by Maurizio
Thu Jun 17, 2010 1:35 pm
 
Forum: FiveWin for Pocket PC
Topic: Problem with FWPPC
Replies: 10
Views: 5361
PreviousNext

Return to advanced search