FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour UESTUDIO & BRW differential?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
UESTUDIO & BRW differential?
Posted: Thu Jun 17, 2010 11:10 PM
Dear All,

First I use UESTUDO '06 for code editor only but I would like to use (RESEDIT) also. It will make me easier life.

I just test to use UESTUDIO '06 to edit .RC file but I got the error while compile.
--------------------Configuration: ezlic - Release--------------------
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.

Error EZLIC.RC 4321 40: Expecting END
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unable to open file 'EZLIC.RES'
ezlic.EXE - 2 error(s), 0 warning(s)

I've found the new additional from UES is ", ES_DISPLAY_REQUIRED". It like BRC32 is not fully support UES.
EDITTEXT 103, 90, 38, 30, 12, ES_DISPLAY_REQUIRED

If I change from BRW to use UES fully.
How do I make all compatible?

Thanks for any idea and help.
Regards,

Dutch



FWH 2304 / 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)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: UESTUDIO & BRW differential?
Posted: Fri Jun 18, 2010 04:58 PM

Dutch,

Please try this:

define ES_DISPLAY_REQUIRED 0

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: UESTUDIO & BRW differential?
Posted: Sat Jun 19, 2010 10:35 PM

Dear Antonio,

It works fine now.

Thank you.

Regards,

Dutch



FWH 2304 / 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)

Continue the discussion