cs481-ekh / s24--1

Boise State University's CS Senior Design Project for Team -1 - Descent Genealogy Program Redesign
MIT License
0 stars 0 forks source link

Input: Separate Data Input Entry #22

Open peterbusche opened 9 months ago

peterbusche commented 9 months ago

As a user, I want to easily input data into this project and have its entry separate from the executable for modularity

Size: medium

Definition of Done

peterbusche commented 8 months ago

-Setting up Windows XP VM, Windows 7 VM, and Windows 10 VM to determine which one can install python 2.4, GCC 5.0, and a depreciated version of Microsoft Visual Studio from 2005 with the intent of trying to build the old Descent program.

[t:120]

peterbusche commented 8 months ago

-Hunting down errors in Windows XP when trying to use Descent installer. -Finding MSVC71.dll file online and adding it to system32 folder to get Descent to install and work.

[t:120]

peterbusche commented 8 months ago

-Converting python 2.4 code to python3.12 with python function "2to3" -Determining which python2.4 libraries are depreciated, which ones were absorbed, which ones no longer exist. -For libraries that were absorbed by another(e.g. numarray absorbed by numpy), determining if the functions are the same.

[t:120]