Página 1 de 1

Xailer 5.03 .... Compile error on all projects??

Publicado: Jue Mar 29, 2018 9:22 pm
por ChrisGillard
Hi,

I am using my Xailer 5.03 for the first time for maybe 3 or 4 months .... none of my projects will compile with the following error to the screen.

I have deleted all project objs and doing a BUILD

This project is a test and is new with one form and Hello World label ... this is the error

I have some urgent changes to do to a project so I would like your thoughts.

Nothing much has happened to my PC, Windows 10, 3 or 4 months of Microsoft updates and usual installs and uninstalls.

Thanks

Chris

[img]
29-03-2018 20-14-26.png
29-03-2018 20-14-26.png (10.16 KiB) Visto 38214 veces
[/img]

Re: Xailer 5.03 .... Compile error on all projects??

Publicado: Vie Mar 30, 2018 12:22 am
por jfgimenez
Hi Chris,

that error is caused by a wrong version of MinGW. You probably has another MinGW version in your path, or you've updated Xailer ontop an old Xailer version without updating Harbour.

Please, delete your hb32 folder which is in Xailer folder, and download and install our Harbour distro again (http://www2.xailer.com/download/?file=2). Also be sure you have not another MinGW in your path.

Re: Xailer 5.03 .... Compile error on all projects??

Publicado: Vie Mar 30, 2018 7:49 am
por ChrisGillard
Hi Jose,

Thank you very much for the very quick reply.

I will examine my pathing and reinstall your Harbour distro.

I will report back in a couple of hours.

Thank you.

Chris

Re: Xailer 5.03 .... Compile error on all projects??

Publicado: Vie Mar 30, 2018 10:03 am
por ChrisGillard
Hi Jose,

I did what you say ...

Deleted hb32 in \xailer5

Removed all reference to mingw in Environment vars

Install from your link

Xailer Tools paths look OK.

Environment paths .... new c:\xailer5\hb32\comp\mingw\bin at top ... as it should be, probably.

Still get error ...
Now.png
Now.png (18.86 KiB) Visto 38185 veces
The path in the error box does say its looking in the right place!!

I'm very stuck so any help possible would be good.

Thank you.

Chris

Re: Xailer 5.03 .... Compile error on all projects??

Publicado: Vie Mar 30, 2018 12:13 pm
por ignacio
Hello Crhis,

I suggest you temporary rename any MinGW directory except the one you should use.

Regards,

Re: Xailer 5.03 .... Compile error on all projects??

Publicado: Vie Mar 30, 2018 12:57 pm
por ChrisGillard
Hi Ignacio,

Thank you both for helping with this.

I have installed Xailer5 on my laptop as a Demo and I am doing better for now. I am happy to have the program run under the IDE at the moment as its me that needs to use it to get a job done for a Customer.

In UK it is 'Easter Friday' which is a 'Bank Holiday' where most people are not working today .... are you working today in Spain? If you are I might even reinstall Xailer5 on this Desktop PC and start again.

What do you think?

Chris

Re: Xailer 5.03 .... Compile error on all projects??

Publicado: Vie Mar 30, 2018 1:14 pm
por jfgimenez
Chris,

yes, it's holiday here in Spain too ;-)

Perhaps you've downloaded a wrong Harbour. Please, download it from the button "Download the file" at the URL I've sent before, not from the green arrow which is at the bottom. The filename must be "harbour32setup4.exe". Also, be sure all paths are right in the IDE's options dialog.

Re: Xailer 5.03 .... Compile error on all projects??

Publicado: Vie Mar 30, 2018 3:17 pm
por ChrisGillard
Hi Jose & Ignacio,

Well if it is a holiday in Spain, I think you should do that!

I can compile in demo mode from my laptop and use it in the IDE which will rescue my day.

I can confirm that I have used the .....Harbour32Setup4.exe file.

My plan at some stage will be to Uninstall Xailer on my PC and start again .... but not today or for a few days.

Thank you very much for you help last night and today.

Much appreciated.

Regards

Chris

Re: Xailer 5.03 .... Compile error on all projects??

Publicado: Mié May 16, 2018 1:04 pm
por orangesocks
Hi Chris,
I got the same error here and after reading here https://stackoverflow.com/questions/726 ... ed#7264538, I found out that a copy of libiconv-2.dll was in my C:\Windows\sysWOW64 folder ( I'm on Win10 64bit).
After removing the dll the error disappeared.

HTH Giuseppe