[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transferring program to .dsk image on Win32?



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.