Page 1 of 2

hkSFV 2.0.1 (build 84) Released

Posted: Wed Oct 30, 2002 8:33 am
by Big-O Ryan
Just bugfixes:

* Feature: crc32 engine is now in assembly language
* BugFix: Windows 95/98/ME compatibile, again
* BugFix: disappearing preferences (and text)
* BugFix: Remember window position didn't work when comments pane was hidden
* BugFix: Multilang: context menu in file list not all translated
* BugFix: Multilang: changing languages moved 'Exit' into MRU list (File menu)
* BugFix: Remember Window Position did not work at all
* BugFix: File list could have everything selected when AutoScroll is enabled

Let us know how this works out for you..

Posted: Thu Oct 31, 2002 5:09 pm
by emperor
for me the installer was unable to create hkshlex.dll
running win nt 5.1 sp1 (xp pro sp1)

Posted: Thu Oct 31, 2002 5:47 pm
by Big-O Ryan
That's just fine, just ignore the error.

You can avoid this by uninstalling hkSFV, restarting, then re-installing hkSFV. This is the only way to get the new version of the shell extension, but nothing has changed in the shell extension (except version #'s), so it doesn't matter much this time around..

In the future I'll have to make the installer require a reboot when this is necessary.. Windows can be very particular about holding onto files that it thinks the OS might need (like shell extensions).. Some flavors of windows are worse than others about this..

Posted: Thu Oct 31, 2002 5:58 pm
by emperor
well i ignored the error but one bug was still there that is why i believed that file does matter ,but seems like that bug hasn't been correctly fixed yet..(?)

Posted: Thu Oct 31, 2002 7:36 pm
by Big-O Ryan
emperor: You'll have to be more specific about the 'one bug' you're referring to..

ssss

Posted: Fri Nov 01, 2002 11:38 pm
by ZTM123
The download link isn't working for me, it just reloads the page.

Posted: Sat Nov 02, 2002 12:35 am
by Big-O Ryan
oops, fixed..

Posted: Sun Nov 03, 2002 5:43 am
by Guest
Will the ability to turn off the windows shell menu be in the next version?

Posted: Sun Nov 03, 2002 7:34 am
by Big-O Ryan
Guest: almost certainly

Posted: Sun Nov 10, 2002 8:58 pm
by Guest
Will you make it have a default language or have it get its language(all the settings?) from an .ini file instead of the registry?
because I downloaded the version 2.0 and installed in a non-system drive like d:\my_stuff\my_fav_sfvchecker_hkSFV, thinking it would be ok and I could still be able to use it even after system reinstallation like with the version 1.x but it wasn't the case. I formatted my drive on Saturday and today when I started HKsfv 2.0 to check a some files I ended with an empty interface like this:
(it does the same with HKsfv 2.01 if I remove the hksfv registry entries)
interface
Image

and option dialog
Image

thanks :)
and many thanks for this sweet and fast sfv checker :)
christophe

Posted: Sun Nov 10, 2002 9:07 pm
by Big-O Ryan
I don't have any plans to let hkSFV run without using the registry.. What would you gain from this? Why not just re-run the installer and install over your old installation?

I did design the previous versions of hkSFV so that they could be run w/o the installer, but I didn't see any reason to continue that. It just works better when its installed properly.

Posted: Mon Nov 11, 2002 1:47 am
by Guest
hum.. ok.. i'll stick with teh version 1.x then.
the purpose is that's i'm lazy and i hate having to re-install and using installerfor such small applications which, i think, don't need to be that much registry-dependent...
thanks anyway...

xml, ini, or registry

Posted: Mon Nov 11, 2002 5:57 am
by chris83us
wow that's harsh :-?

personally i like programs that use xml files (kinda like ini files) to store everything in the same directory as the exe, i think that’s what most programs will be doing in the future

the registry seems like a pretty stupid idea in the first place :P sooo unorganized and without standards

i hope some day no programs will use it and nothing will need an installer...other then to copy the files and put a few shortcuts :D mostly for the same reason mentioned before, after reinstalling an operating system...there would be no need to reinstall and then manually configure a million different programs. another thing nice about xml files is that i can set everything the way i like it and then create a rar (kinda like a zip file....except zip is old school :P) and then use that to install the program on my other computers and all will have the config i like :D

hksfv is such a great program i have no problem with how its set up. It’s free and it’s the best....its worth it 8)

it would be nice if it used an xml file but if thats too hard dont bother, new features are better :wink:

if you would like to see an example check out this peer to peer file sharing program
http://dcplusplus.sourceforge.net/
you can also get the source code (c++), it is open source... it is exactly how i would love all programs to be, it even uses more then one xml file to keep stuff more organized. one is for settings, one is for storing the queue of files to be downloaded.

for hksfv i can think of how it could work, an xml for language data, one for config data, one for cache. somethin like that

Posted: Mon Nov 11, 2002 6:46 am
by Big-O Ryan
The previous hkSFV releases that were capable of running w/o being installed (< 2.0), ran in a fairly limited capacity this way. Preferences were never saved, and a lot of functionality is lost in that alone. (at least, this is the way it was supposed to work - if you find your preferences were being saved, then it was writing to your registry anyway)

I could make the new hkSFV run without the installer, but it would still write to your registry. And as such, I might as well just require you to run the installer (it usually takes < 3 seconds for me). The registry settings are needed, and it is assumed that the installer has been run - if I try to make hkSFV run well w/o these assumptions, it's a whole new set of circumstances I need to handle, which is likely to bring about new bugs, and it doesn't seem like there's much to benefit from it.. (I can appreciate laziness, and I try to write software with that in mind, but the installer is pretty darn brainless and quick, and it seems unlikely that you're re-installing so often that this should really be holding you back)

I'm open-minded about this, though, and I try to give people what they want (even when it's not the best idea, occaisionally :) ).. if anybody else has an opinion or preference, don't hesitate to speak up.

You'll certainly be missing out on a lot, though, if you decide to stick with an old version.

oops

Posted: Mon Nov 11, 2002 7:13 am
by chris83us
Ryan, I edited my comment like 30 min after i wrote it and added a few things. i didn't even noticed that you already replied...lol

i added the last 2 things. just letting u know in case u didn't notice :P