[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Transferring program to .dsk image on Win32?
- Subject: Re: Transferring program to .dsk image on Win32?
- From: "Jeff Blakeney" <jeff.blakeney@a2central.com.remove-12ih-this>
- Date: Mon, 28 Jul 2008 09:25:48 -0400
- In-reply-to: <PA0jk.4817$KZ.2645@newsfe03.iad>
- Newsgroups: comp.sys.apple2
- Organization: A2Central.com
- References: <PA0jk.4817$KZ.2645@newsfe03.iad>
- User-agent: 40tude_Dialog/2.0.15.1
- Xref: g2news1.google.com comp.sys.apple2:1879
To: Bill Buckels
On Sun, 27 Jul 2008 10:35:11 -0500, Bill Buckels wrote:
> "Jeff Blakeney" <jeff.blakeney@a2central.com.remove-12bn-this> wrote in
> message 1ajfs9mczpu.13c017cgm9q4v.dlg@40tude.net">news:1ajfs9mczpu.13c017cgm9q4v.dlg@40tude.net...
>
>> CiderPress does a much better job overall. I have thought of looking at
>> the source to see if I could add a tree view but seeing as it is written
>> in C++ that probably won't happen.
>
> To me it wouldn't be worth the time. C++ is not a problem for me, but I
> always figure on things like this that if it was easy the original version
> would have included the feature. I am lazy in this way:) I'd rather spend my
> time doing kiddie games and graphics and music for the Apple II.
I learned C in college about 20 years ago. They actually taught us 8088
assembly language first because it was easier to learn. :-)
I haven't used C since except to figure convert some small code snippets
in C to something else. C++ and C# I've never even looked at.
Treeviews in Windows aren't the easiest things to deal with but I have
written some routines that make it easier to load data into them. Same
goes for the report view that CiderPress already uses.