all samples explbar*.prg are not working with the new release
oExBar = TExplorerBar():New()

best regards
Uwe

METHOD Initiate( hDlg ) INLINE ::Super:Initiate( hDlg ), SetText( ::cCaption ), ::Default() METHOD Initiate( hDlg ) INLINE ::Super:Initiate( hDlg ), ::SetText( ::cCaption ), ::Default()
Dutch,
Here it is working fine. I just tested it.
Please to to samples samples\folder and do:
buildh.bat testuni2
buildx.bat testuni2testuni2.prg(1) Error E0016 Syntax error: ''
Antonio Linares wrote:Dutch,
Here it is working fine. I just tested it.
Please to to samples samples\folder and do:
buildh.bat testuni2
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
Mr. Rao is testing with xHarbour and he says that unicode is working fine with xHarbour too
So lets wait for his advise ![]()
Please, file save as UFT-8 - NO BOM and try
cnavarro wrote:Please, file save as UFT-8 - NO BOM and try
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
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


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
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