On Friday, March 1, 2013 1:45:05 AM UTC-5, Trifle Menot wrote:
>
> Seems like a good time to discuss our respective goals. We perhaps have
> some in common, but not all.
*nods*
> On this project I'm like an archaeologist. I want to sift through the
> ruins without disturbing them. Trying to clean up the build system is
> futile, it's a big mess that cannot be fixed. I don't want to obscure
> its history with aesthetic changes that don't fix bugs. Such as:
> ..snip..
Fair enough. Not sure my goals. For the 15+ years I was seeking the source,
my mental model was "pull it current!". Now my goal is just to hack on it.
I actually have a source tree where I ported all the ASM to 32bit and was
at least somewhat successful in linking it with visual studio after dropping
out all the c0 stuff.... that code is actually to the point of needing to
re-implement the console handling ansi assembly code in C... but that tree is
dead to me for now.
So .. if anything my goal is a streamlined tree that can build against BC31
and build the entire package (setup and all). In part for nostalgia and in
part for a baseline for future hacking on it with a good known baseline.
> Don't get me wrong, I appreciate your work on pplc. But once I study it
> and understand what you did, I may revise it and release v0.006.
Sure enough... I'd be interested in seeing any adaptation you make there.
> di.bat and dobc31.bat worked well for me, but not when distributed to
> other environments. So now I've merged them into one file, pcbsrc.baz,
> which is copied to pcbsrc.bat where local changes are kept.
Completely agree with that... in part that's why I've moved to a git
repository here. I'd started creating scripts for managing my local enviro
outside of the distribution tree for exactly that purpose while maintaining
the "external" view.
> How to proceed, I'm not sure. One step at a time I guess ...
Indeed.
As an aside, I read earlier threads re: copyright. I ended up finding
some mention that fred had tried to sell the source rights for 40k under
another company name post-bankrupcy. Then other indications that Zion bank
owned the rights... did you ever find out anything any different? Zero
intention here other freely sharing code.. just trying to evaluate personal
liability when sharing ~18 year old dead code from a dead company with an
effectively dead user base.
Personally I'd really love to see a drop-in data file compatible version
with native tcp/ip and no comm support for modern OSes exist. The one person
who cares probably would enjoy it anyway. :-)
-e