FWH 14.09 y xHarbour Compilation errors (Solved)

FWH 14.09 y xHarbour Compilation errors (Solved)

Postby jose_murugosa » 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.
Last edited by jose_murugosa on Tue Nov 18, 2014 4:50 pm, edited 1 time in total.
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
User avatar
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Re: FWH 14.09 y xHarbour Compilation errors

Postby Enrico Maria Giordano » 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
User avatar
Enrico Maria Giordano
 
Posts: 8332
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: FWH 14.09 y xHarbour Compilation errors

Postby jose_murugosa » Tue Nov 18, 2014 1:52 pm

Aqui tienes un ejemplo sencillo

https://app.box.com/s/wjvzxctxf3xmhy24ctup
User avatar
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Re: FWH 14.09 y xHarbour Compilation errors

Postby Enrico Maria Giordano » Tue Nov 18, 2014 2: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
User avatar
Enrico Maria Giordano
 
Posts: 8332
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: FWH 14.09 y xHarbour Compilation errors

Postby jose_murugosa » Tue Nov 18, 2014 2: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
FWH + Harbour + Bcc7. Una seda!
User avatar
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Re: FWH 14.09 y xHarbour Compilation errors

Postby Enrico Maria Giordano » Tue Nov 18, 2014 2: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
User avatar
Enrico Maria Giordano
 
Posts: 8332
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: FWH 14.09 y xHarbour Compilation errors

Postby jose_murugosa » Tue Nov 18, 2014 3: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
FWH + Harbour + Bcc7. Una seda!
User avatar
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Re: FWH 14.09 y xHarbour Compilation errors

Postby jose_murugosa » Tue Nov 18, 2014 3:07 pm

Sorry, my mail is jmurugosa@gmail.com
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
User avatar
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Re: FWH 14.09 y xHarbour Compilation errors

Postby Enrico Maria Giordano » Tue Nov 18, 2014 3: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
User avatar
Enrico Maria Giordano
 
Posts: 8332
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: FWH 14.09 y xHarbour Compilation errors

Postby jose_murugosa » Tue Nov 18, 2014 3: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.
User avatar
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay


Re: FWH 14.09 y xHarbour Compilation errors

Postby jose_murugosa » Tue Nov 18, 2014 4: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
FWH + Harbour + Bcc7. Una seda!
User avatar
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay


Re: FWH 14.09 y xHarbour Compilation errors (Solved)

Postby jose_murugosa » Thu Nov 20, 2014 1: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
FWH + Harbour + Bcc7. Una seda!
User avatar
jose_murugosa
 
Posts: 1144
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Re: FWH 14.09 y xHarbour Compilation errors (Solved)

Postby Manuel Aranda » Fri Nov 21, 2014 1: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
User avatar
Manuel Aranda
 
Posts: 602
Joined: Wed Oct 19, 2005 8:20 pm
Location: España


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 23 guests

cron