> WEL tutorial steps 1/4 are ok, but when I start step 5 it doesn't display
> the dialog box. Displays it only in finalized version, but I need results
> also when developing.
This is because those examples require a windows resources to be linked to the
executable and the way to achieve that is to freeze your application.
> 3) In WEL tutorial step 5 there is the instruction
> create dc.make (create {WEL_FRAME_WINDOW}.make_top ("dummy"))
> that seems useless. Is it a trick?
Because WEL is not void-safe friendly and that we chose not to break its interface
and its examples, it sometimes requires you to create properly set attributes
before terminating the initialization of the Current object.
I do not want to downgrade WEL, but I would certainly recommend looking into
EiffelVision which is much simpler to use than WEL and is portable among our
various supported platforms.
> Environment: Windows 2000 SP4 + EiffelStudio 6.4 with Borland compiler
> provided with installatin
We have dropped support for Borland a few releases ago. We currently use MinGW
when you do choose not to use the Microsoft C compiler.
Regards,
Manu