[Logic-security-developers] Project Work
Brought to you by:
computergeek693
From: G M B. <bo...@uo...> - 2005-08-22 23:05:33
|
Ok, let's get some stuff started. I am working on getting the project to work under linux. I should have a nice, simple makefile for the project posted to cvs either this evening or tomorrow night. The first issue that comes to mind is the use of the conio.h and dos.h headers. They need to be taken out, and the parts of the project that rely on them need to be re-written. We're not trying to port the project here, because most of it is fairly standard. We're just trying to take out the stuff that will cause it to be limited to one platform. Once we get a lot of work done for the next release, we can probably expect that some system-specific stuff is going to be added in for functionality on the target platforms. Does anyone have any thoughts or suggestions on this process? In addition, we should probably start discussing how we would like to break the program down into classes. Has everyone had a chance to go through the source and get a feel for it yet? -Matt |