topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
filtro entre fechas | Armando, Los registros pertenecen a una tabla de licencias. poseen dos campos: "desde" y "hasta" que me indican la duración de la licencia. supongamos que tengo un registro de la siguiente manera:
Registro:
[code=fw:2vqy90rb]<div class="fw" id="{CB}" style="font-family: monospace;"><br />desde = <span style="color: #f... |
filtro entre fechas | This query shows all licences valid during the full period from 2019-05-20 to 2019-05-26.
[code=fw:247evd9s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">select</span> * <span style="color: #0000ff;">from</span> licencias <span style="color: #0000ff;">where</span> desde <... |
filtro entre fechas | [quote:11cocqni]Hola, creo que valdría :
( desde <= hasta1 and hasta >= desde1 )
Un saludo.
[/quote:11cocqni]
Esta solución es la misma que te indica Mr. Rao en el segundo caso, cuando quieres que algún día del rango esté dentro de desde1:hasta1.
Si lo que quieres es que el periodo desde:hasta esté dentro de desde... |
filtros con scopes.. | tengo una dbf con mas de 300,000 registros y quiero hacer filtros por muchos campos, probe el setfilter pero es muy lento, he hecho scopes con el campo como llave y va muy bien, mi pregunta es:
es necesario tener el indice por el scope que se necesita para hacer el filtro? o que me recomiendan para hacer multi-filtros ... |
filtros con scopes.. | Hay 2 formas la primera es aplicar el SCOPE y luego un filtro sobre el scope, lo cual resulta mucho mas rapido porque hay que filtrar menos datos, pero de entrada, siempre es necesario que exista un indice para poder "scopear".
Lo que yo hago, es hacer multiples indices con multiples llaves para hacer "multi-filtros" ... |
filtros con scopes.. | bien explicado rene, a trabajar con muchos indices...
salu2
paco |
filtros con scopes.. | Yo hago algo parecido, monto unos cuantos indices. Cuando voy a filtrar, segun los datos que me han introducido elijo el filtro que creo que me va a devolver menor numero de registros despues de hacer un scope.( si tengo indice por fecha e indice por cliente, si quieren filtrar por cliente y fecha, cojo scope de client... |
filtros con scopes.. | Paco:
Por no dejar podrías probar sin tener que hacer ningun SCOPE ni FILTER, por ejemplo si quiero leer el detalle de una factura cuyo índice esta formado por dos campos DET_FAC + DET_PRO (Número de factura y código del producto facturado) hago lo siguiente:
(cDetFac)->(DBSEEK((cHdrFac)HDR_FAC))
// El puntero se co... |
finalizar objetos ? | Antonio, de tempos em tempos preciso matar (finalizar) determinados objetos e recria-los
Como matar seria assim: objnume[x]:end() ???
ex:
objnume:=array(100)
for x:=1 to len(objnume)
redefine btnbmp objnume[x] ...
next |
finalizar objetos ? | ReleaseDC(objnume) |
finalizar objetos ? | Aoki,
FWH does it automatically. Don't care about it. |
find con comodines oWord:Find(""{*}"") para Vikthor | Es posible utilizar el comando find de esta forma osea con comodines oWord:Find({*}) y de alguna manera obtener todos los campos que tengo entre corchetes {} en un documento word.
He intentado utilizarla cambiando la propiedad
[code:2ckt9phw]
oFind:Set( "MatchWildcards", .t. ) //True si... |
find con comodines oWord:Find(""{*}"") para Vikthor | Investigando en el explorador de objetos de visualbasic he descubierto que esta manera de definir los campos no puedes realizarla en word, pueste se reserva este tipo de corchetes para pasar parametros......
[code:26r6rujw]
Sel{2} Busca todos los que empiezan con Sel y tengan dos letras mas....... |
find pc client | How I can found pc clients with tcp/ip protocol from a server?
can I see if this each pc is open or close ? |
fingerprint sample uploaded | Antonio:
this is the link
<!-- m --><a class="postlink" href="http://hyperupload.com/download/01d1f85d62/HUELLA.ZIP.html">http://hyperupload.com/download/01d1f85 ... A.ZIP.html</a><!-- m -->
I hope this can help, Please consider It's not a really reduced sample, but take a look at the aParams Array (line 90) where a... |
fingerprint sample uploaded | Francisco
¿Qué lector tienes?
Saludos
Fernando |
fingerprint sample uploaded | Hola Fernando:
Tengo Digital Persona U.areU.400B Reader
Gracias por tu atención y Saludos
Fco Gamboa |
fingerprint sample uploaded | Francisco,
dame de alta en el messanger o envíame un mail a.
<!-- e --><a href="mailto:visitante32@hotmail.com">visitante32@hotmail.com</a><!-- e -->
Gracias
Fernando Leal
México, DF |
fingerprint sample uploaded | it is compatible with microsoft fingerprint reader ? |
fingerprint sample uploaded | Hi fGamboa
You can't use oActiveX:bOnEvent if used CreateOleObject(). This features return a handle and not a object.
If use oActiveX = TActiveX():New( oWnd, "GrFingerX.[b:1nrsjb07]GrFingerXCtrl.1[/b:1nrsjb07]") the result is better.
I post this code below to help you in database control:
My ADODB.CH:
[code:1n... |
firebird | Alguien utiliza firebird??? |
firebird | I use with odbc =)
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
firebird | Thanks for answering,please excuse my English, is very poor. Now, thanks to Williams Morales'm trying to do a small program in Mysql, and you accomplish something. But I also like to know something about firebird. |
firebird | <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
No problem,
so say what you wanna know about firebird. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
firmar PDF con un certificado | Muy buenas,
¿Es posible firmar digitalmente un pdf desde Fivewin con un certificado digital?.
Muchas gracias. |
firmar digitalmente el archivo ejecutable? | Maestro, como firmar digitalmente el archivo ejecutable directamente en fivewin como en el ejemplo abajo:
<!-- m --><a class="postlink" href="http://codesigning.ksoftware.net/">http://codesigning.ksoftware.net/</a><!-- m -->
Gracias, saludos. |
firmar digitalmente el archivo ejecutable? | Up |
firmar digitalmente el archivo ejecutable? | Joao:
Lo unico que se me ocurre es incrustar la cadena "Version" dentro de tu exe con un resource..
[img:330dstv3]http://i57.tinypic.com/os4uo2.jpg[/img:330dstv3]
Te envio el que uso en mi aplicación como ejemplo..
<!-- m --><a class="postlink" href="https://www.mediafire.com/?rabo9ybz0zv3p5m">https:/... |
firmar digitalmente el archivo ejecutable? | Gracias, me di cuenta de que su archivo es difrente. ¿Me puede decir por qué?
[code=fw:2l64tctj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #000000;">1</span> VERSIONINFO <br />FILEVERSION <span style="color: #000000;">1</span>, <span style="color: #000000;">0</span>, <span styl... |
firmar digitalmente el archivo ejecutable? | Como saber cual és el más correcto?
[code=fw:1qjqrp4q]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Version Information</span><br /><br /><span style="color: #000000;">1</span> VERSIONINFO LOADONCALL MOVEABLE DISCARDABLE IMPURE<br />FILEVERSION <span style="color: #00... |
firmar digitalmente el archivo ejecutable? | Optei por esta, achei que é a mais completa, vamos ver se alguma versão do Windows vai dizer que o editor é desconhecido.
Elegí este, pensé que es el más completo, vamos a ver si alguna versión de Windows dirá que el editor es desconocido.
[code=fw:3a39y0j6]<div class="fw" id="{CB}" style="font-family: monospace;"><b... |
firmar pdf con firma electronica .p12 en disco duro | Estimados buenas tardes
A ver si alguien me ayuda con esto necesito firmar un pdf electrónicamente teniendo los siguientes elementos
- El pdf en si ( creado con harbour )
- el archivo certificado.p12 que esta en el disco duro
gracias por su ayuda
saludos
Wilson |
firmar pdf con firma electronica .p12 en disco duro | <!-- m --><a class="postlink" href="https://www.youtube.com/watch?v=MFWyodgpehE">https://www.youtube.com/watch?v=MFWyodgpehE</a><!-- m --> |
firmar pdf con firma electronica .p12 en disco duro | Hola Wilson !
Podrías intentarlo con [url:47vkwulv]https://forums.fivetechsupport.com/viewtopic.php?f=6&t=40838&hilit=hbssl&sid=40f5cce525d1a3eae69ea990a39b185f[/url:47vkwulv]
Con las funciones de Diego Fazio.
Saludos, |
firmar pdf con firma electronica .p12 en disco duro | Felix, Jefe muchas gracias por las respuestas
estoy enfermon y no estoy trabajando mucho por eso la demora
con los acceso de Felix logre armar un programa pero me esta ando error que no puede abrir el archivo certificado y creo que el problema es que yo tengo un archivo certificado.p12 y creo que se necesita de otra ex... |
firmar pdf con firma electronica .p12 en disco duro | Basándome en este POST, me surge una idea?
Es posible hacer esta firma, con archivo .p12, desde mod_harbour? |
firmar pdf con firma electronica .p12 en disco duro | Actualizacion
cambiando la funcion ahora me de otro error
estoy probando con
[code=fw:9wpa2bdy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span s... |
firmar pdf con firma electronica .p12 en disco duro | Hola Wilson !!!
Quizás necesitemos wrappers para Harbour de algunas funciones C.
[url:3ky5f8ck]https://github.com/openssl/openssl/tree/master/demos[/url:3ky5f8ck]
Saludos, |
firmare sul tablet | ciao
io ho smanettato un po con basic for android (b4a) e credo che li potresti trovare quello che cerchi, è un rad che tu scrivi in quasi basic e lui lo trasforma in java
molto comodo e veloce, provalo
Daniele |
firmare sul tablet | Ciao a tutti,
sto cercando una app per Android da installare sul tablet che mi consenta di far firmare il cliente ed assegnare a priori il nome del file passandolo come parametro. Inoltre questa app dovrebbe essere semplicissima ovvero riquadro bianco su cui scrivere e due tasti CLEAR e SAVE. Ovviamente niente pubbl... |
fiscal printer class | Where I can download this class ?
I must link with olivetti fiscal printer or Hugin Maxima
Regards |
five win demo | Buenos dias monte el fivewin que esta en el demo y me saca el siguiente error: "error activex.prg was compiled by older version, pcode version 7 is no longer supported - please recompile" esto con xharbour 1.0 ¿que púedpo hacer? |
five win demo | Usalo con este Harbour:
[url:73ldff66]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_2007_02_17_7000.zip&can=2&q=[/url:73ldff66] |
five win for pocket PC en PALM | Antonio,
Es posible trabajar con FiveWin for pocket PC en una PALM o correr una aplicación en la misma?
saludos cordiales |
five win for pocket PC en PALM | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=87661#p87661">viewtopic.php?p=87661#p87661</a><!-- l --> |
fivePhone (iPhone) | Hi,
how can I to make app for iPhone?
is it possible? |
fivePhone (iPhone) | Damiano,
You may use FiveTouch:
[url:fwrrhjjr]https://github.com/FiveTechSoft/fivetouch/wiki[/url:fwrrhjjr] |
fivedbu structure standard DBase Versione 7 | Field type:
[b:ml2rpjnj]C - Character[/b:ml2rpjnj]
Y - Currency
[b:ml2rpjnj]N - Numeric[/b:ml2rpjnj]
F - Float
[b:ml2rpjnj]D - Date[/b:ml2rpjnj]
[b:ml2rpjnj]T - DateTime[/b:ml2rpjnj]
B - Double
I - Integer
[b:ml2rpjnj]L - Logical[/b:ml2rpjnj]
[b:ml2rpjnj]M - Memo[/b:ml2rpjnj]
G ... |
fivedbu con append exportar | Maestro Antonio, un Saludo.
Para cuando podemos tener estas funciones implementadas en el nuevo fivedbu.
Mil Gracias |
fivedit + github | Cristobal buenas tardes:
En estos días nos ha surgido la necesidad de trabajar en equipo sobre el mismo código, en un post anteriiiiior, tu mencionaste que esto se puede hacer, y si se puede hacer como funciona?
Me explico el código esta en la plataforma, pero nosotros ¿podemos compilar de manera local?
De antemano... |
fivedit + github | Estimado Leandro
[img:1x0iqumf]https://i.postimg.cc/k5cKJmv3/Fivedit24.gif[/img:1x0iqumf]
Las pausas que hay en el gif son para que puedas ver con detenimiento todas las opciones que incluye
El tema como puedes ver está bastante avanzado, y, efectivamente, te permite descargar al editor el fichero qu... |
fivedit + github | Hola Crisbotal.
Perdon por la intromision Leandro.
Tu ya sabes que puedes contar conmigo para labores que no requieran gran sabiduria . <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Tambien tenemos pendiente el tema de las macros y algun fleco que te comente del I... |
fivedit + github | Gracias Jose Vicente, sé que puedo contar contigo.
He creado un slack para FivEdit
fivedit.slack.com
<!-- m --><a class="postlink" href="https://app.slack.com/client/TNLTY7W48/CN8552VGS/details/members">https://app.slack.com/client/TNLTY7W48/ ... ls/members</a><!-- m -->
y te he enviado una invitacion
Disponible pa... |
fivedit + github | [quote="cnavarro":2ptufb41]Gracias Jose Vicente, sé que puedo contar contigo.
He creado un slack para FivEdit
fivedit.slack.com
<!-- m --><a class="postlink" href="https://app.slack.com/client/TNLTY7W48/CN8552VGS/details/members">https://app.slack.com/client/TNLTY7W48/ ... ls/members</a><!-- m -->
y te he enviado u... |
fivedit + github | Enlace del slack
<!-- m --><a class="postlink" href="https://join.slack.com/t/fivedit/shared_invite/enQtNzU3NDc1NzMyODAzLTBiMmNiMzZhZjY4NWY3NzI5Y2ZhYjAzZDM3NmVmNWZiOGM2YjM0ZTM1MTBjYTY0ZmQ0YjIzOGJiZTY1YTQ5OWY">https://join.slack.com/t/fivedit/shared ... TY1YTQ5OWY</a><!-- m --> |
fivedit + github | Cristobal buenos días
Bueno te cuento que si logre hacer la conexión con github, pero lo que no entiendo es como vincular mi proyecto local, con el código en la nube, y cual es la versión que esta activa en el momento?
De antemano gracias.
[img:3qejlxns]http://hymplus.com/forofw/github1.png[/img:3qejlxns... |
fivedit + github | Leandro, conéctate al slack, ya que todas estas preguntas son y serán muy interesantes para todos. Gracias
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24025&start=930#p225949">viewtopic.php?f=6&t=24025&start=930#p225949</a><!-- l --> |
fivedit en equipo nuevo - SOLUCIONADO | Hola buenas tardes para todos
Requiero habilitar fivedit en un nuevo ordenador, copie la carpeta que tenia en el computador antiguo, pero salió el siguiente error:
[img:2kmb4j38]https://hymplus.com/forofw/fiveditnuevo.png[/img:2kmb4j38]
No recuerdo que es lo que hace falta agregar
De antemano gracias |
fivedit en equipo nuevo - SOLUCIONADO | Hola Leandro
Actualiza a la última versión de FivEdit
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.exe">https://bitbucket.org/fivetech/fivewin- ... ivedit.exe</a><!-- m --> ( 31/01/2023 )
Prueba a descomprimir este fichero en la carpeta de instalación de Fi... |
fivedit en equipo nuevo - SOLUCIONADO | Leandro , estoy viendo que tienes en la misma carpeta las 2 versiones 32 y 64 bits , es así ?, Ten en cuenta que las *.dlls son diferentes, quizás sea ese el problema.
Espero lo soluciones.
Jose
Enviado desde mi Lenovo TB-J606F mediante Tapatalk |
fivedit en equipo nuevo - SOLUCIONADO | Cristobal como vas?
Descargue las dlls y el ejecutable mas actualizado, ahora nos sale el siguiente error:
[img:pw4c2kau]https://hymplus.com/forofw/fiveditnuevo2.png[/img:pw4c2kau]
Estamos trabajando sobre un Windows Server 2022 Standard |
fivedit en equipo nuevo - SOLUCIONADO | Listo solucionado, descargue el archivo MSVCR100.DLL, desde la url
[url:13tzifmi]https://www.tuexperto.com/2019/08/21/solucion-error-falta-msvcr100-dll-windows-10-7-8/[/url:13tzifmi]
Lo copie en la carpeta de fivedit y problema resuelto. |
fivedit en equipo nuevo - SOLUCIONADO | Saludos al forum,
Lo descargue el me genera un error que no esta el archivo .fvl . este archivo lo crea el sistema o falta, xq no lo crea |
fivedit en equipo nuevo - SOLUCIONADO | A mi el mensaje que me da al instalar es "Error del sistema. La ejecución de código no puede continuar porque no se encontró LIBMYSQL.dll. Este problema se puede solucionar reinstalando el programa"
Y luego el mismo mensaje con ssleay32.dll, libcurl.dll y libeay32.dll |
fivedit en equipo nuevo - SOLUCIONADO | [quote="Manuel Aranda":15l44wy6]A mi el mensaje que me da al instalar es "Error del sistema. La ejecución de código no puede continuar porque no se encontró LIBMYSQL.dll. Este problema se puede solucionar reinstalando el programa"
Y luego el mismo mensaje con ssleay32.dll, libcurl.dll y libeay32.dll[/quote:15l44wy6]
... |
fivedit en equipo nuevo - SOLUCIONADO | [quote="ruben Dario":2dnl3o78]Saludos al forum,
Lo descargue el me genera un error que no esta el archivo .fvl . este archivo lo crea el sistema o falta, xq no lo crea[/quote:2dnl3o78]
La instalación es sencilla:
1.- <!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/fiv... |
fivedit en equipo nuevo - SOLUCIONADO | Sigue Igual.
Nunca lo he trabajado es primera vez sigue el error .fiv no esta definido
parace que faltan mas archivos el .exe no es un instalador. |
fivedit en equipo nuevo - SOLUCIONADO | [quote="ruben Dario":9fys3z4p]Sigue Igual.
Nunca lo he trabajado es primera vez sigue el error .fiv no esta definido
parace que faltan mas archivos el .exe no es un instalador.[/quote:9fys3z4p]
Rubén, te envié un correo al mail que aparece en tu "firma" |
fivedit en equipo nuevo - SOLUCIONADO | Cristobal, muchas gracias.
Funcionando. |
fivedit en equipo nuevo - SOLUCIONADO | [quote="Manuel Aranda":3ephwltc]Cristobal, muchas gracias.
Funcionando.[/quote:3ephwltc]
Muy bien Manuel, cualquier cosilla o sugerencia, por aquí ando |
fivedit error ( Today was Sunday ) ...by Enfant terrible | Today was Sunday .. and I had nothing to do ... so to waste time I downloaded fivedit ... and I went wrong !!!!
[img:picpswio]https://s1.postimg.org/71txx3cywv/mmm.png[/img:picpswio]
maybe it's just the fate that I should not use fivedit but just xmate....
... |
fivedit error ( Today was Sunday ) ...by Enfant terrible | You followed the installation instructions?
<!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=fivedit_instalation">http://wiki.fivetechsoft.com/doku.php?i ... nstalation</a><!-- m --> |
fivedit error ( Today was Sunday ) ...by Enfant terrible | I use UE Studio, but have downloaded and tested Five Edit. I've enjoyed the work that has been put in it, and I've had no problems.
My concern is how could you possibly have a Sunday with nothing to do? |
fivedit error ( Today was Sunday ) ...by Enfant terrible | Cristobal,
What I need libmysql.dll if I not use it ?
it's must be a secondary option it must be not necessary for the first installation |
fivedit error ( Today was Sunday ) ...by Enfant terrible | ok I download fivedit53 I open it I see all black icons also on menu I not found where i can use italian language .... |
fivedit error ( Today was Sunday ) ...by Enfant terrible | I set all
Harbour 3.2.0dev (r1703231115)
Copyright (c) 1999-2016, <!-- m --><a class="postlink" href="http://harbour-project.org/">http://harbour-project.org/</a><!-- m -->
No code generated.
Cannot open Noname.prg, assumed external
Cristobal I sent you the preference snaps |
fivedit error ( Today was Sunday ) ...by Enfant terrible | Harbour 3.2.0dev (r1703231115)
Copyright (c) 1999-2016, <!-- m --><a class="postlink" href="http://harbour-project.org/">http://harbour-project.org/</a><!-- m -->
Compiling 'C:\WORK\FIVEDIT\PLANTILLAS\test.prg'...
100
200
100
100
100
200
300
400
500
600
100
200
100
200
300
100
200
100
200
300
400
... |
fivedit error ( Today was Sunday ) ...by Enfant terrible | Configure type of project and paths of output files C and OBJ and of Fw, harbour and compiler C |
fivedit error ( Today was Sunday ) ...by Enfant terrible | [quote="Silvio.Falconi":3mwozydt]Cristobal,
What I need libmysql.dll if I not use it ?
it's must be a secondary option it must be not necessary for the first installation[/quote:3mwozydt]
Silvio, use databases is priority for my goals to achieve with fivedit |
fivedit error ( Today was Sunday ) ...by Enfant terrible | I sent you mt test fvi
not run
non compile hello.prg |
fivegen.rsp missing ? | Hi Jimmy, look this:
[url:2om2dsm8]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=23818[/url:2om2dsm8]
Regards, saludos. |
fivegen.rsp missing ? | hi,
i try to run Sample in c:\fwh\samples\fivegen\
but fivegen.rsp is missing ... <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
did somebody have working fivegen.rsp <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
fivegen.rsp missing ? | Hi
save as fivegen.rsp and change the path for your borland and harbour
[code=fw:35lj9g16]<div class="fw" id="{CB}" style="font-family: monospace;">c:\borland\bcc720\lib\c0w32.obj +<br />objh\fivegen.obj +<br />objh\brwareas.obj +<br />objh\brwdata.obj +<br />objh\brwdict.obj +<br />objh\brwfrms.obj +<br />objh\brwme... |
fivegen.rsp missing ? | hi,
[quote="alerchster":3j4ggpng]save as fivegen.rsp and change the path for your borland and harbour[/quote:3j4ggpng]
thx for help, it work now |
fivegenh.mak where is it | l try to complie fivegen it told me ficegenh.mak dos not exit how can l find it
by the way visualfw work very well many tanks Antonio tank you
l am new with harbour but l want to learn
many tanks |
fivegenh.mak where is it | Richard,
Here it is:
fivegenh.mak
[code=fw:3enelctw]<div class="fw" id="{CB}" style="font-family: monospace;">.path.obj=.\objh<br /><br />PRG = \<br />FIVEGEN.PRG \<br />BRWAREAS.PRG \<br />BRWDATA.PRG \<br />BRWDICT.PRG \<br />... |
fivegenh.mak where is it | Antonio
I try to gen Fivegen, it got 41 errors for compile
C:\fwh\samples\fivegen>c:\bcc582\bin\make -ffivegenh.mak
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error fivegenh.mak 40: Command syntax error
Error fivegenh.mak 41: Command syntax error
Error fivegenh.mak 42: Command syntax error
Error fivegenh.mak ... |
fivegenh.mak where is it | Eddie,
Use this makefile and rsp file. To build it, do go.bat
go.bat
[code=fw:1scccxc3]<div class="fw" id="{CB}" style="font-family: monospace;">c:\bcc582\bin\make -ffivegenh.mak<br /><span style="color: #00C800;">if</span> errorlevel <span style="color: #000000;">0</span> fivegen.exe</div>[/code:1scccxc3]
fivegenh.... |
fivegenh.mak where is it | Antonio
It can be compile. But I got an error of index file (it's normal DBFcdx (Browses.fpt) but it build to DBFntx (Browses.dbt)), So i can't run the program. Is that any wrong setting with the program?
[code=fw:f86x6y34]<div class="fw" id="{CB}" style="font-family: monospace;">Error <span style="color: #0000ff;"... |
fivegenh.mak where is it | Eddie,
Please run this FiveGen.exe that I just built and let me know if it works fine there:
[url:20gbpraa]http://code.google.com/p/fivewin-contributions/downloads/detail?name=fivegen.exe&can=2&q=[/url:20gbpraa] |
fivegenh.mak where is it | Antonio
It got errors
[code=fw:2dtg7kpb]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\fwh\samples\fivegen\fivegen.exe <span style="color: #000000;">(</span><span s... |
fivegenh.mak where is it | Eddie,
Don't copy fivegen.exe to FWH\samples\fivegen folder
Please run it from an empty folder, thanks |
fivegenh.mak where is it | It can run now..... |
fiveh.lib and xcc | I've got fiveh.lib compiled with bordland compiler and when used with xharbour professional (xcc) it gives an error
xLINK: fatal error: Corrupt library: 'D:\fwh\lib\Fiveh.lib'.
So is there fiveh.lib compatible with xharbour? |
fiveh.lib and xcc | You have to use FiveHMX.lib and FiveHCM.lib for xHarbour and xcc. |
fiveh.lib and xcc | Hi Antonio,
I used those libs as you suggested but I still have problems. I tried compiling you testsql1.prg.
Here is xbp file:
CINI =
C_OUTPUTFOLDER =
DEFFILE =
INCLUDEFOLDERS =
LAUTORUN =
LDEBUG = .F.
LGUI = .T.
LIBFOLDERS =
LMT = .F.
LPRG_CLASSICDEBUG = .F.
LPRG_DEBUG = .F.
LUSEDLL = .F.
MAPFILE =
MYC_FLAGS =... |
fiveh.lib and xcc | Class TRdd is available for FiveWin 16 bits only. Please try other samples. |
fivehcm.lib and compatible with xhb.com April-2009? | FWH 9:09 and xHb.com 1.2.1 April-2009 error when compiling c:\fwh\samples\ testget.prg
fivehcm.lib and compatible with xhb.com April-2009?
Type: C >>>xhb.exe -o"obj_c\testget.c" -m -n -pOobj_c\ -q -gc0 -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\include\w32" "testget.prg"<<<
xHarbour Compiler build 1.2.1 (Si... |
fivehcm.lib and compatible with xhb.com April-2009? | Elcio,
Please review and follow the instructions in these topics:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15225&start=0">viewtopic.php?f=3&t=15225&start=0</a><!-- l -->
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=83... |
fivehcm.lib and compatible with xhb.com April-2009? | xhb.obj is available from here:
<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/xhb.obj">www.fivetechsoft.com/files/xhb.obj</a><!-- w --> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.