Search found 13 matches: devpos

Return to advanced search

Re: funciones de FWH y Harbour en un archivo .txt

... DevOut(<exp>,[<cColorString>])->Nil DevOutPict(<exp>,<cPicture>,[<cColorString>])->Nil DevPos(<nRow>,<nCol>)->Nil DirChange(<cDirectory>)->nOSError Directory(<cDirSpec>,[<cAttributes>])->aDirectory ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... DBSort DBStruct DBTableExt DBTotal DBUnlock DBUnlockAll DBUpdate DBUseArea DBZap Default DefPath Deleted DeleteFile Descend DevOut DevOutPict DevPos DirChange Directory DirectoryRecurse DirMake DirName DirRemove DisableWaitLocks DiskChange DiskFree DiskName DiskReady DiskReadyW DiskSpace DiskTotal ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Converting an old Clipper app

... + DO->punti", {|| ; (MA->(dbGoto(OR->materia)), ; DO->(dbGoto(OR->prof)), MA->prec + ; DO->punti + eval({|| (DevPos(14, 14), iif(!EOF(), ; DevOut(Replicate("²", RecNo() * 51 / LastRec())), Nil), ; "")}))})) OR->(dbCreateIndex("orario.$$2", ...
by Silvio.Falconi
Tue Jan 27, 2015 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting an old Clipper app
Replies: 3
Views: 744

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4170

Conversion from old 16 bit clipper

... {|| ; (materie->(dbGoto(orario->materia)), ; anagrafe->(dbGoto(orario->prof)), materie->prec + ; anagrafe->punti + eval({|| (DevPos(14, 14), iif(!EOF(), ; DevOut(Replicate("²", RecNo() * 51 / LastRec())), Nil), ; "")}))})) box_index("orario.$$2") ...
by Eoeo
Sun Aug 19, 2012 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from old 16 bit clipper
Replies: 0
Views: 360

Re: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib

Buildx.bat works when using Fivewin directly. But I realy need to: 1. convert my system from Clipper to Harbour console 2. convert its database from Dbf to Mysql (at this point my clients will use a console version) 3. rewrite it using fivewin As a begining I'm trying to compile this exemple in Harb...
by Coiote
Wed Oct 21, 2009 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Replies: 15
Views: 3293

Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib

Do someone know how to solve this error? Linking... Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external '_hb_cdpID' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error:...
by Coiote
Wed Oct 21, 2009 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Replies: 15
Views: 3293

Erro na GTWIN.LIB ao compilar programas

Olá turma. Alguém sabe como resolver este erro? / Do someone know how to solve this error? Linking... Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external '_hb_cdpID' ref...
by Coiote
Tue Oct 20, 2009 10:32 pm
 
Forum: All products support
Topic: Erro na GTWIN.LIB ao compilar programas
Replies: 1
Views: 1072

Antonio, Instalé la versión que puedes descargar desde fivetech, la 1.0.1 si no me equivoco, por si esta era antigua y me da un porrón de errores...a ver si doy con ello Me sale esto...(perdón por el mogollón) C:\HARBOUR\TESTS>c:\borland\bcc55\bin\ilink32 -aa -Tpe @b32.bc Turbo Incremental Link 5...
by cyberkily
Thu Dec 18, 2008 5:45 pm
 
Forum: FiveWin para CA-Clipper
Topic: compilar con buildh el sample tutor01
Replies: 4
Views: 1416

... UPPER 0xC1 1 #define VAL 0xC2 1 #define VALTYPE 0xC3 1 #define WORD 0xC4 1 #define YEAR 0xC5 1 #define TRANS 0xC6 1 #define COL 0xC7 1 #define DEVPOS 0xC8 1 #define INKEY0 0xC9 1 #define INKEY1 0xCA 1 #define PCOL 0xCB 1 #define PROW 0xCC 1 #define ROW 0xCD 1 #define SETPOS 0xCE 1 #define SETPOSBS ...
by Antonio Linares
Fri Jan 27, 2006 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: maquinas virtuales - virtual machines
Replies: 5
Views: 1762

Return to advanced search