1. Learning Win32 programming with Euphoria
- Posted by Umberto Capasso <u.capasso at sitspa.it> Dec 14, 2004
- 623 views
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
2. Re: Learning Win32 programming with Euphoria
- Posted by Patrick Barnes <mrtrick at gmail.com> Dec 14, 2004
- 588 views
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
3. Re: Learning Win32 programming with Euphoria
- Posted by spent memory <spent.memory at gmail.com> Dec 14, 2004
- 593 views
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 > >
4. Re: Learning Win32 programming with Euphoria
- Posted by Umberto Capasso <u.capasso at sitspa.it> Dec 14, 2004
- 575 views
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 > > > >
5. Re: Learning Win32 programming with Euphoria
- Posted by Patrick Barnes <mrtrick at gmail.com> Dec 14, 2004
- 585 views
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
6. Re: Learning Win32 programming with Euphoria
- Posted by Umberto Capasso <u.capasso at sitspa.it> Dec 14, 2004
- 576 views
Ok, I see this, but I need some explanation about some most used control -- do you have a book title for me ? Thanks
7. Re: Learning Win32 programming with Euphoria
- Posted by Patrick Barnes <mrtrick at gmail.com> Dec 14, 2004
- 597 views
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
8. Re: Learning Win32 programming with Euphoria
- Posted by Umberto Capasso <u.capasso at sitspa.it> Dec 14, 2004
- 625 views
Ok Patrick I will do that Thanks
9. Re: Learning Win32 programming with Euphoria
- Posted by Patrick Barnes <mrtrick at gmail.com> Dec 14, 2004
- 615 views
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
10. Re: Learning Win32 programming with Euphoria
- Posted by Bernie Ryan <xotron at bluefrog.com> Dec 14, 2004
- 672 views
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
11. Re: Learning Win32 programming with Euphoria
- Posted by Umberto Capasso <u.capasso at sitspa.it> Dec 14, 2004
- 671 views
I know your library, in fact now I read this very useful Thanks