FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 14.09 y xHarbour Compilation errors (Solved)
Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
FWH 14.09 y xHarbour Compilation errors (Solved)
Posted: Tue Nov 18, 2014 11:09 AM

I have been talking about this with Antonio:

In version 14.09 with xharbour 1.2.3 July 2014 I don麓t recieve the error messages with program file and line as usual.

Antonio told me that is an xHarbour bug.

I would like to know if somebody wrote to xharbour support and get a solution to this problem, Is a very important problem, we now how dificult is to find an error if we do not recieve from compilator the information of compilation errors.

Antonio told me that Enrico and others use xHarbour, please if you have any information that could help I will really apreciate it.

//Spanish
He estado hablando con Antonio sobre esto:

En la versi贸n 14.09 con xharbour 1.2.3 no recibo al compilar los errores con la informaci贸n correspondiente de archivo y l铆nea, como es usual.

Antonio me manifest贸 que se trata de un bug de xharbour.

Me gustar铆a saber si alguien escribi贸 al soporte de xHarbour y obtuvo soluci贸n a este problema, ya que es uno importante sin duda.

Antonio me coment贸 que Enrico y otros usan xHarbour, por favor, si tienen informaci贸n que pudiera ayudar, la apreciar铆a mucho.

Saludos/Regards,

Jos茅 Murugosa

"Los errores en programaci贸n, siempre est谩n entre la silla, el teclado y la IA!!"
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 12:35 PM

I'm not aware of any bugs regarding file and line. Can I see a sample showing the problem?

EMG

Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 01:52 PM

Aqui tienes un ejemplo sencillo

https://app.box.com/s/wjvzxctxf3xmhy24ctup

Saludos/Regards,

Jos茅 Murugosa

"Los errores en programaci贸n, siempre est谩n entre la silla, el teclado y la IA!!"
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 02:40 PM
This is what I get:

xHarbour 1.2.3 Intl. (SimpLex) (Build 20141106)
Copyright 1999-2014, http://www.xharbour.org http://www.harbour-project.org/
prueba.prg(35) Error E0030 Syntax error: "syntax error at 'MESSAGE'"


EMG
Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 02:47 PM
Enrico Maria Giordano wrote:This is what I get:

xHarbour 1.2.3 Intl. (SimpLex) (Build 20141106)
Copyright 1999-2014, http://www.xharbour.org http://www.harbour-project.org/
prueba.prg(35) Error E0030 Syntax error: "syntax error at 'MESSAGE'"


EMG


Excelent, but you are not using the same build of xharour I am, I use Build 20140725.

How can I get the build you are using?
Saludos/Regards,

Jos茅 Murugosa

"Los errores en programaci贸n, siempre est谩n entre la silla, el teclado y la IA!!"
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 02:55 PM
From Mel Smith website:

Hi:

We have available individual builds for 10044 for the following
Compilers.

BCC 5.5.1,
BCC 5.8.2,
BCC 6.8,
BCC 6.9,
MSVC 10, and
MinGW Version 4.8.2

To examine and download these builds, please visit: whosaway.com
(Password: 'XHB')

A current fragment of the Changelog is shown below this note.

If you have difficulty accessing the whosaway.com web site:
Please email me (syntel@cox.net) and identify yourself (screenname and/or
real name), *and* include your external IP address that you will download
to.

Within a few hours, I'll set my system to allow you access (unless its
within my 'dark' hours).
--
Mel Smith

*******************************
2014-11-17 09:50 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br>
* contrib/hbsqlit3/sqlite3.c
* contrib/hbsqlit3/sqlite3.h
* contrib/hbsqlit3/sqlite3ext.h
! updated sqlite to version 3.8.7.1
* contrib/hbsqlit3/xhbsqlite3.c
! some minor updates
* contrib/gtwvw/gtwvw.c
* contrib/gtwvw/wvwcheck.c
* contrib/gtwvw/wvwedit.c
* contrib/gtwvw/wvwfuncs.c
* contrib/gtwvw/wvwmenu.c
* contrib/gtwvw/wvwpush.c
* contrib/gtwvw/wvwstbar.c
* contrib/gtwvw/wvwtbar.c
! updated to compile also in 64bits .
! warning. the functions in the list bellow should be tested
!empty(returnvalues) insted of returnvalue !=0 since the return is now
pointer type
WVW_GET_HND_WINDOW,WVW_GETWINDOWHANDLE,WIN_GETDLGITEM,WIN_LOADICON,WIN_LOADIMAGE,WIN_GETDC,WIN_CREATEBRUSH.CREATEIMAGELIST
LOADIMAGE,LOADBITMAP,LOADBITMAPEX,OPENIMAGE,OPENBITMAP,CREATESOLIDBRUSH,CREATEHATCHBRUSH,CREATEFONT,LOADICON,WINDOW2BITMAP
WVW_DLGSETICON,WVW_CREATEDIALOGDYNAMIC,WVW_CREATEFONT,WVW_SETPOPUPMENU,WVW_CREATEMENU,WVW_CREATEPOPUPMENU,WVW_GETMENU
WVW_GETSYSTEMMENU,WVW_SBCREATE,WVW_TBCREATE
* contrib/gtwvw/hbgtwvw.h
! some new constants and defines updated to allow 64bits
********************************************


EMG
Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 03:06 PM

I can't access to the page, at this moment it doesn't work.

could you please send your version to my mail?

I will recomend Antonio to change to this build so xharbour users could work better with fivewin.

I'm very grateful for your help (I prove the sample with the 1.2.1 xharbour that the xharbour.org pagen offer and I get the spected messages, so I麓m shure that this especific version 1.2.3 July 2014 is the problem).

Saludos/Regards,

Jos茅 Murugosa

"Los errores en programaci贸n, siempre est谩n entre la silla, el teclado y la IA!!"
Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 03:07 PM

Sorry, my mail is jmurugosa@gmail.com

Saludos/Regards,

Jos茅 Murugosa

"Los errores en programaci贸n, siempre est谩n entre la silla, el teclado y la IA!!"
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 03:46 PM
- These recipients of your message have been processed by the mail server:
jmurugosa@gmail.com; Failed; 5.3.4 (message too big for system)

Remote MTA gmail-smtp-in.l.google.com: network error


- SMTP protocol diagnostic: 552-5.7.0 This message was blocked because its content presents a potential\r\n552-5.7.0 security issue. Please visit\r\n552-5.7.0 http://support.google.com/mail/bin/answ ... nswer=6590 to review our\r\n552 5.7.0 message content and attachment content guidelines. ey16si21796378wid.47 - gsmtp


EMG
Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 03:52 PM
Enrico Maria Giordano wrote:
- These recipients of your message have been processed by the mail server:
jmurugosa@gmail.com; Failed; 5.3.4 (message too big for system)

Remote MTA gmail-smtp-in.l.google.com: network error


- SMTP protocol diagnostic: 552-5.7.0 This message was blocked because its content presents a potential\r\n552-5.7.0 security issue. Please visit\r\n552-5.7.0 http://support.google.com/mail/bin/answ ... nswer=6590 to review our\r\n552 5.7.0 message content and attachment content guidelines. ey16si21796378wid.47 - gsmtp


EMG


Please send the zip, rar or exe file with the extention changed for example xharbour.ra_ xharbour.zi_ or xharbour.ex_ if file is less than 25 Mb will be transfered without problems.

At least that is what I use to do in this cases.

or you can upload it to a file server like box or mega or other and send the link

I麓m very sorry for the inconveniences, than you very much in advance.
Saludos/Regards,

Jos茅 Murugosa

"Los errores en programaci贸n, siempre est谩n entre la silla, el teclado y la IA!!"
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 04:19 PM

Sent.

EMG

Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: FWH 14.09 y xHarbour Compilation errors
Posted: Tue Nov 18, 2014 04:41 PM

Enrico!!

Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!! Thank you!!

It works beautifully!!!!!!!!

I don't know if I already tell you but, THANK YOUUUUU!!

Saludos/Regards,

Jos茅 Murugosa

"Los errores en programaci贸n, siempre est谩n entre la silla, el teclado y la IA!!"
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 14.09 y xHarbour Compilation errors (Solved)
Posted: Tue Nov 18, 2014 04:53 PM

EMG

:D

Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: FWH 14.09 y xHarbour Compilation errors (Solved)
Posted: Thu Nov 20, 2014 01:58 PM
Podr谩n hallar la versi贸n de xHarbour corregida en:

Foro de Novedades/What's New

Cito:

https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xHarbour%201.2.3%20Intl.%20(SimpLex)%20(Build%2020141106).zip
Saludos/Regards,

Jos茅 Murugosa

"Los errores en programaci贸n, siempre est谩n entre la silla, el teclado y la IA!!"
Posts: 610
Joined: Wed Oct 19, 2005 08:20 PM
Re: FWH 14.09 y xHarbour Compilation errors (Solved)
Posted: Fri Nov 21, 2014 01:49 PM

He instalado esta 煤ltima versi贸n y tampoco me muestra la l铆nea del error, aunque s铆 el nombre del archivo.
Estoy utilizando VERCE CW v.1.1
驴Os pasa igual a vosotros?

Un saludo,

Manuel



xH 1.2.3, FWH 23.07 32 bits, BC++ 7.4, xVerce CW 1.0, PellesC

Continue the discussion