topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xHb error - does anyone know what this means | Hello, try to Split your resource files in 2 or more. |
xHb error - does anyone know what this means | Hello.
I don't have resources inside the exe. I use one external DLL.
Thanks |
xHb error - does anyone know what this means | That was a year ago, and I found an answer ... but can't remember what it was !
I now have everything working fine.
Thinking back, I believe I was linking in an extra file that made the build size far too large. I removed that and the build size was OK.
If I can locate that I will post what I found |
xIMAGE - ADJUST | Estimados
Con la clase XIMAGE no ajusta la imagen en las dimensiones dadas
[code=fw:1zju70ax]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> @<span style="color: #000000;">20</span>,<span style="color: #000000;">178</span> XIMAGE oFoto <span style="color: #0000ff;">OF</span> Vent3 SOURCE oEMPL:<s... |
xIMAGE - ADJUST | You can use one of these methods after defining ximage.
oImage:FitRect()
oImage:FitWidth()
oImage:FitHeight()
oImage:Center()
oImage:Zoom( n )
One main difference between TBitmap/TImage and TXImage is that in case of TXImage, the aspect ratio is never disturbed.
Note: From version 18.02, TBitmap can display all type... |
xIMAGE - ADJUST | Perfect
I achieved it with TBITMAP
Thank you very much Mr. Rao |
xImage | Hola buenos días, estoy queriendo guardar en una tabla de mysql en un campo blob una imagen que se encuentra en el control xImage.
El usuario puede pegar la imagen en cuestion en ese control, entonces lo que necesito es terminar la sentencia SQL que comparto a continuacion.
[code=fw:1yehws5t]<div class="fw" id="{CB}" s... |
xImage | If you are using FWH built-in Mariadb library:
From XImage control:
[code=fw:r09gl091]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCn:<span style="color: #000000;">Insert</span><span style="color: #000000;">(</span> <span style="color: #ff0000;">"imagenes"</span>, <span style="color: #ff0000;">... |
xImage | Mr. RAO muchas gracias por la explicación, probe y me dio un error
2006 MySQL server has gone away, le amplie la memoria en mysql y desaparecio el error
pero no me guarda el movimiento en la tabla.
[code=fw:sbla0g9w]<div class="fw" id="{CB}" style="font-family: monospace;">oCn:<span style="color: #000000;">Insert</sp... |
xImage | First, please try this sample as it is. This sample uses the MySql Demo server provided by FWH.
This sample demonstrates inserting directly into the table using oCn:Insert(...) syntax and also inserting into the RowSet using oRs:Append(...), if a RowSet is opened.
Please ensure that the blob field is not minblob or m... |
xImage | Mr. Rao efectivamente ese ejemplo funciona, lo adapte en forma local y también. La diferencia es que la tabla la había creado a mano no por código.
Solo me queda saber como incrustar la foto desde la tabla al control [b:3m6clv1t]xImage[/b:3m6clv1t].
Saludos y gracias por el ejemplo y tomarse el tiempo
Marcelo |
xImage | ya esta Mr. Rao revisando la clase encontre el metodo SetSource()
[code=fw:2kqc9953]<div class="fw" id="{CB}" style="font-family: monospace;">:<span style="color: #000000;">bChange</span> := <span style="color: #000000;">{</span>|| oImage:<span style="color: #000000;">SetSource</span><span style="color: #00... |
xImage | Mr. Rao
Sobre el ejemplo suyo todo bien, pero en mi codigo no se por que no me lo guarda.
Adjunto el codigo
[code=fw:5j1tta87]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#incl... |
xImage | After oRs:Requery(),
add
oBrw:GoBottom()
oBrw:Refresh() |
xImage - problem with < MOVE > | Hello,
using a window-style without border, ( extra design )
xImage move doesn't work anymore.
Instead the complete window is moved on imagecapture.
All other functions are working.
[color=#0000FF:3kth13rg]
[b:3kth13rg]DEFINE WINDOW oWnd FROM 0,0 TO 850, 600 PIXEL ;
STYLE WS_POPUP BRUSH oBrush1
[/color:3kth13rg][/b:... |
xImage - problem with < MOVE > | Yes, actually that is how we programmed.
The idea is for the user, we can make it appear that the image itself is moving over the desktop. |
xImage - problem with < MOVE > | Mr. Rao,
I still have some questions about working on my XImage-editor
I can merge now multiple images to 1 output image.
It can have any background : brush,selected color or alpha-blended ( transparent )
I can work on each imported image like zoom, rotate, position ... before accepting it as final result
Is it poss... |
xImage - problem with < MOVE > | Uwe,
I need to merge also serveral images from a loop, no dialog or moving
A 500 x 500 pix image could have a image overlay in one of the for corner's or 2 of them..
like you see here : <!-- m --><a class="postlink" href="https://www.maveco-webshop.be/outlet/bovenkleding/">https://www.maveco-webshop.be/outlet/bovenkl... |
xImage - problem with < MOVE > | Marc,
A practical use of the tool. Is that what You need
merging different infos on any position to the main-image and save as new <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
It would be perfect to make it possible to add some free text.
It is easy to make any ... |
xImage - problem with < MOVE > | Uwe,
The tool is not for this purpose. I've seen somewhere post of Mr. Rao that we can merge images :
Img1, img2, img3 and they can be put to 1 imgDone.jpg (so combined)
and I will be using this in a do/enddo loop while creating a online import file. |
xImage formats | Wich ext support xImage ?
I saw of docx,xlsx,pptx and emf,wmf,jpg,jpeg,bmp
and on other format ximage can be saved ?
I not seen save method on xImage class |
xImage formats | [quote="Silvio.Falconi":2yj3qgzs]
.../...
and on other format ximage can be saved ?
I not seen save method on xImage class[/quote:2yj3qgzs]
But GDIBmp() Class, yes, have method ::Save()
[quote:2yj3qgzs]
{ "BMP", "JPG", "GIF", "TIF", "PNG" }
[/quote:2yj3qgzs] |
xImage formats | Sorry But I not understood
I ' m using XImage object
I have OimagePreview obj where I show the image , how I can save it on other format ? |
xImage formats | Look, but it's possible not save with quality 100% in all formats
[code=fw:1wc6y5cn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">Function</sp... |
xImage formats | Cris run ok |
xImage formats | This is running ok for me
[code=fw:1agirnbb]<div class="fw" id="{CB}" style="font-family: monospace;"> hIco := ICON_EXEREAD<span style="color: #000000;">(</span> cFile, <span style="color: #000000;">4</span> <span style="color: #000000;">)</span><br /> hBmp := HBMPFROMHICON<span s... |
xImage formats | Rao thanks now run ok
[img:j4asjicm]https://s18.postimg.org/posh9mh21/image.png[/img:j4asjicm] |
xImage formats | [quote="Silvio.Falconi":1kagtgez]Cris run ok[/quote:1kagtgez]
Silvio, please use and try this function better
[code=fw:1kagtgez]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br... |
xImage formats | I use this function
[code=fw:1adt7baf]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">Function</span> SalvaImage<span style="color: #000000;">(</span>oImg<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">Local</... |
xImage formats | [quote="Silvio.Falconi":36vxomvj]
I cannot believe xmage cannot save in other Graphics format[/quote:36vxomvj]
This not a problem with XIMAGE, is GDIPLUS
It is possible that GDIPLUS supports other formats, I do not know, and maybe there is someone who can study if it can be saved in other formats.
Out of curiosity,... |
xImage formats | Now I have a strange problem
Sometimes xmage not read some graphics files . I made a folder with the most format and I have problems to show them
for a sample I have problems to show :
tga
tif
emf
pbm
pcx
while I can show
jpg
jpeg
bmp
gif
png
this can happen if the computer does not open those formats but if I us... |
xImage formats | [quote="Silvio.Falconi":1a1j6c72]Now I have a strange problem
Sometimes xmage not read some graphics files . I made a folder with the most format and I have problems to show them
for a sample I have problems to show :
tga
tif
emf
pbm
pcx
while I can show
jpg
jpeg
bmp
gif
png
this can happen if the computer does n... |
xImage formats | FWH and XImage can display BMP, ICO, GIF, PNG, JPG, JPEG, TIF, TIFF on its own without freeimage.dll. If freeimage.dll exists in the path, it automatically uses fi.dll to display all other image formats too. |
xImage formats | [b:2o7wz4x7]CONFIRM[/b:2o7wz4x7]
If I insert into path of my exe also freeimage.dll and run ok
I can show
pcx
tga
but I not show
pbm
I must control if freeimage open pbm files |
xImage question | When I change from Image to Ximage (trying not to use freeimage.dll anymore) I get a "cannot create Dialog Box" error.
My code is fairly simple (the IMAGE version worked perfectly):
[code=fw:kumco55p]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">LOCAL</span> aPath:=<span s... |
xImage question | Can you please post your rc file? |
xImage question | [code=fw:1t5she0a]<div class="fw" id="{CB}" style="font-family: monospace;">...<br /><br />DIAPORAMA <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">22</span>, <span style="color: #000000;">26</span>, <span style="color: #000000;">311</span>, <span style="color: #000000;">205</span><br /><span... |
xImage question | [quote:3k7yq7il]The same control (Timage) works correctly in other dialog when using xImage <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->[/quote:3k7yq7il]
Even then, please change TImage as TXImage in this rc file. Your sample should work with this change. |
xImage question | The other image (else where in the program in a more elaborated and complex code) continues to work nicely with the change, but this one refuses to do the work.
Error occurred at: 27/09/2018, 07:52:01
Error description: Error BASE/1004 No exported method: EVAL
Args:
[ 1] = U
Stack Calls
==========... |
xImage question | Complex? Actually it is very simple to program with XImage. I simplified your program to demonstrate the simplicity in dealing with ximage.
[code=fw:3hdvnnny]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br... |
xImage question | Indeed, simpler (ahaha the answer was in the SOURCE key word).
Nevertheless, it refused to work until I did this slight change to your otherwise elegant code:
[code=fw:25fnq7nb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #000... |
xMate | Buenas,
puede alguien compartir el fichero de entorno/configuración de xMate para usarlo con Harbour y FWH ?
Muchas gracias.
Saludos,
Felix |
xMate | Hola Felix,
hace un tiempo dejé de usar xMate ya que según su autor no tendrá soporte ni se va a actualizar. Estoy usando x-Edit (basado en scintilla), lo tengo configurado con Harbour+FWH y funciona muy bien, hasta tiene un mini-dbu incorporado, y puedes debuguear en Harbour y (con algunas dificultades) en FW. Tambie... |
xMate | Hola Carlos,
me podrias pasar la URL de x-Edit y el fichero de configuración para usarlo con Harbour y FWH ?
Muchas gracias.
Saludos,
Felix |
xMate | <!-- m --><a class="postlink" href="http://tinyurl.com/xeditor">http://tinyurl.com/xeditor</a><!-- m -->
envíame un mail así te reenvío la configuracion |
xMate | Carlos,
a qué dirección ? <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
Saludos,
Felix |
xMate | Felix,
aqui te pongo un ejemplo de configuracion para FW8.08.
A mi parecer xMate es muy buen IDE para xBase, lo malo como lo dice Carlos, es que no habra la esperada version 2, si revisas todo lo que tiene te sorprenderas, tienes generacion automatica de formas prg y rc, completacion de campos de dbf si seteas el xma... |
xMate | Carlos, Marcelo,
muchas gracias por vuestra ayuda. Habrá que seguir a HBIDE.
Saludos, |
xMate | Marcelo,
de donde se puede bajar HBIDE ?
Muchas gracias.
Saludos, |
xMate | Baxajaun,
Para el hbide debes descargar la ultima version en el svn de harbour. En <!-- w --><a class="postlink" href="http://www.harbour-project.org">www.harbour-project.org</a><!-- w --> me parece hay instrucciones para bajar y construir el harbour desde el svn. Si no encuentras nada, dame un aviso y lo hacemos func... |
xMate | Felix,
dale una mirada a este enlace
[url:1wfmvj0s]http://docs.google.com/View?id=dhmtv9fs_235db6hz754[/url:1wfmvj0s]
saludos
Marcelo |
xMate | [quote="Lautaro":pkmlvrdy]Baxajaun,
Para el hbide debes descargar la ultima version en el svn de harbour. En <!-- m --><a class="postlink" href="http://www.harbour-project.org">http://www.harbour-project.org</a><!-- m --> me parece hay instrucciones para bajar y construir el harbour desde el svn. Si no encuentras nada... |
xMate | Buenas,
alguien ha conseguido configurar HBIDE para que funcione con Harbour y FWH ?
Muchas gracias.
Saludos,
Felix |
xMate | Lo he tratado de bajar pero no lo encuentro, Alquine tiene el link de donde puedo bajarlo |
xMate | Hola Ruben Dario,
lo puedes descargar de <!-- m --><a class="postlink" href="http://hbide.vouch.info/">http://hbide.vouch.info/</a><!-- m --> , en esta página tienes la documentación en línea.
Saludos,
Félix |
xMate | [quote="Carlos Mora":15cq6j2s]http://tinyurl.com/xeditor
envíame un mail así te reenvío la configuracion[/quote:15cq6j2s]
Saludos,
Podrias enviarme el archivo de configuracion para mi tambien a mi email <!-- e --><a href="mailto:wbguerrero@gmail.com">wbguerrero@gmail.com</a><!-- e -->. Usare Habour
Gracias de ante... |
xMate | Hola Lautaro
Seria muy util para todos si pudieras publicar la configuración del HBIDE para Harbour y Xharbour.
Saludos
Martín |
xMate | Martin,
El hbide solo lo he usado con harbour y aqui va un .hbp de ejemplo, solo hay que cambiar las rutas para las librerias.
Yo uso harbour ( del svn ) y MSVC. del sdk para windows 7
[code=fw:2a2ay94e]<div class="fw" id="{CB}" style="font-family: monospace;"><br />-ic:\trabajo_abinsa\fwh9<span style="color: #00000... |
xMate | Hola no se si me podrían compartir ese archivito de configuración <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->
<!-- e --><a href="mailto:aida_p_z@hotmail.com">aida_p_z@hotmail.com</a><!-- e -->
Saluditos <!-- s:wink: --><img src="{SMILIES_PA... |
xMate | Aida,
Si usas Fivedit.prg nunca más te volverá a pasar lo que te ha pasado con Verce, etc. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:33neqo82]https://bitbucket.org/fivetech/fivewin-contributions/downloads/FivEdit.zip[/url:33neqo82] |
xMate | Hola
sale que el Link esta muerto <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
xMate | Aida,
Solucionado. Vuelve a intentar descargarlo, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:1u4nuujq]https://bitbucket.org/fivetech/fivewin-contributions/downloads/FivEdit.zip[/url:1u4nuujq]
Cristobal está trabajando en una versión mejorada ... |
xMate | Cristóbal:
Comencé a probar fivedit y me ha gustado mucho.
Baje del link de fivedit2 y con Windows 10 y me da el siguiente error:
Error description: Erro BASE/1004 No
exported method: NCOUNT
Called from: => NCOUNT(0)
Called from: fivedit.prg => MAIN(63)
Lo descargue del link que publico Antonio. |
xMate | Mauro
Gracias
Estas descargando una version no actualizada
Aqui está el hilo que le da soporte con el link de descarga de la ultima version publicada
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24025&start=360#p181652">viewtopic.php?f=6&t=24025&start=360#p181652</a><... |
xMate | Buen día a tod@s
¿ Alguno de ustedes me podría facilitar un enlace para descargar xMate ? |
xMate | Hi
I've been searching xMate on Internet with out success.
There are somebody can shared it with me ? |
xMate | Thanks, I found it !
You can download it from this link
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/xMate_1_15_Setup.exe">https://bitbucket.org/fivetech/fivewin- ... _Setup.exe</a><!-- m --> |
xMate | Ya lo encontré <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/xMate_1_15_Setup.exe">https://bitbucket.org/fivetech/fivewin- ... _Setup.exe</a><!-- m -->
Saludos |
xMate | Hola Vikthor:
Te aconsejo que le des una oportunidad a FivEdit, a pesar de que xmate es muy estable no se va a actualizar mas, sin embargo cualquier problema que pueda surgir en FivEdit se arregla en un tiempo record, el amigo Cristobal efectua un soporte inmejorable. Plenamente operativo. Para proyectos enormes, sino... |
xMate | José gracias por el comentario.
No conozco FiveEdit, ¿ de dónde puedo descargarlo ?
Usaba xMate para compilar mis aplicaciones para 64 bits, ¿ FiveEdit tiene esa opción ?
Saludos |
xMate | Gracias José Vicente.
Viktor, si soporta cualquier compilador ya sea de 32 o de 64 bits
Las instrucciones de instalación las puedes ver en
<!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=fivedit_instalacion">http://wiki.fivetechsoft.com/doku.php?i ... nstalacion</a><!-- m -->
En este hil... |
xMate | Ya descargué el .exe, la documentación me vendría muy bien.
Gracias
Mi correo es el siguiente rohtkiv at gmail dot com |
xMate | Vikthor, no olvides descargar el .zip también
Cuando entres en el slack, ya aparece la última versión ( sólo el .exe )
Pd.: ya puedes borrar tu correo del post anterior, ya te he enviado la invitación |
xMate | Buenas
Yo tambien estaba interesado en la documentacion o como se configura el FIVEDIT, ya descarge el zip y el exe del programa pero no logro configurarlo,
Te agradeceria ese dato.
[quote="cnavarro":ywu90h31]Vikthor, no olvides descargar el .zip también
Cuando entres en el slack, ya aparece la última versión ( ... |
xMate | Lubin, no puedes entrar en el SLACK ?
Ahí estan todos los videos además de las ultimas actualizaciones de FivEdit
[url:2ua9rlkb]https://join.slack.com/t/fivedit/shared_invite/enQtNzU3NDc1NzMyODAzLTBiMmNiMzZhZjY4NWY3NzI5Y2ZhYjAzZDM3NmVmNWZiOGM2YjM0ZTM1MTBjYTY0ZmQ0YjIzOGJiZTY1YTQ5OWY[/url:2ua9rlkb]
Si no te... |
xMate | Además, aunque antiguos y haya algunas pantallas que hayan cambiado un poco, estos videos de darán una idea de los pasos a seguir
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24025&p=212908&hilit=five1.mp4#p212908">viewtopic.php?f=6&t=24025&p=212908&hilit=five1.mp4#p2... |
xMate | Hola Cristobal, podrías enviarme una invitación para acceder a Slack, mi correo es sergio at Vacarezza dot cl, el mismo que sale en mi pie de firma.
De ante mano muchas gracias
Un abrazo desde Chile |
xMate | Hecho, enviada, si tienes algún problema para conectarte no dudes en ponerte en contacto conmigo |
xMate - Ultima version | Hola Foro:
Donde consigo la ultima version del xMate ?
Cual es el numero de la ultima version ?
Busque en el google, pero la una version del 2006 ?
Es esto correcto <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> ?
Alguien me la puede enviar.
Saludos , |
xMate - Ultima version | <!-- m --><a class="postlink" href="http://www.andywos.ih.co.za/xmate/">http://www.andywos.ih.co.za/xmate/</a><!-- m --> |
xMate - Ultima version | Many Thanks Silvio |
xMate .ENV for FWH64 | Dear All ,
I am setting up the environment in xMate for FWH64 18.07 using Harbour 64 3.2 , BCC++ 7.1. Do you the xMate .ENV File for this environment ?
if yes , would request to you to share the same. Thanks in advance...!
Thanks
Shridhar |
xMate .env file for Harbour 3.0 | Hi friends,
does anyone have the enveironment file for xMate and Harbour 3.0 ?
I have a lot of unresolved externals |
xMate .env file for Harbour 3.0 | Ok, problem solved |
xMate .env file for Harbour 3.0 | Stefan,
do you show me the libs that I need to link to start testing harbor + FWH? or better do you send me the env file to <!-- e --><a href="mailto:marcelo.via@gmail.com">marcelo.via@gmail.com</a><!-- e -->
regards
Marcelo |
xMate .env file for Harbour 3.0 | [quote:3iou24iy]
[Environment]
Description 1=Harbour Compiler
Description 2=
Description 3=
PRG Compiler ver=3.1
C compiler ver=6.41
Subsystem=GtGui
Author=Carlos Vargas
Last update=02/10/2012
[Advanced]
Command types=1,1,1,1,1,1,1,1,1
[Harbour]
HB_INSTALL=D:\borland\harbour
HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %... |
xMate .env file for Harbour 3.0 | Carlos,
muchas gracias |
xMate Config | Hola a todos,
Necesito probar y valorar xMate. Alguien me puede pasar los ficheros de configuracion necesarios para entorno FWH0812 + Harbour ?. Habeis probado proyectos con grandes cargas de fuentes ? Algun inconveniente de entrada a tener en cuenta ?
Salutacions.
C. |
xMate Config | Hola Carles
este es el fichero .env que utilizo para FWH0812
[code:16du1mpr]
[Environment]
Description 1=Harbour+FiveWin para Bccc
Description 2=
Description 3=
PRG Compiler ver=HB 1.0.0RC1(Rev.8835)
C compiler ver=Bcc55
Subsystem=FWH812
Author=Biel Maimó
Last update=01/14/2009
[Advanced]
... |
xMate Config | Biel,
Gracies. Hoy intentare 'testear' la herramienta y como dice un colega de este foro '...cambiar de entorno de editor, es como cambiar de religion...' <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
Gracias a los demas que me habeis enviado en privado todos los otros f... |
xMate ENV file ( Solved ) | Ya tengo practicamente todo listo para seguir trabajando...
a excepcion del archivo ENV para el xmate.
Alguien que use el xMate con FWH 10.5 , Bcc582 y xHarbour que me pueda facilitar ese archivo le agradecere enormemente.
Saludos |
xMate ENV file ( Solved ) | [quote="Raymundo Islas M.":28s7skf2]Ya tengo practicamente todo listo para seguir trabajando...
a excepcion del archivo ENV para el xmate.
Alguien que use el xMate con FWH 10.5 , Bcc582 y xHarbour que me pueda facilitar ese archivo le agradecere enormemente.
Saludos[/quote:28s7skf2]
Tengo un ENV para bcc55 pero te ... |
xMate ENV file ( Solved ) | Hola Raymundo,
pasate a hbIDE [url:7tb8aniy]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=18977[/url:7tb8aniy], en un momento lo tendrás configurado y funcionando con tus proyectos.
Saludos,
Felix |
xMate ENV file ( Solved ) | William,
El correo es : islasdevsys @ hotmail.com
Muchisimas gracias por tu apoyo.
Felix,
Sip, vengo siguiendo el hilo desde hace rato, ya que al ser el sucesor del xMate, y todas las cosas que le estan ajustando para FWH, debe ser algo excelente.
Lo instale ayer, pero me perdi a medio camino, de igual manera su... |
xMate ENV file ( Solved ) | Baxajaun,
el hbIde funciona con (x)Harbour ?
hasta donde tengo entendido esta configurado para Harbour...
Saludos, |
xMate ENV file ( Solved ) | Raymundo, Albeiroval,
como diría Jack "vayamos por partes" <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> , Albeiroval, hasta lo que yo sé, puedes utilizar hbIDE con xHarbour. Cuando configuras el entorno de tu proyecto le pasas el camino a [x]Harbour.
Raymundo, si tienes ... |
xMate ENV file ( Solved ) | Hello Everybody
Sorry to write in English as I know this language only
(besides my mother tounge and natioanl language ).
If you post it in English forum I will be extremely happy
to assist you.
Please use the only thread which exist in English forum. |
xMate ENV file ( Solved ) | Felix,
Muchas gracias por tu explicacion esta completa...
Solo una cosa.. seria muy completo si tuviera un editor
de recursos jejeje.. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Saludos,
Albeiro. |
xMate ENV file ( Solved ) | Felix,
Excelente mini-tutor, te agradezco mucho.
Sin embargo, sigo haciendo algo mal por que no me funca, sera que no he dormido bien los ultimos dias y estoy omitiendo algo.
Deja empiezo de cero otra vez, voy a desinstalar y empezar paso a paso.
Mr. Pritpal ,
I haven't had the chance to thank you for such amazing... |
xMate ENV file ( Solved ) | [quote="Raymundo Islas M.":z07qqrmo]I haven't had the chance to thank you for such amazing IDE you're doing.
I've been using xMate for a long time and zero problems at all.
And I know this hbIde is gonna be even much better !!
Congrats and best regards !!
Saludos[/quote:z07qqrmo]
Thanks for the kind words.
Me too ha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.