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.