OK, I made an example Xcode project here: http://elfdata.com/temp/crash_plugin.zip Here is what it contains: 1) Einhugur's #TypeLib (sorry Bjorn ;) but I got...
Oh, what I meant to say is this: I'm seeing a crash in RB2008r4 when you run these two plugins at once. Do you see the same crash? I'm just asking because I...
well if i just put elfdata plug in+wtf.dylib i have 16 bugs on compiling : this name is already in use name : elfdata this name is already in use Elfdata...
... Oh? So it contains my plugin function names? OK... I inspected the binary, and it seems it does :( I tried to make a very simple project, to strip it out...
Hi everyone, There has been some discussion on plugins and RB2008r4. I think the consensus is that RB is basically broken. I can't fix this bug, I'm afraid....
Apparantly it's fixed in RB2008r4.1 So, hopefully in the next release of RB, my plugin won't conflict anymore. ... -- http://elfdata.com/plugin/ "String...
Hi everyone, I've made it's own forum for AngelCog: http://tech.groups.yahoo.com/group/angelcog/ I've not been able to work much recently, due to a back injury...
So... I tried to update my plugin. I've no idea what's changed in the meantime... but for some odd reason... CodeWarrior no longer will generate a valid...
OK... so this stupid problem with Win32 compiles leaving a 20KB file... this happened because of the alterations I made in trying to debug that OTHER...
http://elfdata.com/plugin/elfdata.zip I haven't updated the home page yet, I'll do that later, but the plugin really is new. Here's some example code: dim fs...
Hi everyone, I've developed a class to interface with libcurl :) in REALbasic. Now... it works nicely on Mac and Windows. However, on Windows, it seems that...
I found there was a problem with the linking in ElfData that stopped ElfData working on Vista unless MSVCRT71.dll was added to Vista. I'm surprised no one...
Hi everyone, I've got a new algorithm in the works. This one promises to give us the best of an array with the best of a dictionary, with the worst of neither....
Hey Theodore, have you ever considered to make your code available as Python module? C/C++ Python modules have much the same structure as REALbasic plugins,...
Hi everyone, two questions. 1) Does anyone know some good code for hash maps that work on 32 bit integers for both key and value (not strings). And that...
... Which is why I'm asking about hashes, because hashes might be a better way to go given my new "life circumstances", than inventing my own data structure...
Hi everyone, I'm unsubscribing from the REALbasic plugins list, because I'm fed up of being blocked. It seemed that Dana Mason saw that she hadn't made my life...
Ok everyone, I have a new ElfData out! This version has no bug fixes, because my plugin is bug free :D But I did add some new classes. ObjectMap and...
Hi everyone, I just released ElfData v5.26 The main feature is that I renamed ObjectSet, to "SetOfObjects". This is to avoid a clash with Einhugur. Also, I...
Seeing as I got impatient waiting for Cameron, I've done my own tests... My test looks good to me, although you might want to check for yourself. This was in...
Oh... in case you don't know what this is about. Some guy called Cameron on the RBNUG, asked for a faster simpler way to count the number of lines in a file. ...
Hi everyone, I got bought RB 2009. ElfData plugin itself works flawlessly there. Although some of my projects need fixing. One thing that seems to have changed...
So I found a bug, after many months or years or whatever it is. I can't remember the last bug or when it happened... The funny thing about this bug, is that it...
Nevermind... turns out this "bug" was fixed a long time ago. Even in RB2007... (I'm talking about the bug where "if e <> nil then" would fail with a ...
So... I've worked on a new function for ElfData. Another file processing function. ElfData.FileListing This one, will list the children of a directory. It is...
Hi everyone, I've got a new version of ElfData out. ElfData v5.3 For those who don't know, ElfData is the most advanced string processing library for...