[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: sicklittlemonkey <Nick.Westgate@gmail.com>
- Date: Mon, 28 Jul 2008 14:46:35 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-info: j1g2000prb.googlegroups.com; posting-host=122.26.191.153; posting-account=ocMTAAoAAABziOuhUYmP0k-Me1-z2y_3
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- References: <PA0jk.4817$KZ.2645@newsfe03.iad> <143zhcwom50ry$.bwnoaqf6hf2i$.dlg@40tude.net>
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2:1882
On Jul 28, 10:25 pm, "Jeff Blakeney"
<jeff.blake...@a2central.com.remove-12ih-this> wrote:
> To: Bill Buckels
>
> On Sun, 27 Jul 2008 10:35:11 -0500, Bill Buckels wrote:
> > "Jeff Blakeney" <jeff.blake...@a2central.com.remove-12bn-this> wrote in
> > message1ajfs9mczpu.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 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.
The problem for anyone who wants to enhance Ciderpress will likely not
be that it is written in C++, but that it uses MFC (MS Foundation
Classes) - which isn't included/licensed with the free versions of
Visual Studio. I.e. you must buy the dev environment first.
A great first step would be porting the UI to WxWidgets.
Cheers,
Nick.