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,...
Hi people, I've been getting reports that my ElfData plugin for UB doesn't work for UB, yet. Apparantly, RB crashes upon build. I don't have RB for UB but I do...
... Sorry, I should have said, it depends on what you are trying to do. For .HasChar, you need to use .HasKey on a dictionary. MSR has a dictionry though, so...
Hi Jari, The ElfDataCharset class is byte oriented for speed purposes, so it won't always process UTF-8 correctly. If you have an ASCII ElfDataCharset, you can...
Hi Theodore, Thank you so much for the ReverseUTF8 function. It works really fast. In a stress test it could reverse an (English) text of 1.5 Megs in just a...