BenjaminKalytta, on Apr 6 2005, 04:33 AM, said:
So eveyone, what should I do now?
Fact is, Im not able to continue my work as fast as in past which means, it would take long time until new features will be added in future.
It's not a problem. As a software developer myself, I do understand that it is very time consuming. Your studies should take precedence though, and I will not try to convince you otherwise. But, if you need help writing the code due to your personal situation, I can personally lend you a hand, but I don't understand Windows programming all that well myself. I understand C, but not C on Windows because most of my software programming experience in C is on the Unix platform. I am learning though. Also, my plate is also a little full right now too.
Quote
Quote
Don't think that because people don't post a whole lot doesn't mean that they don't use it.
Hmm, of course it doesn't necessarily mean this, but it is an indication.
I think more people would use WIHU if there were an WIHU Ini file creation tool for easy manipulating the ini file. But currently there is no time to create this.
Once again, this is quite understandable. But another poster mentioned this before, but maybe the reason that you do not hear alot about your tool is probably because people don't have problems with it...which is a good thing. I can only speak for myself, but I only speak up if I want a new feature, find a bug, or have some other problem with it.
midiboy, on Apr 6 2005, 07:16 AM, said:
Maybe the ini creation tool could come from someone else ?
Maybe the ini creation tool is indeed more important than Wihu 3.0 though to get more people to use it.
I agree, but it cannot be done in VBScript unless you use a prepared source file so that the script can convert it over to the ini format. I did something similar with my XPlode XML code generator, which I'm still working on, but the ini file format presents some odd programming problems. Any ini creation tool would make it easier to use WIHU, but the tool itself would need to be easy to use.
I just thought of something...Taking a page from WPI, why not have the creation tool embedded inside WIHU? There you could just highlight an item, right click to edit, and have a dialog box popup...Or add new sub-tree, etc..., etc.., etc...
Quote
Quote
So what I do is select the options with WIHU and use XPlode to install them.
Hmm, does it mean, installation done by XPlode is better than WIHU installation routine? If yes, what do you miss in WIHU?
The main thing that XPlode has going for it is that it is more visually appealing than WIHU. But, for user interface ease of use, WIHU beats XPlode. I'm sorry, but XPlode's UI for the select install is...lacking, IMO. On my setup, because XPlode does not support conditionals on an unattended install, I use WIHU to call a script file with an index. From there, it automatically generates the needed data file and converts them to XML format for installation under XPlode during the RunOnceEX installation at first login (I call it Phase 3). WIHU runs at the T-12 portion of the setup (I call it Phase 2) and all the needed files get built at that time.
Quote
Quote
Hmm... Now that I have VS2K3, I might try a couple of things with the source code...
Believe me, changing anything in my code is more difficult from day to day;)
Benjamin Kalytta
<{POST_SNAPBACK}>
Not to discount your programming abilities, and I'm
not trying to be rude or insulting, but I do have some constructive critisim about your source code. The one glaring problem that I have with it is the fact that there are almost no comments in the code. For someone like me who is new to Windows programming, that would be a big help in following the logic of the program.
midiboy, on Apr 6 2005, 07:16 AM, said:
Hello.
Quote
First of all ... maybe Benjamin would be more inclined to continue development of Wihu if all of you guys actually using his tool on a regular basis would make a little donation. I still can´t believe that I am the only one who did that so far. I just feel that if I am relying on a tool that someone created using lots and lots of time and effort he should at least be able to get a few beer for free or go to the movies ...
That brings up a good point, but how? There is no way to specify a donation that I could see. Futhermore, I would buy him a few beers or take him out to a movie or two, but I'm in the United States. So right now the only thing that I can offer is to help work on the software.
Benjamin:
And I have a really good idea about the software architecture of WIHU... I noticed in your source code that you are using monilithing programming practices. Why not use objects? This type of application would be much easier to implement I think. I'll email my ideas to you.