Search found 47 matches
- Sat Mar 05, 2011 11:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Issue: FWH 10.12 & Harbour 2.1.0rc2 (Rev. 16428)
- Replies: 0
- Views: 357
Issue: FWH 10.12 & Harbour 2.1.0rc2 (Rev. 16428)
Hi all, I am using FWH with HB from SVN and noticed that the xbrwin7 sample does not work. This is because the function HB_DECODE is static! Then I separate these required functions in an new source and add this into my project. I am sending my test files, what I used to solve the problem. Sorry for...
- Thu Jan 28, 2010 1:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Harbour 2.0.0 stats after one month
- Replies: 0
- Views: 328
Harbour 2.0.0 stats after one month
Hi All,
I invite all to a confer some numbers and statistics about Harbour 2.x release in:
http://lists.harbour-project.org/piperm ... 31057.html
I invite all to a confer some numbers and statistics about Harbour 2.x release in:
http://lists.harbour-project.org/piperm ... 31057.html
- Thu Jan 21, 2010 6:27 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Existe MD5 en Harbour ?
- Replies: 7
- Views: 1297
Re: Existe MD5 en Harbour ?
With Harbour:
With xHarbour:
Code: Select all
? hb_md5( "teste" )
Code: Select all
? md5( "teste" )
- Tue Sep 08, 2009 4:43 pm
- Forum: FiveWin for CA-Clipper
- Topic: Base64 natives functions in Clipper !
- Replies: 5
- Views: 6641
Re: Base64 natives functions in Clipper !
Thank you for your contribution! This helped me today in a project ...
Regards
Regards
- Fri Aug 21, 2009 12:40 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Código abierto de fiveWin - es posible?
- Replies: 10
- Views: 2744
Re: Código abierto de fiveWin - es posible?
Gracias maestro. Veo que entiende mi punto de vista, y yo no sabía este detalle, pero es genial saber que podemos comprometernos aún más! Volvemos a decirnos acerca de este en particular.
Saludos,
Vailton Renato
Saludos,
Vailton Renato
- Fri Aug 21, 2009 3:20 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Código abierto de fiveWin - es posible?
- Replies: 10
- Views: 2744
Re: Código abierto de fiveWin - es posible?
A veces, la empresa decide liberar el código completo y asume el papel de publicar las mejoras que se reciben. Un ejemplo, si alguien que llene una brecha y desarrollar una versión compatible 100% para Linux - la empresa que posee el producto no puede mirar a esta positiva, como una contribución y, ...
- Fri Aug 21, 2009 2:55 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Código abierto de fiveWin - es posible?
- Replies: 10
- Views: 2744
Re: Código abierto de fiveWin - es posible?
El punto es que no necesitamos de ese 10% de codigo oculto para mejorar el producto, solo necesitamos el interes de querer mejorarlo. De acuerdo ... Por esta razón, hago hincapié en que a menudo pensamos en la empresa, lo que muchas veces olvidamos y estoy de acuerdo con usted en que le ayudará es ...
- Thu Aug 20, 2009 7:58 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Código abierto de fiveWin - es posible?
- Replies: 10
- Views: 2744
Re: Código abierto de fiveWin - es posible?
Si los códigos en el C las rutinas que están reservados al propietario del producto están abiertas, cualquiera puede trabajar para mejorar la versión para Linux, por ejemplo, y distribuir el código fuente para todos! Mi pregunta es más centrado en esta cuestión, pero algunos se preguntan si vale la ...
- Wed Aug 19, 2009 8:36 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Código abierto de fiveWin - es posible?
- Replies: 10
- Views: 2744
Código abierto de fiveWin - es posible?
Hola Antonio! Una pregunta que he pasado aquí en mi cabeza: el Harbour es de código abierto, y muchos en el proyecto contribuir a la corrección de errores, la prueba que garantice la calidad del producto y ayudar a la aplicación de recursos adicionales para apoyar a otros sistemas operativos, hardwa...
- Fri Jul 24, 2009 12:56 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWH 9.07 - Nueva Clase TTitle
- Replies: 5
- Views: 1179
Re: FWH 9.07 - Nueva Clase TTitle
The native ribbonbar component has been completed?
- Thu May 14, 2009 12:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Antonio: Harbour OLE implementation
- Replies: 28
- Views: 8805
To Antonio: Harbour OLE implementation
Please, Antonio Linares can perhaps give us a suggestion about this ...
http://lists.harbour-project.org/piperm ... 19190.html
Many thanks,
Vailton
http://lists.harbour-project.org/piperm ... 19190.html
Many thanks,
Vailton
- Fri Apr 17, 2009 11:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cResToStr working function
- Replies: 8
- Views: 1244
Re: cResToStr help needed
Because sizeof(int) or sizeof(hResource) always return 4 (integers have 4 bytes in length)....
- Sat Mar 21, 2009 10:28 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Detectar WINE/UBUNTU
- Replies: 3
- Views: 706
Re: Detectar WINE/UBUNTU
Unofficial Wine detection method:
http://www.mail-archive.com/wine-devel@ ... 48659.html
In Harbour the OS() function returns " (Wine)" if your app is running on Linux+Wine. Source: C:\harbour\source\common\hbver.c
http://www.mail-archive.com/wine-devel@ ... 48659.html
In Harbour the OS() function returns " (Wine)" if your app is running on Linux+Wine. Source: C:\harbour\source\common\hbver.c
- Fri Mar 20, 2009 3:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Creating a LIB or DLL
- Replies: 138
- Views: 33981
Re: Creating a LIB or DLL
When you compile a .DLL should not use the macro __EXPORT__ as it is in changelog, this was changed.
Maybe this could be it mixed in the command line you posted above.
Maybe this could be it mixed in the command line you posted above.
- Fri Mar 20, 2009 2:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Creating a LIB or DLL
- Replies: 138
- Views: 33981
Re: Creating a LIB or DLL
%bcdir%\bin\bcc32 -c -D__EXPORT__ -I%hdir%\include;%bcdir%\include -L%bcdir%\..\lib maindll.c The are changed __EXPORT__ macro to HB_DYNLIB: 2008-08-16 16:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_gcc.mak * make_vc.mak * make_vcce.mak * include/hbdefs.h ...