New FWH 15.09

New FWH 15.09

Postby Antonio Linares » Sat Sep 26, 2015 8:24 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41288
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 15.09

Postby ukoenig » Sat Sep 26, 2015 1:39 pm

Dear Antonio,

all samples explbar*.prg are not working with the new release

oExBar = TExplorerBar():New()

Image

best regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: New FWH 15.09

Postby nageswaragunupudi » Sat Sep 26, 2015 3:25 pm

There is a bug in \source\classes\urllink.prg

In line 30:
For
Code: Select all  Expand view
  METHOD Initiate( hDlg ) INLINE ::Super:Initiate( hDlg ), SetText( ::cCaption ), ::Default()
 

substitute
Code: Select all  Expand view
  METHOD Initiate( hDlg ) INLINE ::Super:Initiate( hDlg ), ::SetText( ::cCaption ), ::Default()
 
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10242
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New FWH 15.09

Postby dutch » Mon Sep 28, 2015 5:03 am

Dear Antonio,

I've still got problem when compile in "samples\testuni2.prg" as picture. I choose UTF-8 and save already.
What is the problem?
Image
image uploading
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: New FWH 15.09

Postby Antonio Linares » Mon Sep 28, 2015 6:52 am

Dutch,

Here it is working fine. I just tested it.

Please to to samples samples\folder and do:

buildh.bat testuni2
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41288
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 15.09

Postby dutch » Mon Sep 28, 2015 7:32 am

Dear Antonio,

I use
Code: Select all  Expand view
buildx.bat testuni2

I've got an error in "warnings.log" as below.
Code: Select all  Expand view

testuni2.prg(1) Error E0016  Syntax error: ''
 


I got the same error as previous as Canavaro mention. I try to open with notepad.exe or edit in Dos mode and save. It's still the same.
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31302
Image
free image upload
Antonio Linares wrote:Dutch,

Here it is working fine. I just tested it.

Please to to samples samples\folder and do:

buildh.bat testuni2
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: New FWH 15.09

Postby Antonio Linares » Mon Sep 28, 2015 8:04 am

Dutch,

With Harbour works fine and xHarbour fails, I just tested it.

So it seems as a xHarbour bug.

Could you try it with Harbour ? Its easier than you think
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41288
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 15.09

Postby Antonio Linares » Mon Sep 28, 2015 8:57 am

Mr. Rao is testing with xHarbour and he says that unicode is working fine with xHarbour too

So lets wait for his advise :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41288
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 15.09

Postby cnavarro » Mon Sep 28, 2015 9:11 pm

Please, file save as UFT-8 - NO BOM and try
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: New FWH 15.09

Postby dutch » Tue Sep 29, 2015 5:04 am

Dear Canavarro,

I open and save as UTF-8 in UE and Notepad but it got the sample. I try the Ramesh's Sample code, it got the same error.
What does "NO BOM" mean?
cnavarro wrote:Please, file save as UFT-8 - NO BOM and try
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: New FWH 15.09

Postby RAMESHBABU » Tue Sep 29, 2015 6:04 am

Dear Mr.Dutch,

Plz. follow these steps:

Block and copy my Program into notepad.

Save it.

Open it using MsDOS Edit

You will find Some unusal characters before Include "Fivewin.ch"

Just delete them and save it.

Now compile/Link using your Buildx.bat as usually.

That is all.

Regards,

-Ramesh Babu P
User avatar
RAMESHBABU
 
Posts: 614
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India

Re: New FWH 15.09

Postby cnavarro » Tue Sep 29, 2015 7:01 am

dutch wrote:Dear Canavarro,

I open and save as UTF-8 in UE and Notepad but it got the sample. I try the Ramesh's Sample code, it got the same error.
What does "NO BOM" mean?
cnavarro wrote:Please, file save as UFT-8 - NO BOM and try


Look

Image
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: New FWH 15.09

Postby dutch » Tue Sep 29, 2015 7:08 am

Dear Canavarro,

I have not any choice as your screen but I follow as Ramesh mention. I can compile now but it doesn't convenience, because I have to delete the header character everytime.
Image
photos upload
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: New FWH 15.09

Postby nageswaragunupudi » Tue Sep 29, 2015 7:45 am

Duch

What editor do you normally use for writing your programs?

You may need notepad or some other such programs only if you want to type in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom
Hereafter well save our samples without bom, to enable xharbour users also to test them
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10242
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: New FWH 15.09

Postby nageswaragunupudi » Tue Sep 29, 2015 7:46 am

Duch

What editor do you normally use for writing your programs?

You may need notepad or some other such programs only if you want to type in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom
Hereafter well save our samples without bom, to enable xharbour users also to test them
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10242
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Next

Return to FiveWin for Harbour/xHarbour

Who is online

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