Hello people,
this is my disk tool from 1998.
Nothing changed to my older upload,
excepting that
1) I removed a strange "stdafx.h" header, which is made by Visual C++, such that the source code is more C++ universal, and can or should run on any compiler.
2) I newly compiled the disktool into three version, to make sure it is indeed statically linked and runs on your machine:
a) 64bit Windows, statically linked: "disk.exe".
b) 32bit Windows, statically linked:
"disk_32bit.exe".
b) 64bit Windows, dynamically linked:
"disk_dynamically_linked.exe",
if you have Visual Studio Express 2015 installed on your machine.
The project file "disk.sln" is for Visual C++ 2015.
***
Code is from 1998, excpetionally maybe some bytes.
For example, assembler and disk tool I isolated 2011 from my C64Connect/PCConnect project such that the source code is more universal. So I changed for example from the Microsoft Foundation Class, CFile, to standard c++ libraries.
But this is no progess and so nothing new, just an adaption to a universal platforms.
I feel more comfortable with the "real" or "essential" realase date 1998. (at my home)
I did not update the old uploads, to keep the old download counters.
But maybe they would not reset, I intended to check out.
***
NEWER UPLOAD = NEWER VERSION! |