Quote:
- what will be the (software) requirements to run the tool ? I guess Windows is the platform, but what about librairies (VB, .NET etc) ?
|
I'm thinking any system that can run windows xp can run this. The dev system I'm making it on is a 2ghz 1gb ram and 6200 nvidia screen size 1920x 1200. The docking system doesn't save screen layout yet. I'll probably add it as an option during the beta. This is a .net 2.0 project and the library is freely available at Microsoft's website and is included with widows update/ and is part of vistas basic install.
Quote:
- have you tried it with Wine, on Linux ? Not a requirement, finding a Windows platform is not hard, but something worth checking
|
Mono should work fine, no need to do anything special except install mono which is free.
Code:
- will you make the source code and compile instructions available ?
Not sure, when I started it was open, but then the whole team vacated before the first form was finished (And it was the account editor which was simple). Dr Shlock did the icon extraction work, mainly because I couldn't figure out why it was blowing the icons up past 40x40. After he left I redid sections of his code and modified the icons/pallets, but I still consider it his work as I could never get it to work as well as he did. Sesmar made an SQL engine, but I stripped it out when I rebuilt the whole program from scratch (Long story), Sesmar was invaluable when he got the Drag'n Drop to work properly. As for it being open, I'm sloppy, very very sloppy. And a lot of my comments are both offending and probably racist on some level. If I do release the source it will be after I consider the program finished (Not complete, just finished where the only thing left is optimization and condensation. That will give me a chance to remove said comments.) As for options, when it goes into beta, get on then and I'll probably add it in, especially if its a challenge.
I abandoned the mdi form, I two box and run the primary window on my dev machine. Since PEQ releases their DB, I lookup the info while playing and it helps to have it on screen when playing. I plan to make it a system tray icon only when I get it to the point of beta.