OK, I finally figured out an altered version of Levenshtein, which is compatible with Smith-Waterman. This means I can now continue development on my fuzzy...
Hi Friends; On behalf of javalive.com, I'd like to extend an invitation to javalive forums. This forum has been launched from India and I would request all you...
Hi people, I'm wondering if anyone ever used ElfDataTokenHandler. It sees a lot of complexity for something that was only ever an idea, an idea that turns out...
I'm actually not quite sure what you mean. Obviously, I'm using it with the ElfDataParser, but you're saying you're not gonna change that... Are you saying you...
Ronald Vogelaar
enter@...
Jul 12, 2006 9:01 pm
34
ElfDataTokenHandler lets you attach handlers to any object, not just a subclass of ElfDataParser. Great idea.... except that in practice I've never used it. In...
I recall thinking about it long and hard, since it seemed very powerful. However, I could not find a use for it yet. Personally, I'd hate to see it go, even if...
Ronald Vogelaar
enter@...
Jul 13, 2006 5:56 am
36
Hello Theodore, While going through your Webgen demo project I noticed the 'ElfDataLines' class, which is used to convert all lineendings. I also noticed that...
Hi Monad, I've been on holiday, so I didn't see this until just now. Anyhow... as for ElfDataLines... no real reason I'm using that instead of MSR. Sometimes I...
Hi Theo, I was just wondering, If I store an ElfDataDictionary in another ElfDataDictionary, like so: Dim ed As ElfData Dim d, e As ElfDataDictionary d=New...
Ronald Vogelaar
enter@...
Sep 1, 2006 6:39 am
39
... Of course you can :) Everything is stored as an object reference just like any other object variable in RB. Just curious what are you using this for? ...
Yes, I knew I could, I just wanted to know if the object was unnecessarily copied when accessing the subdictionary. So, it's really an object reference, and...
Ronald Vogelaar
enter@...
Sep 1, 2006 9:26 am
41
Hi everyone, ElfData 4.75 Beta is out. You can download it at http:// www.elfdata.com/plugin/beta.zip There are some changes, as listed in the beta.html file....
... Also, it is a beta. ElfDataParser.ContextType WILL crash your Mac : ( I am still waiting for RS to get back to me on that one. The new features,...
...but the example code I sent you this afternoon actually does work, is easier to use, with less typing to do. Ronald Vogelaar -- http://www.rovosoft.com ... ...
Ronald Vogelaar
enter@...
Sep 15, 2006 12:34 pm
45
OK, so I compiled a UB version of my plugin... However I don't have RB 2006 to test it with. I do have however, an extensive test suite. If anyone wants to try...
... Hmmm.... I take it that the plugin isn't loading on Win32 then. (I know you use a Win32 machine a lot.) Those are most likely "function not found" kind of...
The plugin works fine otherwise. No problems at all. The errors seem to be caused by the renamed ElfData function names (as far as I can see). Ronald Vogelaar ...
Ronald Vogelaar
enter@...
Sep 16, 2006 9:07 pm
50
... Did you download the new ElfData unit tests though? http://www.elfdata.com/plugin/Tests.zip I updated the tests for the new names. ... -- ...
Ok, I hadn't actually downloaded the Universal binary. Now I did though. Still, 54 errors. The first one: Syntax error: dim eNum, eGet, ecomp, eStr as ElfData ...
Ronald Vogelaar
enter@...
Sep 17, 2006 6:21 am
52
... What two errors are left? Is it the midequals thing? I wonder what coudl be up with it... I'll have to take a good look at this properly... ... -- ...
* The Tests.zip package contains a zero length file, Icon, that cannot be extracted on Windows. * The Tests build and compile, but when I click on test, an...
Ronald Vogelaar
enter@...
Sep 18, 2006 4:55 am
55
... OK. What platform are you running this on, though? I know you are building on Win32, but you didn't say what platform you are running it on. ... -- ...
I'm running exclusively on Windows, until I can afford one of them shiny new, fast Intel Apples... Ronald Vogelaar http://www.rovosoft.com ... From: "Theodore...
Ronald Vogelaar
enter@...
Sep 18, 2006 11:23 am
57
... OK. I can test Windows myself though, I have a PC. The UB thing... however I need RB 2006. ... -- http://elfdata.com/plugin/...
Hi Thomas and the other "ElfData for UB" testers, I've updated the UB version, at http://www.elfdata.com/plugin/UB.zip You can use it with the tests you have,...