1. Euphoria and Windows resources
I don't know whether the question has been asked before: if one already
has something like Borland's Resource Workshop, or Delphi, with which
graphic Windows interfaces can be designed easily, is there some way to
take a resulting .RC or .RES files and somehow link them to Euphoria? Or
if this possibility does not yet exist, is this something that somebody
should try to implement?
RZ
2. Re: Euphoria and Windows resources
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01BDD821.E9C466C8
charset="iso-8859-1"
Robert wondered:
>... is there some way to take a resulting .RC or .RES file
> and somehow link them to Euphoria?
Yes, it is certainly feasible.
I chose not to take that approach with Win32Lib, mainly because not everyone
*has* a resource compiler. But dialog windows would have been a lot easier
if I had taken that route. A lot of stuff is done automagically for you with
resources - tab order, hot keys, etc. And I wouldn't have to worry about
writing a graphical designer.
LCC (a freeware Win32 C compiler) comes with a free resource compiler.
-- David Cuny
------_=_NextPart_001_01BDD821.E9C466C8
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2232.0">
<TITLE>RE: Euphoria and Windows resources</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>Robert wondered:</FONT>
</P>
<P><FONT SIZE=3D2>>... is there some way to take a resulting .RC or =
.RES file </FONT>
<BR><FONT SIZE=3D2>> and somehow link them to Euphoria?</FONT>
</P>
<P><FONT SIZE=3D2>Yes, it is certainly feasible.</FONT>
</P>
<P><FONT SIZE=3D2>I chose not to take that approach with Win32Lib, =
mainly because not everyone *has* a resource compiler. But dialog =
windows would have been a lot easier if I had taken that route. A lot =
of stuff is done automagically for you with resources - tab order, hot =
keys, etc. And I wouldn't have to worry about writing a graphical =
designer.</FONT></P>
<P><FONT SIZE=3D2>LCC (a freeware Win32 C compiler) comes with a free =
resource compiler.</FONT>
</P>
<P><FONT SIZE=3D2>-- David Cuny</FONT>
</P>
</HTML>
------_=_NextPart_001_01BDD821.E9C466C8--
3. Re: Euphoria and Windows resources
Robert J. Zydenbos wrote:
> I don't know whether the question has been asked before: if one
> already has something like Borland's Resource Workshop, or Delphi,
> with which graphic Windows interfaces can be designed easily,
<advert>
If you want to make a simple window with some controls on it, then use
my Visual Win32lib program:
Version 0.5 (coming soon) will have limited code editing and a more
VB-like interface.
Hope this is roughly what you're looking for,
Stephen
</advert>
--
Stephen Spencer
stephen.spencer at usa.net
http://members.xoom.com/sspencer
ICQ#: 14614461