topic
stringlengths
1
63
text
stringlengths
1
577k
error.log
Yes, of course. EMG
error.log is presenting fwhx 13.07
Current version: 13:08 3R error.log is presenting: 13:07 Application =========== Path and name: C:\pdv.exe (32 bits) Size: ********* bytes Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6406) FiveWin Version: FWHX 13.07 Windows version: 5.1, Build 2600 Service Pack 3 Time from start: ...
error.log is presenting fwhx 13.07
SGS, Already updated, thanks for the reminder <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> The problem with this prg is that if we don't modify it and then we don't compile it then the version label remains unchanged.
error.log is presenting fwhx 13.07
Hello, I think you mean the value of FWVERSION? It's fine here. I got the answer "FWHX 13.08"
error.log is presenting fwhx 13.07
Michel, The problem is that such define is used from the errorsysw.prg, so if we don't recompile this PRG for a new FWH build, then the label remains unchanged and an older FWH version shows (the used when it got compiled last time) How to solve this ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" ...
error.log is presenting fwhx 13.07
<!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
error.log is presenting fwhx 13.07
Antonio, [quote="Antonio Linares":360vln5p]The problem is that such define is used from the errorsysw.prg, so if we don't recompile this PRG for a new FWH build, then the label remains unchanged and an older FWH version shows (the used when it got compiled last time) How to solve this ? <!-- s:-) --><img src="{SMILI...
error.log is presenting fwhx 13.07
Enrico, The make file will just recompile what has changed. Erasing the whole lib and rebuilding it is much slower than just rebuilding what has changed. Whats the meaning to recompile something that has not changed ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error.log is presenting fwhx 13.07
Antonio, [quote="Antonio Linares":3w0smci4]Enrico, The make file will just recompile what has changed. Erasing the whole lib and rebuilding it is much slower than just rebuilding what has changed. Whats the meaning to recompile something that has not changed ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt...
error.log is presenting fwhx 13.07
Make the #define part of the same prg that returns the version number. //------ fwVersion.prg ---------- #define FWVERSION 13.08 //anytime you change this line, this .prg wil recompile. FUNCTION FwVersion() RETURN FWVERSION
error.log not writable
[b:1zzmyhdm]I found, that in VISTA the error.log are not writable, if the programm runs in Program Files folder and the user are not administrator! [/b:1zzmyhdm]This error.log should in this cases writing to another directory!? Also should to every programm, that uses VISTA, included a modified manifest! MfG Günther
error.log not writable
[quote="byte-one":1f0es5s9][b:1f0es5s9]I found, that in VISTA the error.log are not writable, if the programm runs in Program Files folder and the user are not administrator! [/b:1f0es5s9]This error.log should in this cases writing to another directory!?[/quote:1f0es5s9] Try using the following command: SET ERRORLOG ...
error.log not writable
Hello EMG, your tip Try using the following command: SET ERRORLOG TO <cLogFile> [ADDITIVE] is not practicable in Harbour! I show to source and i see that the file for errorlog is hard-coded. Mr. Linares, for VISTA i cannot write this errorlog to Program Files folder. Please allow also the command SET ERRORLOG TO ...
error.log not writable
My error log file writes just fine in Vista ...
error.log not writable
[quote="byte-one":3rujbv94]Hello EMG, your tip Try using the following command: SET ERRORLOG TO <cLogFile> [ADDITIVE] is not practicable in Harbour![/quote:3rujbv94] Yes, it works with xHarbour. EMG
error.log not writable
Tim, Vista "Pro" does not allow to write on the root disk ("c"), i guess it is the same with program files Vista Home is ok , no problem, Richard
error.log not writable
It must be setup. I use Vista Ultimate. I never use Home versions. When programming, I often will have error files pop up. Tim
error.log not writable
Günther As a workaround, please modify the errorsys (source\function\errsysw.prg) source code and hardcode there the file path that you want
error.log not writable
Günther, in Vista it is not allowed to normal users to write in the "program files" directory and its subfolders. It´also not possible to have the dbf´s in the program dir. I would put the data with write acess in the users or all users directory. There you can also write the errorlog, see Enrico´s answer. If I reme...
error.log not writable
There is an "order" from Microsoft, all executable programs should be in the directory Program Files but NO!! data. The errorlog writes automatically to the directory from the EXE and this is not allowed. Also in VISTA it is required, to use an anhanced manifest. Add these to your manifest: <!-- Identify the applica...
error.log not writable
Günther, It is not true that the error.log is written in the directory of the EXE-file. My application runs on the local disk and the data are on the networkdisk. The directory of the data is the current disk and the current directory. It is to this directory that the error.log is written. With a little enhancement ...
error: OLEUNINITIALIZEOLEGETRESULTOLEISOBJECT
saludos al foro. he intentado agragar varias librerias a mi aplicacion sin resultados me marca errores tales como: Enlazando servicio.exe... Error: Unresolved external '_HB_FUN_OLEUNINITIALIZE' referenced from C:\PRGS\FWH\LIB\FIVEHX.LIB|TCOMOBJ Error: Unresolved external '_HB_FUN_OLEGETRESULT' referenced from C:\PRG...
error: OLEUNINITIALIZEOLEGETRESULTOLEISOBJECT
Noe, Estas intentando usar la clase TComObject, que gracias a nuevas funcionalidades de Harbour, ya no hace falta. Que objeto OLE estas intentando usar ? Puedes mostrarnos la sección de tu PRG en donde lo usas ?
error: OLEUNINITIALIZEOLEGETRESULTOLEISOBJECT
Antonio. Precisamente el asunto es que no uso nada de "ole", entonces creo que el detalle esta en alguna libreria que no debo usar, o una que dependa de otra. De hecho tome todas las libs que bienen en el buildx.bat de \fwh\samples y aun asi no soluciono nada. compilo el programa: comobj.prg buildx comobj y me marc...
error: OLEUNINITIALIZEOLEGETRESULTOLEISOBJECT
Noé, la idea es que TComObj ya no se usa para nada, es mas, antonio deberia eliminarla de las lib de fwh, en el foro no hay un solo post que demuestre que alguien lo esta usando. Si muestras que estas intentando hacer, podriamos asistirte en el uso de objetos com de la forma simple oCom := CreateObject( cComIdent ) ...
error: OLEUNINITIALIZEOLEGETRESULTOLEISOBJECT
[code=fw:3m44hvgb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// testing FiveWin new Class TComObject to manage OLE objects</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800...
error: OLEUNINITIALIZEOLEGETRESULTOLEISOBJECT
Saludos. Precisamente Karina, un compañero de desarrollo incluia en un programa el function x() local oWord := TComObject():New( "Word.Application" ) local oDocuments, oDoc ....... y esto ocasionaba el error, simplemente lo elimine y listo. gracias.
error: UNIX PANIC:exit cannot execute \etc\init PID1: status
Boa TArde, Tenho um servidor UNIX e não arranca dá este erro , alguém pode ajudar? PANIC:exit cannot execute \etc\init PID1: status 0*00000200 Cumprimentos João Alpande
error: UNIX PANIC:exit cannot execute \etc\init PID1: status
João, google for it, there are results that surely will help you.
error: UNIX PANIC:exit cannot execute \etc\init PID1: status
João, [url:peo0ztac]http&#58;//www&#46;unix&#46;com/sco/229333-panic-exit-cannot-exec-etc-init-pid-1-status-0-00000200-a&#46;html[/url:peo0ztac] Regards
error: _hb_objHasMessage
ola, depois de atualizar para FWH Junho/2006 ocorre este erro: xLINK: error: Unresolved external symbol '_hb_objHasMessage'. xLINK: fatal error: 1 unresolved external(s). uso as libs TSBUTTON, BARLIB, VGET32 e ADS. Pesquisei no .map e encontrei a seguinte referência: 0001:0004ab00 _hb_objHasMessage 0044bb00 f...
error: _hb_objHasMessage
Syda, Please add this function to your PRG: [code:3haqgi9u] #pragma BEGINDUMP #include <hbapi&#46;h> BOOL hb_objHasMessage&#40; PHB_ITEM pObject, PHB_DYNS pMessage &#41; &#123; return hb_objGetMethod&#40; pObject, pMessage->pSymbol &#41; != NULL; &#125; #pragma ENDDUMP [/code:3haqgi9u]
error: parpadeo en TOutlook 2003
Hola:En esta clase y en el ejemplo test2003.prg, cuando se cambia de PROMPT, aparece un parpadeo negro en la pantalla.Un saludo
error: parpadeo en TOutlook 2003
Hola Antonio:¿Que hay de este error?. Muchas gracias
error: parpadeo en TOutlook 2003
Moises,Lo acabamos de probar en Vista y no hay ningún parpadeo ó zona negra.En que versión de Windows lo estás probando ?
error: parpadeo en TOutlook 2003
En Windows XP.Se produce en la zona gris del control, cuando abres los prompts. Un amigo programador en C+ me ha dicho que es por el tema del repintado que te comenté en el email.Un saludo,
error: parpadeo en TOutlook 2003
Antonio:¿Cómo vas con ello, que me corre prisa.?. Muchas gracias.
error: parpadeo en TOutlook 2003
Moises,Como te expliqué por teléfono, no podemos hacer pintado a doble buffer pues se oculta y se muestra un diálogo y esos procesos los hace Winodws y es Windows quien manda los mensajes de repintado.La solución es cambiar el color de fondo del control para que se note lo menos posible.
error: parpadeo en TOutlook 2003
Hola Antonio:Sí, me refiero al tema del color <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->.Un saludo
error: parpadeo en TOutlook 2003
Antonio:He probado a poner otros valores en ::nClrPane = GetSysColor( , como WHITE o COLOR_SCROLLBAR y el parpadeo negro sigue apareciendo.Un saludo
error: parpadeo en TOutlook 2003
Moises,Modifica la clase asi:#define COLOR_BTNFACE 15::nClrPane = GetSysColor( COLOR_BTNFACE )
error: parpadeo en TOutlook 2003
Antonio:También lo probé, poniendo directamente el valor 15 y nada.Se sigue viendo una línea negra bastante fea.Un saludo,
error: parpadeo en TOutlook 2003
Antonio:¿Algún avance?.Un saludo
error: parpadeo en TOutlook 2003
Moises,Por lo visto es un efecto que solo se aprecia en XP. En Vista, lo hemos probado en distintos ordenadores (más rápidos y más lentos) y se ve perfectamente.Si hemos comprobado que en XP aparece una franja horizontal como de medio centímetro (no siempre en la misma posición), negra como comentas, que desaparece de ...
error: parpadeo en TOutlook 2003
Hola Antonio:¿Cómo va la corrección?. Muchas gracias
error: parpadeo en TOutlook 2003
Antonio:¿Algún progreso?.
error: parpadeo en TOutlook 2003
Moises,Nada por el momento. Si descubrimos la solución, lo anunciaremos <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error: pressing the key => ' <= SQLRDD xbrowse & lIncrFilte
error: pressing the key => ' <= I use SQLRDD oLbx:lIncrFilter := .t. oLbx:lSeekWild := .t. Error BASE/1449 Erro de sintaxe: & [ 1] = C {\\NOM_PROD LIKE '%CHUM[b:2ontzl31]'[/b:2ontzl31]%' ' %CHUM ' % ' all, NageswaraRao could you help me?
error: pressing the key => ' <= SQLRDD xbrowse & lIncrFilte
[url:ewpu1wy5]http&#58;//www&#46;pctoledo&#46;com&#46;br/forum/viewtopic&#46;php?f=45&t=13715[/url:ewpu1wy5]
errorblock..
Ancora io, mi succede una cosa strana sia in Fwin che in harbour, in pratica non riesco a intercettare l'errore. Ecco l'esempio: bsave := ERRORBLOCK( { |x| BREAK(x)} ) BEGIN SEQUENCE _prova:=prngetname() msgalert("ok !") RECOVER USING objError msgalert("errore !") END ERRORBLOCK(bsave) // Restore handler * * f...
errore HBZIP
buongiorno Enrico, ricevo questo errore con fwh1507, xHarbour 1.2.3 e bcc7 prima usavo bcc55. forse oltre ad HBZIP manca qualche altra libreria? grazie per l'aiuto che puoi darmi, ho letto tutti i 3d con ricerca 'hbzip' ma non ho trovato una soluzione. ciao, marzio librerie usate Fivewin libraries: fiveHx.lib fiveHC.l...
errore HBZIP
Marzio, devi aggiungere zlib.lib. Se ti capitano altri casi come questo devi semplicemente prendere il nome della funzione "unresolved" e cercarlo all'interno di tutte le LIB, così riesci subito a capire quale ti manca. EMG
errore HBZIP
grazie mille risolto! grazie anche per il suggerimento. il file exe generato da 2 mega col bcc55 è passato a 3.5 mega col bcc7. come si fa a vedere il codice c generato da xHarbour? ciao
errore HBZIP
Marzio, [quote="marzio":2pjue05f]il file exe generato da 2 mega col bcc55 è passato a 3.5 mega col bcc7.[/quote:2pjue05f] Sì, lo so, purtroppo è inevitabile. [quote="marzio":2pjue05f]come si fa a vedere il codice c generato da xHarbour?[/quote:2pjue05f] xHarbour genera dei .C che puoi esaminare. Probabilmente usi u...
errore HBZIP
scusami se ti disturbo di nuovo ma ho riguardato di nuovo i files ma non ho trovato istruzioni di cancellazione dei file .c nel file bat ho queste istruzioni del: del *.obj del *.hrb del *.ppo del samspe32.map del samspe32.res nel file mak queste: @if exist $(APP_EXE) del $(APP_EXE) > nul @del $(APP_EX...
errore HBZIP
Marzio, [quote="marzio":3k2rpjjl]scusami se ti disturbo di nuovo ma ho riguardato di nuovo i files ma non ho trovato istruzioni di cancellazione dei file .c nel file bat ho queste istruzioni del: del *.obj del *.hrb del *.ppo del samspe32.map del samspe32.res nel file mak queste: @if exist $(APP_EXE) ...
errore HBZIP
.PRG.OBJ: $(HBDIR)\bin\harbour $< /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include;$(BCDIR)\include $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c li trovi nella cartella \obj Ciao Stefano
errore HBZIP
un file che uso per la compilazione [code=fw:2de886kd]<div class="fw" id="{CB}" style="font-family: monospace;">#Borland make sample, <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> FiveTech Software <span style="color: #000000;">2005</span><br /><br />HBDIR=c:\xharbour<br />BCDIR...
errore HBZIP
grazie anche a te Stefano. ho aggiunto al mio file mak (corretto hb fw e bc dir): [code=fw:2s9v9i2d]<div class="fw" id="{CB}" style="font-family: monospace;">.PRG.OBJ:<br />$<span style="color: #000000;">&#40;</span>HBDIR<span style="color: #000000;">&#41;</span>\bin\harbour $< /N /Oobj\ /I$<span style="color: #000000...
errore durante la compilazione del main
Salve a tutti,sto cercando di trasformare un sorgente clipper da 16 bit, con fivewin 1.98, a 32 bit con fivewin 6.12 ,utilizzando come compilatore harbour. dopo vari errori risolti sono riuscito nell'intento : adesso il main viene correttamente compilato,ma al momento dell'avvio, ho questo errore : (error.log) Error de...
errore in compilazione Rpreview
Emg come ti ho detto in privato ci sono alcuni sorgenti di Linares che non si compilano con il Warning 2Adesso per esempio non riesco a spuntarla con il Rpreview.prg[b:3eg0bgiq] la variabile Nflag mi dice " declared but not used in function checkkey" le variabile NXPOS e NYPOS mi dice " declared but not used in f...
errore in compilazione Rpreview
[quote="Silvio":14oa28do]Emg come ti ho detto in privato ci sono alcuni sorgenti di Linares che non si compilano con il Warning 2 Adesso per esempio non riesco a spuntarla con il Rpreview.prg [b:14oa28do] la variabile Nflag mi dice " declared but not used in function checkkey"[/b:14oa28do][/quote:14oa28do] Infatt...
errore in compilazione Rpreview
si va bene ... a tutto poni le tue risposte.. anche se ci sono molti altri sorgenti che non si compilano..ma io mi chiedo ...possibile che tu non abbia mai ricompilato il rpreview ?Allora mettiti nei miei panni ...io compilo sempre con il W2 ma quando sono costretto a levare il controllo warning per problemi causati d...
errore in compilazione Rpreview
[quote="Silvio":2uwlk1xt]si va bene ... a tutto poni le tue risposte..[/quote:2uwlk1xt] ??? [quote="Silvio":2uwlk1xt]anche se ci sono molti altri sorgenti che non si compilano..ma io mi chiedo ...possibile che tu non abbia mai ricompilato il rpreview ?[/quote:2uwlk1xt] Certo che l'ho ricompilato. Anzi, ne uso una mi...
errore in compilazione Rpreview
non capisci ok te la rispiego :ma le classi e i sorgenti che abbiamo acquistato devono essere corretti da noi oppure tutto il source si compila e funziona e sono io che sbaglio ? non perchè i sorgenti che non si compilano ne sono una sfilza e me so stufato sempre a correggerli Non ho potuto compilare EXPBUILD.prg e...
errore in compilazione Rpreview
Ho capito. No, nei sorgenti che non sono tuoi non ha senso togliere tutti gli warning. A questo dovrebbe pensare l'autore degli stessi. In ogni caso, anche se li correggessi, dovresti ripetere le correzioni ad ogni aggiornamento. Sconsigliabile.EMG
errore in compilazione Rpreview
MA DI FATTO SI ASPETTA CHE LI CORREGGIAMO NOI SI PUO' AVERE UNA VERSIONE FUNZIONANTE DI EXPBUILD ?
errore in compilazione Rpreview
[quote="Silvio":m5jaerau]MA DI FATTO SI ASPETTA CHE LI CORREGGIAMO NOI[/quote:m5jaerau]No, quegli warning possono essere tranquillamente ignorati.EMG
errore in variabile
non riesco a capire quale errore o meglio dove sta quella variabile che non mi azzera la quantità: cosa deve fare ? 1. primo caso premendo il bottone 3 e poi il bottone X e poi un bottone del prodotto dovrebbe moltiplicare il tre per il prezzo del prodotto inserirlo nel listbox azzerare le variabili ( quantità). 2...
errore in variabile
Mi sa che dovrai aspettare un bel po' se non cerchi di ridurre l'esempio al minimo. EMG
errore in variabile
se lo hai visto sai che non si puo' ridurre al minimo il test 4 funzioni sono ricopiate da msgcalc() ho già levato molta troppa roba e non si possono levare altre parti... le funzioni che sono rimaste sono indispensabili per le utili operazioni per fare il test Comunque io rimango dell'Idea che un "test minimale"...
errore in variabile
Io il tuo esempio non riesco neanche a compilarlo. Devi semplicemente creare un esempio di poche righe che mostri il problema. Se non ti va di farlo come pretendi che lo faccia qualcun'altro al posto tuo? EMG
errore in variabile
>NEANCHE A COMPILARLO ... Ma no dire [b:4u3gfpwj]eresie[/b:4u3gfpwj] ... di' invece che non mi vuoi [b:4u3gfpwj]aiutare [/b:4u3gfpwj]... i o lo compilo benissimo con [b:4u3gfpwj]xmate[/b:4u3gfpwj]
errore in variabile
Vedo che non sei cambiato. Tanti saluti. EMG
errore in variabile
Constato invece che [b:fnkvr0zj]te non sei cambiato[/b:fnkvr0zj].... Perchè dici che non puoi compilarlo ? ho levato tutto il codice per renderti la vita facile come vuoi tu e il tuo " test minimale " Se sei intelligente vedi un codice e ti accorgerai che non è altro msgcalc con un listbox in piu' come potrei t...
errore irrecuperabile 9006
Ciao a tutti, da qualche giorno un programma mi restituisce "errore irreuperabile, 9006 hb_xgrab non riesce a riservare memoria" lo stesso errore viene restituito su macchine diverse qualcuno ha idea di quale possa essere la ragione? grazie Roberto Chiaiese
errore irrecuperabile 9006
Problema risolto, l'errore era causato da un file memo (.fpt) corrotto.
errore nella strinda date
[img:trs2t3l8]https&#58;//s8&#46;postimg&#46;cc/3shy2ib11/image&#46;png[/img:trs2t3l8] Soluzione ? Ho fwh December 2017
errore su compilazione
ho appena installato la nuova versione di FWH xarbour 0.99.71 fivewin 7.10 ma se provo a compilare il test scaricato con il file adordd.zip il compilatore mi da l'errore Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_stack' referenced from C:\XHARBOUR\LIB\DBFDBT.LIB|dbfdbt...
errore su compilazione
Stai utilizzando una versione molto vecchia di xHarbour dato che DBFDBT.LIB non esiste più da diverso tempo. Ti conviene utilizzare la versione fornita in dotazione con le FWH. EMG
errores FiveLinux
Hola Antonio, La sintáxis del Browse y del Listbox es distinta a la de FWH. Por favor, ¿podrías compatibilizarla?. O los parámetros que no estén disponibles pues que se los trage el compilador y tengan un nil. No es posible probar nada de código de FWH, pretendo probar una pequeña aplicación pero no hay forma. Igua...
errores FiveLinux
Antonio, Por favor, ¿puedes mirar esto?. Gracias,
errores FiveLinux
Lucas, Precisamente estamos portando FiveDBU a FiveLinux para probarlo a fondo y ver que le falta, etc... Tal vez lo idóneo seria proporcionar una versión gratuita para que asi se pueda probar, etc...
errores FiveLinux
Antonio, Sí, sería una muy buena idea, así la gente se animaría a usarlo más. El tema está en que la sintáxis del BROWSE no es la misma que en FWH y debería serlo. Aquellas prestaciones que no funcionen en FiveLinux deberían tener un nil y listo. Tampoco, por ejemplo, los parámetros de WINDOW coinciden con los de F...
errores FiveLinux
Antonio, Por favor, ¿puedes mirar lo del Browse?. Muchas gracias.
errores FiveLinux
Lucas, Ahora estamos centrados en el diseñador de ventanas samples/fiveform.prg Si necesitas usar browses fijate en como los usamos en samples/fivedbu.prg
errores FiveLinux
Antonio, Muchas gracias. Me gustaría (y supongo que a más gente igual) tener un mismo código para Linux y Windows en una aplicación sencillita. Lo que falla es que la sintáxis de los Browses no es igual. ¿También planeas tener soportado el uso de .rcs con Fivelinux?. Muchas gracias.
errores FiveLinux
Lucas, Hay mucha funcionalidad de FiveWin que aún no está en FiveLinux, asi que hasta que no lleguemos a ese nivel no podemos podemos ofrecer la compatibilidad que comentas. Aun no es posible recompilar una aplicación FiveWin, tal cual, y que se construya para Linux sin cambios. Pero para un programador acostumbrado ...
errores FiveLinux
Antonio, Ya, ya se que no se puede eso. Pero sí que se podría mantener un mínimo de compatibilidad en los menús, combos, diálogos, gets, botones, checkboxes, browses, etc. Claro que xbrowse, ribbon, tfolderex etc no están disponibles, pero los controles básicos deberían funcionar igual en ambos. Y el tema de Gradien...
errores FiveLinux
Lucas, Hay analistas que piensan que el lanzamiento (y fallo) de Windows 8 provocará un auge de Linux. Yo no tengo ni idea si será asi ó no, pero tal vez muchas empresas vean en Windows 8 una ruptura muy grande y sea el motivo necesario que necesitaban para migrar a Linux. A mi me gusta que podamos programar en cua...
errores FiveLinux
Mi opinión humilde, ahora que estoy de vacaciones, sobre FiveLinux. Me parece genial que FiveLinux sea GPL, Antonio tenía que haberlo realizado desde el inicio, ya estaría acabado <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> Que la gente no se lleve a engaño. Tu código ...
errores FiveLinux
Rafa, gracias por tu ofrecimiento, como siempre <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Yo creo (llevo años creyéndolo) que la sintaxis de FiveLinux (=FiveWin) es la clave. Es xbase <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!...
errores FiveLinux
Muchas gracias a ambos. Igual no me explico bien. Claro que no pretendo que xBrowse, TFolderx, los Gradientes, etc me funcionen en FiveLinux. Antonio es un auténtico genio, pero creo que todavía no puede hacer milagros. Pero sí que las clases básicas deberían funcionar igual. Y el ejemplo del FiveDBU es muy bueno par...
errores FiveLinux
Lucas, Este es el comando Browse que de momento soporta FiveLinux, como ves es muy muy similar al de FiveWin y FiveLinux: [code=fw:36njofu5]<div class="fw" id="{CB}" style="font-family: monospace;">#xcommand @ <nRow>, <nCol> BROWSE <oBrw> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000...
errores FiveLinux
Antonio, Muchas gracias. Para empezar, el nombre es distinto (LISTBOX vs BROWSE). Faltan del LISTBOX los métodos SELECT; ON LEFT CLIICK, ON RIGHT; FONT; CURSOR; COLOR; MESSAGE, WHEN; DESIGN, VALID; ACTION. Supongo que FONT, CURSOR y COLOR fácilmente se pueden definir y que tengan Nil. La cláusula DESIGN también es...
errores FiveLinux
Lucas, Más adelante llegaremos al punto de revisar la compatibilidad. Ahora estamos aun en el nivel de proporcionar la funcionalidad necesaria para disponer de un diseñador de ventanas y del DBU, Ya queda menos <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
errores FiveLinux
Antonio, Estupendo. En lo que pueda ayudar por favor dímelo <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->.
errores ads con tdbf en fw 7.01
Hola a todos, tengo errores al recompilar mi aplicacion, uso la tdbf y marca errores con funciones como: ADSSETFILTER,ADSISSHARED,ADSDBFHDL, etc,etc, no inclui la rddads de xharbour, pero si la incluyo me salen muchos mas errores en funciones como: adsSetServerType,AdsGetDateFormat,AdsSetDateFormat,AdsGetEpoch y un l...
errores ads con tdbf en fw 7.01
[quote="Miguel Salas":1d07c8f5]Hola a todos, tengo errores al recompilar mi aplicacion, uso la tdbf y marca errores con funciones como: ADSSETFILTER,ADSISSHARED,ADSDBFHDL, etc,etc, no inclui la rddads de xharbour, pero si la incluyo me salen muchos mas errores en funciones como: adsSetServerType,AdsGetDateFormat,AdsS...
errores ads con tdbf en fw 7.01
Agrega el RDDADS Y ADEMAS el ACE32.LIB Con eso se soluciona tu problema