Search found 438 matches: tmp

Return to advanced search

... -oobj\one obj\one.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland obj\one.c: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -Ie:\compiler\clipper\harbour\include;e:\compiler\clipper\fwh\include >> tmp e:\compiler\cpp_lang\bcc55\bin\bcc32 -oobj\two @tmp two.c ...
by Ehab Samir Aziz
Sat Mar 11, 2006 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: make utility
Replies: 6
Views: 2650

Thomas,

In buildce.bat a new lib is used:

echo %vcdir%\lib\arm\ceshell.lib >> msvc.tmp
by Antonio Linares
Mon Feb 27, 2006 6:22 pm
 
Forum: FiveWin for Pocket PC
Topic: Linkerror with new harbour and fwppc
Replies: 2
Views: 946

... !::lMeta .and. ! ::lStarted ::lStarted := .T. StartDoc( ::hDC, ::cDocument ) endif ::nPage++ if ::lMeta for i:=1 to 9999 cWmfFileName:=::cDir + "\tmp" + PadL( i, 4, "0" ) + ".wmf" if .not. file(cWmfFileName) exit endif next AAdd( ::aMeta, cWmfFileName) ::hDCOut := CreateMetaFile( ATail( ::aMeta ...
by Marco Turco
Fri Feb 10, 2006 10:31 pm
 
Forum: All products support
Topic: Ripetizione stampa con Harbour
Replies: 15
Views: 6143

Borland link error Too many DEF

... vjclip.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 FIS.res : FIS.rc $(BCDIR)\bin\brc32.exe ...
by Vytas
Sun Feb 05, 2006 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland link error Too many DEF
Replies: 1
Views: 975

error verce 2

... .T. Local 11: U Local 12: U Local 13: U Local 14: U Local 15: U Local 16: L .F. Local 17: U Local 18: C "C:\ARCHIVOS DE PROGRAMA\VERCE\TEMP\VE1B56.TMP" Local 19: U Local 20: U Local 21: N 1 Local 22: L .F. Local 23: C "C:\SISINGE\Farmacia\FARMACIA.Exe" Local 24: C "C:\SISINGE\Farmacia\DLL\FARMACIA.RC" ...
by joseluisysturiz
Sat Feb 04, 2006 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error verce 2
Replies: 1
Views: 1658

... la classe nella quale viene generato il nome wmf (non ricordo se printer.prg o tmetafil.prg). 1) Faccio generare i file wmf in una cartella TMP che ho creato nella mia applicazione. Questo perché Antonio crea i file wmf nella cartella dei file temporanei di Windows che però in caso di accesso ...
by Marco Turco
Tue Jan 31, 2006 6:38 pm
 
Forum: All products support
Topic: Ripetizione stampa con Harbour
Replies: 15
Views: 6143

... far BOOL b95Look = FALSE; static far char SelDir[] = "Select directory"; static far char IniDir[] = ".\\"; static far char File[] = "__test__.tmp"; static far char Font[] = "MS Sans Serif"; static far int PixelX = 0; static far char Driver[] = "DISPLAY"; */ HB_FUNC( CGETDIR ) { BROWSEINFO ...
by carlosmora
Mon Jan 30, 2006 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RunDlg32 y dialogos para pedir carpetas
Replies: 3
Views: 1279

Linking issue with FWH 2.7

... vjclip.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 CTI.res : CTI.rc $(BCDIR)\bin\brc32.exe ...
by Vytas
Fri Jan 27, 2006 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linking issue with FWH 2.7
Replies: 9
Views: 4622

Append SDF fails

I am using FWH 2.5 when I have an append line as follows the program crashes. ... USE Tmp append from (FileName) SDF ... The error I get is DBFNTX/1021 Data Width Error Called from Fieldput(0) Called from __DBSDF(196) ... However if I use the same code in Clipper the ...
by Vytas
Fri Jan 20, 2006 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Append SDF fails
Replies: 2
Views: 973

Marco, lo que necesito es lo siquiente

... de mysql. y lo que me sucede es lo siguiente: Cuando intento crear la DBF de la siguiente manera me arroja un error de argumento. DBCreate("c:\tmpmysql.dbf",aStruc) Donde aStruc es un array que capturo de la siguiente manera: aStruc := oServer:TableStruct( cTBName ) Para resolver el problema ...
by leandro
Mon Jan 16, 2006 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos Mysql a Dbf
Replies: 4
Views: 1182

Sjors, Please check that you have these libs in your buildce.bat: echo %vcdir%\lib\arm\coredll.lib >> msvc.tmp echo %vcdir%\lib\arm\corelibc.lib >> msvc.tmp echo %vcdir%\lib\arm\aygshell.lib >> msvc.tmp echo %vcdir%\lib\arm\commctrl.lib >> msvc.tmp echo ...
by Antonio Linares
Wed Jan 11, 2006 3:11 pm
 
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2199

... hb_retnd( RetVal.n1.n2.n3.fltVal ); break; case VT_R8: // Double hb_retnd( RetVal.n1.n2.n3.dblVal ); break; case VT_CY: // Currency { double tmp = 0; VarR8FromCy( RetVal.n1.n2.n3.cyVal, &tmp ); hb_retnd( tmp ); } break; case VT_DECIMAL: // Decimal { double tmp = 0; VarR8FromDec( &RetVal.n1.decVal, ...
by ask
Tue Dec 27, 2005 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 13986

I INCLUDE only FWCE.ch now

When compile I get error:
tmp.prg(16) Error E0030 Syntax error: "parse error at 'DIALOG'"
by remecd
Wed Dec 21, 2005 8:10 am
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6270

Antonio THE INDEX IS STR(DLT_PEL,5)+DTOC(cDLT_DATE) THE PROBLEM THEY IS IN THE BRIEFING OF LISTBOX WHAT IT SHOULD I PUT IN THE VALID OF TMP_PEL IF DEFAUL cTMP_PEL := 30156 ALL OK [b]cTMP_PEL := 30156 [/b] DEFINE DIALOG prgDLG RESOURCE 'PARAGTRN' FONT oFnt12 ; TITLE " " ...
by dbSoft
Sat Dec 10, 2005 9:21 am
 
Forum: FiveWin for CA-Clipper
Topic: LISTBOX and SELECT ... FOR not Refresh()
Replies: 3
Views: 1436

Rafael,

Como te he comentado por email, prueba a hacer el siguiente cambio en samples\buildce.bat:

%vcdir%\bin\link @msvc.tmp /nologo /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM

por:

%vcdir%\bin\link @msvc.tmp /nologo /SUBSYSTEM:WINDOWSCE,3.0 /MACHINE:ARM

Espero tus noticias, gracias.
by Antonio Linares
Wed Dec 07, 2005 6:42 pm
 
Forum: FiveWin para Pocket PC
Topic: Mi primer programa en Pocket PC ¿cómo lo arranco?
Replies: 10
Views: 3351
PreviousNext

Return to advanced search