Search the web
Sign In
New User? Sign Up
mmtut · Multi-Media Tutorials
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
New file uploaded to mmtut   Message List  
Reply | Forward Message #398 of 421 |
RE: [mmtut] New file uploaded to mmtut

Hi,

I've started uploading a bunch of files today. The latest being:
/EZASPIE/ezaspie004.zip. A little explanation is probably in order.

I should probably note that I'm using the latest version of BCX and the MS
VC++ 6.0 compiler for this effort.

I'm planning to make some (at least one) programming tool based on several
projects that I've started in the past, a lot of ideas I've been formulating
for a lot of years, and a bunch of the BCX source code that's available on
the net.

I'm planning to build on the stuff that I was working on when I started
EZ-IDE before Andreas took over and made so many massive improvements on it.
I was trying to think of a name for the new effort and EZ AS PIE came to
mind.

I'm uploading the files as I go so I can have a record of how things
progressed and I'm thinking I may use them as the basis for some tutorial
material eventually - maybe even a book - who knows. I've not forgotten my
desire for creating multi-media training materials; I just don't have enough
time to do everything that I'd like to do. If I can document the process,
maybe someone else will be inclined to attack the tutorial presentation
aspect. Or, maybe I'll some day decide to allow myself to play with all the
cool stuff that is hiding inside of me and my PCs just hoping to get out.

Today I made 5 versions of a BCX GUI window program. It's not much to look
at, but I think it's a good start. Today's progress is the culmination of a
couple of years of procrastination. The primary focus has been on setting
up the foundation to build a much larger program on. I'm not exactly sure
where this is all heading, but with the completion of the last of these 5
programs, I'm pretty sure that the foundation is in place to support a
fairly massive program and if I can do half of what I'm wanting to do, it
will be a massive program (or set of programs).

The first version was a simple BCX EZ-GUI window program. Just a movable,
sizable form with minimize, maximize and close buttons. BCX makes this so
easy.

The second version added a file - exit menu. This menu structure is created
on the fly - not using a resource file.

The third version split the source code into two separate BCX source files
which were translated, compiled and then linked together to form the exe.

The fourth used the $PRJ stuff I've wanted to figure out for a year or two.
I finally got around to figuring it out - or should I say putting it into
practice. I think I figured it out a couple of years ago. I just have not
set down to use it till now.

The fifth, and final for today, added a makefile to direct the translation,
compilation and linkage of the program.

Now, I hope I'm ready to start making it do something. I want to create a
network aware browser that will have the ease of use and immersive feel of
the original Norton Commander. I've not had the feel of control over my
computer environment since Norton Commander reached the point where it could
no longer cope with the size of the hard drives. I have several more modern
NC clones, but they just don't seem to have the power of the original. I
think part of the problem is the multi-tasking nature of Windows has made me
want much more than I used to be satisfied with. I addition to being able
to navigate to anywhere I have network connectivity; I want to be able to
create and assemble source files into programs to do almost anything that
can be done with a computer.

I want to be able to graphically assemble the UI and rapidly create the code
behind it. There are lots of time saving techniques that can be applied to
this process and I want them all to be available to me from this one
interface: syntax highlighting, code completion, keyboard macros, source
code generation/expansion, snippet selection, structure
validation/correction and many more.

Some of the programs that I want to create involve the organization of data
that I've collected or can gather from the world around us that can be used
to simplify and enhance everyday living. I would then like to tackle some
of the more exotic creative endeavors like multi-media training materials
and music and art just for the fun of it.

David Garner




Sun May 22, 2005 3:04 am

dpgarner
Offline Offline
Send Email Send Email

Forward
Message #398 of 421 |
Expand Messages Author Sort by Date

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Send Email
May 22, 2005
1:51 am

Hi, I've started uploading a bunch of files today. The latest being: /EZASPIE/ezaspie004.zip. A little explanation is probably in order. I should probably...
David Garner
dpgarner
Offline Send Email
May 22, 2005
3:04 am

I'd like to welcome the new members. There's not much happening around here. Feel free to change that. I'm trying to get back the BCX momentum that I had a...
David Garner
dpgarner
Offline Send Email
May 30, 2005
1:19 pm

Looks like the project is missing some files, maybe .use files? John ... From: "David Garner" <dgarner@...> To: <mmtut@yahoogroups.com> Sent: Monday,...
John Jacques
johnj_01201
Offline Send Email
May 30, 2005
6:23 pm

John, ... I'm pretty sure the .use and .h files are created as part of the translation process. I know the order of translation is important since the .h...
David Garner
dpgarner
Offline Send Email
May 30, 2005
6:54 pm

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Send Email
May 25, 2005
1:33 am

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Send Email
Jun 4, 2005
1:46 am

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Send Email
Jun 4, 2005
1:47 am

Whoops. Sent the wrong file the first time. I deleted it (it's in the .zip file: /EZASPIE/ezaspiepelles.zip) This is a version to compile the ezaspie program...
David Garner
dpgarner
Offline Send Email
Jun 4, 2005
2:05 am

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Send Email
Jun 4, 2005
9:16 pm

This version : /EZASPIE/ezaspie006.zip has the code from the BCX Explorer sample added as several source files. It includes a Pelles C makefile since I have...
David Garner
dpgarner
Offline Send Email
Jun 4, 2005
9:27 pm

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Send Email
Jun 5, 2005
10:51 pm

/EZASPIE/ezaspie007.zip contains VC++ 6.0 (c.bat and ezaspie.mak) and Pelles C (p.bat and ezaspiePelles.mak) versions of batch and makefiles. Pelles C still...
David Garner
dpgarner
Offline Send Email
Jun 5, 2005
11:11 pm

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Send Email
Jun 13, 2005
12:17 am

File : /EZASPIE/ezaspie008.zip Same functionality as previous versions. This one is further busted up into smaller files (easier to get your mind around). No...
David Garner
dpgarner
Offline Send Email
Jun 13, 2005
12:23 am

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Send Email
Jun 14, 2005
2:00 am

File : /EZASPIE/ezaspie009.zip Right click context menu is now functional. C code has been ported to BCX. I had to condition a couple of function calls for...
David Garner
dpgarner
Offline Send Email
Jun 14, 2005
2:07 am
 First  |  |  Next > Last 
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help