1. Learning Win32 programming with Euphoria

Hi, Everybody

Does anyone give me a tips about learning Win32 programming with Euphoria ?
Just an information to found some example to build an application. ( more than
useful info contain in Win32lib docs )

Thanks

new topic     » topic index » view message » categorize

2. Re: Learning Win32 programming with Euphoria

There ARE a lot of win32lib demos.... have you looked at some of them?


On Tue, 14 Dec 2004 00:02:11 -0800, Umberto Capasso
<guest at rapideuphoria.com> wrote:
> 
> posted by: Umberto Capasso <u.capasso at sitspa.it>
> 
> Hi, Everybody
> 
> Does anyone give me a tips about learning Win32 programming with Euphoria ?
> Just an information to found some example to build an application. ( more than
> useful info contain in Win32lib docs )
> 
> Thanks
> 
> 
> 
> 


-- 
MrTrick

new topic     » goto parent     » topic index » view message » categorize

3. Re: Learning Win32 programming with Euphoria

what is it in particular u want to know about win32 coding?, flags,
styles etc etc??


On Tue, 14 Dec 2004 20:34:11 +1100, Patrick Barnes <mrtrick at gmail.com> wrote:
> 
> There ARE a lot of win32lib demos.... have you looked at some of them?
> 
> On Tue, 14 Dec 2004 00:02:11 -0800, Umberto Capasso
> <guest at rapideuphoria.com> wrote:
> >
> > posted by: Umberto Capasso <u.capasso at sitspa.it>
> >
> > Hi, Everybody
> >
> > Does anyone give me a tips about learning Win32 programming with Euphoria ?
> > Just an information to found some example to build an application. ( more
> > than
> > useful info contain in Win32lib docs )
> >
> > Thanks
> >
> >
> -- 
> MrTrick
> 
>

new topic     » goto parent     » topic index » view message » categorize

4. Re: Learning Win32 programming with Euphoria

Just an example of complete application with a little commented code
( more or less ) for building my simple application (for the first instance ) 
for learning more complex one

thanks 

spent memory wrote:
> 
> what is it in particular u want to know about win32 coding?, flags,
> styles etc etc??
> 
> 
> On Tue, 14 Dec 2004 20:34:11 +1100, Patrick Barnes <mrtrick at gmail.com>
> wrote:
> > 
> > There ARE a lot of win32lib demos.... have you looked at some of them?
> > 
> > On Tue, 14 Dec 2004 00:02:11 -0800, Umberto Capasso
> > <guest at rapideuphoria.com> wrote:
> > >
> > > posted by: Umberto Capasso <u.capasso at sitspa.it>
> > >
> > > Hi, Everybody
> > >
> > > Does anyone give me a tips about learning Win32 programming with Euphoria
> > > ?
> > > Just an information to found some example to build an application. ( more
> > > than
> > > useful info contain in Win32lib docs )
> > >
> > > Thanks
> > >
> > >
> > -- 
> > MrTrick
> > 
> >

new topic     » goto parent     » topic index » view message » categorize

5. Re: Learning Win32 programming with Euphoria

It doesn't get any simpler than EX01.exw, in the win32lib demos directory.
Is that what you are after?


On Tue, 14 Dec 2004 02:51:40 -0800, Umberto Capasso
<guest at rapideuphoria.com> wrote:
> 
> 
> posted by: Umberto Capasso <u.capasso at sitspa.it>
> 
> Just an example of complete application with a little commented code
> ( more or less ) for building my simple application (for the first instance )
> for learning more complex one
> 
> thanks
> 
> spent memory wrote:
> >
> > what is it in particular u want to know about win32 coding?, flags,
> > styles etc etc??
> >
> >
> > On Tue, 14 Dec 2004 20:34:11 +1100, Patrick Barnes <mrtrick at gmail.com>
> > wrote:
> > >
> > > There ARE a lot of win32lib demos.... have you looked at some of them?
> > >
> > > On Tue, 14 Dec 2004 00:02:11 -0800, Umberto Capasso
> > > <guest at rapideuphoria.com> wrote:
> > > >
> > > > posted by: Umberto Capasso <u.capasso at sitspa.it>
> > > >
> > > > Hi, Everybody
> > > >
> > > > Does anyone give me a tips about learning Win32 programming with
> > > > Euphoria ?
> > > > Just an information to found some example to build an application. (
> > > > more than
> > > > useful info contain in Win32lib docs )
> > > >
> > > > Thanks
> > > >
> > > >
> > > --
> > > MrTrick
> > >
> > >
> 
> 
> 


-- 
MrTrick

new topic     » goto parent     » topic index » view message » categorize

6. Re: Learning Win32 programming with Euphoria

Ok, I see this, but I need some explanation about some most used control
 -- do you have a book title for me ? 

Thanks

new topic     » goto parent     » topic index » view message » categorize

7. Re: Learning Win32 programming with Euphoria

Euphoria doesn't have a lot of literature, because there are few
people who use it compared to C++, etc...

If there's a feature you want to know how to do, run each demo til you
find one that does it, then open it up and look at how it does it.


On Tue, 14 Dec 2004 03:15:00 -0800, Umberto Capasso
<guest at rapideuphoria.com> wrote:
> 
> 
> posted by: Umberto Capasso <u.capasso at sitspa.it>
> 
> Ok, I see this, but I need some explanation about some most used control
>  -- do you have a book title for me ?
> 
> Thanks
> 
> 
> 
> 


-- 
MrTrick

new topic     » goto parent     » topic index » view message » categorize

8. Re: Learning Win32 programming with Euphoria

Ok Patrick

I will do that

Thanks

new topic     » goto parent     » topic index » view message » categorize

9. Re: Learning Win32 programming with Euphoria

On Tue, 14 Dec 2004 04:20:43 -0800, Umberto Capasso
<guest at rapideuphoria.com> wrote:
> Ok Patrick
> 
> I will do that

If you can't figure a demo out, then people on the forum can help you.

-- 
MrTrick

new topic     » goto parent     » topic index » view message » categorize

10. Re: Learning Win32 programming with Euphoria

Umberto:

  You might take a look at the docs. in my w32engin.ew windows
library it may help you to understand windows programming.

Bernie

My files in archive:
w32engin.ew mixedlib.e eu_engin.e win32eru.ew

Can be downloaded here:
http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan

new topic     » goto parent     » topic index » view message » categorize

11. Re: Learning Win32 programming with Euphoria

I know your library, in fact now I read this 
very useful 

Thanks

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu