topic
stringlengths
1
63
text
stringlengths
1
577k
Can't open dbf with harbour1.1-1from fwh download (solved)
As far as I know, there was no problems on [x]Harbour RDDs since years. Please provide a little sample of the problem to reproduce it here. EMG
Can't open dbf with harbour1.1-1from fwh download (solved)
Shuming, > But now more than 4 customers phoned us the problem. Are those customers using Vista ?
Can't open dbf with harbour1.1-1from fwh download (solved)
Oh, it's the \harbour\lib\nulsys.lib before rdd.lib in mak.bc link file caused the problem. Also, if you add all the unuseable libs to your link file , do not cause exe bigger but genarates the same size exe. you must add dbfntx.lib and dbfcdx.lib, even if you only use of dbfcdx . Thanks Antonio ,E.M.G. ! Shumi...
Can't open dbf with harbour1.1-1from fwh download (solved)
Shuming, Glad to know that you solved it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Can't put image into RC+EXE
Hi, I cant put a image into my exe file The image is a BMP picture over 1/2 MB hight quality The brc32.exe generate the RES file , but ILINK send a fatal error, and definitly is de big bmp into the RES file. Can anyone put images into EXE ? Tnks. SPANISH ON ------------------------------------------ Hola, No puedo p...
Can't put image into RC+EXE
Julio, ilink32 may be failing cause the images large size
Can't put image into RC+EXE
ok, any idea ?
Can't put image into RC+EXE
Can't you just keep the image as external file? EMG
Can't put image into RC+EXE
Julio, You may use a different images format instead of BMPs, or place your BMPs outside the EXE
Can't select text in get with mouse if it start with bracket
Hi guys, I just noticed this behaviour. If a get's content starts with a "(", can't select the content using mouse. Immediately after you release the mouse button the selection is gone. I tested with BCC7+FWH15.01using SAMPLES\testget2.prg [img:33npbqz1]https&#58;//s13&#46;postimg&#46;org/pk26ecjqv/get&#46;gif[...
Can't select text in get with mouse if it start with bracket
Hua, You have to modify FWH\source\classes\tget.prg in METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TGet: [code=fw:2ymsafxx]<div class="fw" id="{CB}" style="font-family: monospace;">      <span style="color: #00C800;">if</span> <span style="color: #0000ff;">Left</span><span style="color: #000000;">&#40;</span> cText, ...
Can't select text in get with mouse if it start with bracket
Thanks Antonio! [quote="Antonio Linares":3932r8kw] What tool are you using to create the posted animated gif ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:3932r8kw] I used LICEcap that Antonino [url=http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;ph...
Can't use DLL embedded functions...?
Hi folks, I got a little problem with DLL.. I'm trying to use a DLL calling its functions. It seems the DLL can't be opened with this instruction: handle:=loadlibrary("pacdrive.dll") or handle:=loadlib32("pacdrive.dll") -> I got handle=0 (should be >32, I guess); if I try to ignore the handle status, the program will...
Can't use DLL embedded functions...?
If it works with VB6, c, c++ it should work with FWH too. First thing is you should be able to loadlibrary. If this is failing probably the dll is corrupted.
Can't use DLL embedded functions...?
Maybe the DLL needs to be registered. Some self-register, some have to be registered.
Can't use DLL embedded functions...?
Solved. More or less, I made in this way; - I transformed the DLL into a .lib with implib.exe; - I linked the .lib file; - I wrote the code for the "clipper call" to a C++ function; In this way, it seems that the .lib file point to the dll file... More or less. I worked so long to solve this trouble, that I'm not su...
Canal 5 IDE (en desarrollo)
[url:as0wngkk]http&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/detail?name=C5ide&#46;zop&can=2&q=[/url:as0wngkk] Canal 5 IDE (trabajo en desarrollo) amablemente cedido por Paco García. Gracias Paco! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Canal 5 IDE (en desarrollo)
Hola, Lo intento compilar con Harbour 3.2 y me saltan estos errores: [code=fw:2fv5u8tb]<div class="fw" id="{CB}" style="font-family: monospace;">MAKE Version <span style="color: #000000;">5.2</span> &nbsp;Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="colo...
Canal 5 IDE (en desarrollo)
Lucas. Los warnings son porque tiene definidas funciones con el mismo nombre en 2 prg distintos. Te faltan las funciones _isarray y _ischar, linkea la lib o prg que las contiene Adolfo
Canal 5 IDE (en desarrollo)
Lucas, yo compilo sin problemas usando Harbour 3.2... Tienes que incluir la libreria hbpcre.lib en fwh.mak... [color=#000080:3ql5z9rk]El unico problema que he notado es, que el .EXE se queda corriendo en memoria como un proceso, aún despues de salir de la aplicación...[/color:3ql5z9rk]
Canal 5 IDE (en desarrollo)
Hola, Uso Harbour 3.2.0dev (Rev. 17516). Las funciones ISCHAR e ISARRAY resulta que, en Harbour, ahora son HB_. Una vez realizado ese cambio, efectivamente logra compilar. Pero también me sucede lo que Bayron comenta, el .exe se queda entre los procesos. El tema es que el código C no es compatible con las versione...
Canal 5 IDE (en desarrollo)
Hola El programa no se queda como un servicio, simplemente anteriormente en xp se situaba en Tray como un icono a la derecha. Ahora en vista o w7 se queda oculto dentro del botón de iconos. El tema de c5Report, ni recuerdo si alguna vez he hecho algún prototipo. Ultimamente le dí un ejemplo a Charly y creo que el hiz...
Canal 5 IDE (en desarrollo)
Paco, Estupendo verte por aquí. Sería estupendo tu ayuda, porque el editor sería de muchísima utilidad. El c5report me refería a esto: [img:3m9dc60j]http&#58;//i47&#46;tinypic&#46;com/34dsle8&#46;png[/img:3m9dc60j] A ver si busco en los backups que me lo bajé en su día.
Canal 5 IDE (en desarrollo)
A News :...the informes of Paco is on c5Ide's sources codes
Canal 5 IDE (en desarrollo)
wITH XHARBOUR i HAVE THIS ERRORS [code=fw:3lh6hray]<div class="fw" id="{CB}" style="font-family: monospace;">n <span style="color: #000000;">5.2</span> &nbsp;Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="color: #000000;">1987</span>, <span style="color: #...
Canal 5 IDE (en desarrollo)
Un poco de ayuda, puede ser el orden de colocacion de las librerias? [quote="Bayron":clhmjahl]Lucas, yo compilo sin problemas usando Harbour 3.2... Tienes que incluir la libreria hbpcre.lib en fwh.mak... [color=#000080:clhmjahl]El unico problema que he notado es, que el .EXE se queda corriendo en memoria como un pr...
Canal 5 IDE (work in progress)
[url:3dai22os]http&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/detail?name=C5ide&#46;zop&can=2&q=[/url:3dai22os] Canal 5 IDE (work in progress), kindly provided by Paco García. Thanks Paco! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Canal 5 IDE (work in progress)
Hi Antonio, thanks for sharing... and many thanks to Paco Garcia for sharing his work... There are two things I have noticed: 1: hbpcre.lib is needed in fwh.mak to compile the sources... 2: the .exe file, is left in memory as a process, after closing the window and to get rid of it I had to use Task Manager... Wind...
Canal 5 IDE (work in progress)
gracias Paco u're fantastic!!!
Canal 5 IDE (work in progress)
I tried to compile a dialog [b:avk7r3lo]it has the same error we have on designer... the coordinates are not the same [/b:avk7r3lo] in this picture the c5Ide of Paco in action and the test compiled with xmate [img:avk7r3lo]http&#58;//img546&#46;imageshack&#46;us/img546/8896/pacoerr&#46;jpg[/img:avk7r3lo]
Canal 5 IDE (work in progress)
Hello I have now sent the change in the source code to Antonio. Please remake the project. I do not know how to do the actual size of a dialog box. It is a mystery. A greeting
Canal 5 IDE (work in progress)
Sorry, But where we can download these changes ?
Canal 5 IDE (work in progress)
Paco, Can ask you two problems 1. How create a style windows seven ( office 2010,2013) to Vtaskbar class ? 2. request information for this <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24580">viewtopic.php?f=3&t=24580</a><!-- l -->
Canal 5 IDE (work in progress)
If you want some control new or modifications you can send private mail to <!-- e --><a href="mailto:pacogarcia@gmail.com">pacogarcia@gmail.com</a><!-- e -->
Canal 5 IDE (work in progress)
[quote="Eoeo":3l5wfkb8]Sorry, But where we can download these changes ?[/quote:3l5wfkb8] <!-- m --><a class="postlink" href="http://code.google.com/p/fivewin-contributions/downloads/detail?name=c5ide_fixes_1.zip&can=2&q=">http://code.google.com/p/fivewin-contri ... p&can=2&q=</a><!-- m -->
Canal 5 IDE (work in progress)
Antonio, I cannot compile c5Ide I have only one error [code=fw:37wxdxib]<div class="fw" id="{CB}" style="font-family: monospace;">MAKE Version <span style="color: #000000;">5.2</span> &nbsp;Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="color: #000000;">...
Canal 5 IDE (work in progress)
Any solution ? or provide the new exe please !!!
Canal 5 IDE (work in progress)
Silvio, Remove the "v" from all those hb_... calls
Canal 5 IDE (work in progress)
Antonio, Itried aso with Harbour [code=fw:2x7h3tdh]<div class="fw" id="{CB}" style="font-family: monospace;">MAKE Version <span style="color: #000000;">5.2</span> &nbsp;Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="color: #000000;">1987</span>, <span styl...
Canal 5 IDE (work in progress)
At Last compilating with xmate and for fwh xharbour (libs) I have these errors Progetto: app, Ambiente: xFive_Pelles: [1]:iLink32.Exe -Gn -aa -Tpe -s @app.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland [b:29nzjrrq]Error: Unresolved external '_HB_FUN___DBSKIPPER' referenced from C:\WORK\PRG\C5IDE\OB...
Canal 5 IDE (work in progress)
Hello Have you tried to find those words in the forum to see if you find any solution? The easy thing is to ask but is more palatable to find the solution yourself. If you do not find the solution, I will gladly tell you to do, but a little effort you please.
Canal 5 IDE (work in progress)
NO but I am happy if you help me please !!
Canal 5 IDE (work in progress)
Antonio, Paco Now I compiled with harbour and I have these errors could you help me please MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\work\bcc582\bin\ilink32.exe -Gn -aa -Tpe -s -Iobj -Lc:\work\bcc582\lib -x @make.tmp Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external...
Canal 5 IDE (work in progress)
Silvio, Error: Unresolved external '_ISARRAY' referenced from C:\WORK\PRG\C5IDE\OBJ\APP.OBJ Error: Unresolved external '_ISCHAR' referenced from C:\WORK\PRG\C5IDE\OBJ\WNDSCINT.OBJ Are now HB_ISCHAR and HB_ISARRAY Error: Unresolved external '_pcre_config' referenced from C:\WORK\HARBOUR\LIB\HBRTL.LIB|hbregex Error: ...
Canal 5 IDE (work in progress)
Lucas, i ADD HBCPRE = $(HARBOUR_LIB_DIR)\hbcpre.lib i CHANGE HB_ISARRAY AND HB_ISCHAR [b:216y1m7s]BUT i HAVE THESE ERRORS NOW [/b:216y1m7s] [code=fw:216y1m7s]<div class="fw" id="{CB}" style="font-family: monospace;">MAKE Version <span style="color: #000000;">5.2</span>  Copyright <span style="color: #000000;">&#4...
Canal 5 IDE (work in progress)
any solution ?
Canal 5 IDE (work in progress)
Silvio... Lucas gave you the answer for the unresolved externals. The others are just a duplicity of functions in 2 or more prgs. (this is a very easy one)
Canal 5 IDE (work in progress)
Why not give us the possibility to compile it ? wich is the problem ? why not upload a new version with compile bat file and all libs into ?
Canal 5 IDE (work in progress)
Silvio.. Definetely yours is a problem of attitude. This is a free pece of code that someone bother to do, he gave his work free of charge, you can benefit from it... on the other hand your f***ing questions have been answered many times, just use the search tool, that's all. If I see your posts, most of them are co...
Canal 5 IDE (work in progress)
Sorry Adolfo, But here I CANNOT COMPILE IT [b:3lk2v1tf]I Know how make a compile.bat file[/b:3lk2v1tf] but this is not the problem have you download last version ? the first version compiled ok ...is the last version there were problems... and before to write words OPen your MIND !!!! I'm sorry for you but...
Canal 5 IDE (work in progress)
A little help, you can be the order of placement of the libraries? [quote="lucasdebeltran":10hp9pci]Silvio, Error: Unresolved external '_ISARRAY' referenced from C:\WORK\PRG\C5IDE\OBJ\APP.OBJ Error: Unresolved external '_ISCHAR' referenced from C:\WORK\PRG\C5IDE\OBJ\WNDSCINT.OBJ Are now HB_ISCHAR and HB_ISARRAY Er...
Canal Five
Hi someone know about Paco Canal Five Greetings Fasi
Canal Five
not work on fivewin or xharbour U can found he perhaps on xailer group
Canal Five
Paco keeps using Harbour and FWH on his daily work, I meet him recently <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Canal Five
I ttry to convert a c5cnew.c File from c5 to last xharbour and get an unresolved external ___bcopy static char szDirName[ MAX_PATH ]; void cdecl _bcopy( void *, void *, unsigned int ); HFONT GetFontMenu( void ); static far char Title[] = "Select the file"; tx
Canal Five
Replace _bcopy() with memcpy() calls
Canal Five
i will try Thanks for the tip
Canal Five
And you will need to change brushex.prg as folows: [code=fw:38bwjig8]<div class="fw" id="{CB}" style="font-family: monospace;"><br />**************************************************************************<br />&nbsp; <span style="color: #00C800;">METHOD</span> <span style="color: #00C800;">New</span><span style="col...
Canal Five
Thank u for u help
Canal Five
Can i Know the email of Paco, please I bought some classes from him but now I can not compile because there are no all sources.
Canal Five
Hi Silvio, in my opinion you should consider to migrate to the standard FWH classes due to the fact that FWH can now replace in full the C5 controls.
Canal Five
HI marco, it is good for me I 'm trying to work as you sad..
Canal Five
Anyone know how to contact Francisco Garcia (Paco) via email or website? Regards George
Canal Five
George, I can forward a msg to Paco if you need it,
Canal Five
Thanks Antonio. I sent all information to your personal email at gmail.com Regards George
Canal de Internet Saturado
Amigos del foro tengan buen día Resulta que tengo una aplicación de facturación que trabaja sobre MYSQL vía Internet. Hace la conexión con ADO. El problema es que ultimamente el sistema esta presentado un poco de lentitud (sobre todo en horas de la tarde) El Proveedor de Internet me dice que es posible que estemos s...
Canal de Internet Saturado
Lenadro, si realmente tienes 12 y 6 (asimetrico) por fibra no deberias tener problema, lo que deberias es validar la velocidad, ademas de validar si el ping no es muy alto (menos de 100 es ok) ademas el numero de pc (6) remotos ( asumo que en el mismo pais <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)...
Canal de Internet Saturado
Carlos Muchas Gracias por Responder. Te especifico los datos del servidor MARCA HP Procesador XEON 3.4 RAM: 8 Gigas Disco Duro: 500 Gigas Sistema Operativo: Windows 2003 Server Motor: MYSQL De manera local los usuario si utilizan el Internet. Para todos los servicios de la empresa correos, Internet... etc. Remotame...
Canal de Internet Saturado
Hola Leandro El problema NO esta del lado de server, la lentitud la determina (por los datos que muestras) la conexion del cliente. Seguramente es el trafico que existe en el internet de tu cliente, verifica si tiene un buen antivirus, te recomiendo avira.com para el cliente. Del lado del cliente hay que hacer las p...
Canal de Internet Saturado
Hola Leandro Para estar seguro que no es del lado del server verifica las graficas en al administrador de sql, checa los valores asignados al query cache de memoria, los key traficc, traffic y numero de sql Querys ejecutados. Si estos presentan valores muy altos, entonces debes dar tunning a las variables de entorno ...
Canal de Internet Saturado
lenadro como bien comenta devtuxtla aparentemente por el lado servidor aparenta estar ok, hay que probar el lado cliente, yo lo que hago es conectarme remotamente a los clientes que tiene problemas y hacer un ping al ip del servidor. como prueba un ping sostenido de unos 10 minutos para descartar conexiones inestables...
Canal de Internet Saturado
devtuxtla y Carlos primero que todo gracias por responder. Voy a mirar las gráficas en el administrador y luego les comento que resultados obtuve. La conexión de los clientes es Banda Ancha (ADSL - Cable coaxial en la mayoría de los casos), Casi todos tienen un ancho de banda de 4 Megas de Baja y 2 Megas de Subida. C...
Canal de Internet Saturado
Hola Leandro En realidad este proceso no te va a servir de mucho, ya que el problema radica en carrier, es decir en la conexion a internet. Cuando una conexion a Mysql se pierde, normalment es por que el cliente la pierde. haz un restreo de la conexion por 15 minutos a traves de un ping asi: ping -t xxx.xxx.xxx.xxx...
Canal de Internet Saturado
en los clientes haz un test de velocidad con speedtest.net hacia un server en tu pais. asi mismo como como comenta devtuxtla haz un ping extendido y observa el tiempo entre envio de paquetes, como te comente un valor < 100 es lo ideal, cuanto mas bajo mejor, es un punto importante, porque aun teniendo un ancho de banda...
Canal de Internet Saturado
devtuxtla y Carlos Esta mañana hice el cambio de maquina (temporal) para hacer la prueba. Hice el ping sostenido por 28 minutos. En ningún momento se cayo la conexión, no hubo perdidas de paquetes de datos. Estos son los resultados Respuesta desde 181.48.84.14: bytes=32 tiempo=37ms TTL=122 Respuesta desde 181.48.84.1...
Canal de Internet Saturado
Hola, has probado realizar una consulta o ejecutar un update set, desde el Mysql Administrator ? ahí es donde te darias cuenta que tan lento es la conexión desde un pc. cliente. saludos.
Canal de Internet Saturado
ok, cuando llege al trabajo, te comentare mas mas sobre netprotect salu2 carlos vargas
Canal de Internet Saturado
sysctrl2 Gracias por responder. La verdad es que no se como se hace esa prueba que tu dices. Serias tan amable de indicarme como se hace? De antemano gracias
Canal de Internet Saturado
Leandro, yo uso mucho el MySql Administrator, lo puedes bajar de la pagina de mysql, <!-- m --><a class="postlink" href="http://dev.mysql.com/downloads/gui-tools/5.0.html">http://dev.mysql.com/downloads/gui-tools/5.0.html</a><!-- m --> trae una utilería, MySql Browse, yo lo uso mucho para hacer mis consultas, y ahí te ...
Canal de Internet Saturado
Leandro, la diferencia entre escritorio remoto y una conexión a Mysql es que en la primera tus consultas no dependen del ancho de banda, ni del trafico de la red dado que la misma se hace en la lan, dejando para la wan el uso de la pc a distancia, la otra en cambio se realiza en la wan osea viaja la consulta y retorna...
Canal de Internet Saturado
Bueno muchas gracias a todos por responder... Les comento que ayer cambie el servidor, por una maquina con windows 7 , 2 Gigas de RAM, Dual Core de 2.8 y 500 Gigas en disco y no recibí llamas para reportarme fallos en la conexión. Al contrario los llame para verificar si estaba toco correcto y recibí buenos comentari...
Canal de Internet Saturado
Buenos dias para todos... Les comento que nos toco renovar el servidor a las malas, definitivamente no funciono le reinstale el sistema operativo y las fallas continúan, le cambie el sistema operativo por windows 2012 server y tampoco, le cambie la tarjeta de red y tampoco. Creo que le llego la hora de volverse estaci...
Canal de Internet Saturado
Te comento. Hace un par de años se empezaron a presentar problemas de conexión a MySQL en Server 2003 con unos 20 equipos locales y otros tantos remotos, se cambió a Server 2008 y el problema empeoró. Estuve a punto de tirar la toalla. Fue toda una odisea descubrir que Windows no estaba liberando los recursos de mane...
Canal de Internet Saturado
Hola a Todos, Por si les sirve de ayuda, al parecer tienen problemas en la configuracion del MySql que estan usando, ¿ que version de MySql estan usando ?, ¿ Que ajustes tiene la instalacion de MySql ?, ya que dependiendo de si es windows o linux hay que ajustar un par de cosas para que MySql vaya bien. Los ajustes ...
Canal de Internet Saturado
Laurato, gracias por contestar... Tengo instalada la versión mysql-essential-5.1.48-win32 y InnoDb. Si me pudieras indicar que ajustes hay que hacer te lo agradeceria. Alfredo gracias por la apreciación pero sabes que lo raro es que coloque un PC con Windows 7 y hasta el momento va bien es mucho mas rápido que window...
Canal de Internet Saturado
Leandor, Envia los datos de tu servidor ( numero de procesadores, memoria ram, numero de usuarios que se conectaran, tipo de tablas a usar, sistema operativo ) y publica tu archivo my.ini a ver si te podemos ayudar un poco <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> Atte...
Canal de Internet Saturado
En mi caso no logré modificar My.Ini con éxito. Como alguien lo dijo, soy Sagitario... (mitad hombre y mitad burro y a veces domina el animalito). Además, es viernes! (Hip!).
Canal5 & ViaCoral components - to Antonio
Hi Antonio, as I can see there isn't a brilliant future for the thirth part components developed from Canal5 (their website is down) and the similar components developed from ViaCoral are on the same way (their website is not updated anymore). My suggest for you: could be possible to develop that components as standa...
Canal5 & ViaCoral components - to Antonio
I agree. We need high quality third part components in order to develop professional applications with Fivewin. Regards George
Canal5 & ViaCoral components - to Antonio
Marco, George, We can implement all those controls in standard FiveWin <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Good work takes its time to be done <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Please have a look at n...
Canal5 & ViaCoral components - to Antonio
Antonio, <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> Look nice I hope my VB FafiRibbonBar can translate to FWH Can you help me ? I got vb from here ...
Canal5 & ViaCoral components - to Antonio
Antonio & Marco I made a class as Vtitle of canal : TPaintTitle @ 2,10 PANELTITLE oTitle OF oDlg ; PROMPT "Customer"; FONT oFont; SIZE 150,30; COLOR CLR_BLACK, CLR_WHITE; COLORTEXT CLR_WHITE; BITMAP "Test.bmp"; TEXTALIGN...
Canal5 & ViaCoral components - to Antonio
Hi friends, Screen Snapshot of a similiar class named TTitle [url=http&#58;//img139&#46;imageshack&#46;us/my&#46;php?image=ttitle&#46;jpg:2qqwni9m][img:2qqwni9m]http&#58;//img139&#46;imageshack&#46;us/img139/5715/ttitle&#46;jpg[/img:2qqwni9m][/url:2qqwni9m] Regards Anser
Canal5 & ViaCoral components - to Antonio
DEAR FRIENDS YES, BUT WE MADE OUR TPAINTTITLE BEFORE THAN TTITLE CLASS.... <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=10716&hilit=TPAINTTITLE">viewtopic.php?f=3&t=10716&hilit=TPAINTTITLE</a><!-- l --> ON [b:twqpgr2d]Apr 14, 2008 8:23 am [/b:twqpgr2d] <!-- l -->...
Canal5 Calendar
All, I've been using Canal5 calendar for years. Using xharbour commercial and just upgraded to last fwh. Everything compiles fine. I can call up he calendar however, as soon as I move the mouse over the calendar control it crashes. I have all the source, 4 .prg's and one .c file. I'm not a C programmer and I was...
Canal5 Calendar
Also I use calendar,Banner and other Canalfive controls wich error you have ?
Canal5 Calendar
Silvio: Thank you for your reply. I can compile and display the calendar however, I get GPF as soon as I move the mouse over the calendar control. It must be some kind of paint problem. This worked fine until this FWH upgrade. The other source that might be a culprit is c5bmp.prg. Do you have the source? How doe...
Canal5 Calendar
I not modified c5Bmp.prg to build calendar.lib you must have : c5Bmp.prg c5fun.prg c5tip.prg c5hb.c calendar.prg [b:13h6xg1f]c5hb.c[/b:13h6xg1f] [code=fw:13h6xg1f]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#inclu...
Canal5 Calendar
Silvio: Your source for C5hb.c is the same as mine. I do have all the other source files however, I don't create a lib I just include the .prg's in my project. Are you using xharbour? Randal
Canal5 Calendar
Yes i use xharbour but it run also with harbour I use bcc7 and last fwh I use xmate to compile exe dl and lib no problem