hello, as you can see I am still alive. :-) Earlier I said that 2003/07/01 would be a good release date for DWPL 2.3.2 however there isn't much discussion...
Alright, I see that there isn't too much activity here these days... Any further releases should be postponed until someone has actually enough time and...
Hi Laszlo. Yes, it has been very quiet lately, after a burst of activity, but I don't know the reason for this. I guess people are too busy at the moment? For...
Hi Joe, ... well, I'm starting my holiday of two weeks tomorrow. So as usual do not expect anything, blah blah blah... ... It's a terrible experiment of...
I'm sorry I haven't contributed lately. I've been traveling a lot, but nevertheless, I've been monitoring the forum. I hope I'll be more available in a couple...
Hello Laszlo again, I need to explain why there is now a patch60 needed for D6. This is for the unit Sockets.pas from NetCLX which is not GPL. There are some...
Hello Laszlo, et al, sorry all for my long silence, I am still alive. The DWPL project is still alive too of course. I have done some additions about TCP/IP to...
Hi Immo, good to hear about you. BTW I've put a new poll on the site. And please check out the results of the previous one. ... What I really would like to see...
hello again, what's up with the non-gpl units in the build script? I think they aren't built at all, am I right? (for example ConvUtils, etc.) What shall we do...
hey, good news the new set of WDLs are almost ready. what's more with a little modification you can built kernel32.wdl with the old loader so that it will...
hello, it's ready, check out http://alp.dwp42.org/k32 It is now completely updated for wdosx 0.97 beta 2. Please read readme.txt. By default the new loader is...
hey, I've got a terrific idea based on the new behaviour of WDOSX 0.97 beta 2: instead of aborting the program when a called function cannot be resolved, a...
Hi Laszlo, thats with the exception is an good idear. Remember, i told you about an Stacktracer. Look to the graphic units i loaded up. There you need ...
I've added this into the System unit in cvs but it doesn't work right now. (it crashes when I raise the exception in the callback function) Anyway the system...
now I'm getting really nervous... 1) What's the difference between "type something=class ..." and "type something=class(TObject) ..." ? So far I thought that...
Alright, finally everything is okay. Get the new kernel32.wdl from http://alp.dwp42.org/k32 Then update your cvs work tree and recompile everything. There's a ...
Hi Laszlo, ... if you say only "class" then you have nothing on functionality. But if you use Class(TObject) then you get an stuff of functions. The class...
Hello, the next version will be 2.4.0 as Immo suggested. The base documentation is already updated (except for the gexperts project settings description, but...
Hello again, from now on almost everybody can build a "clean" DWPL folder tree for creating file releases! This is possible with a nice little new tool...
Fair enough. I'll work on the network documentation. I'll also *try* to create documentation for the multithreading stuff, but thanks to Immo, it's fairly...
hello, please read inst\howto.txt about building a file release from your cvs work tree. dwpl 2.4.0 alpha 1 has been uploaded at http://alp.dwp42.org/dwpl of...
Hi Laszlo, thank you very much for updating the dwp42 site with some news and a new poll. But the new poll let the user no much choices :-( Anyway it is fine. ...
Hello again, ... Oops, I have completely forgotten them. They must be added to the build process too. I will care for it. ... Yes, runtime packages are...
Hello Laszlo again, ... This is a good idea but there are some remarks for it: Exceptions must always inherites from class Exception which is introduced in...
Hello Thomas, Laszlo, ... Oh, sorry, but this looks not correct. The basic Delphi class hierarchy is: TObject // every class inherits from it ... TPersistent =...
Hello Diego, ... Fine, please do so. I will add some text for use of Sockets.pas too. And a short explanation about the configuration files for the DOS...
Hi Immo ... And I did not even mention the update of the Amazon block. (altough it was announced on the Forum). Now there are now images for more than 200...
hello again ... This process should be completely invisible to the user, I mean that the sources of these units are present, they must be copied to the DWPL...
... And then how can I catch this exception without "using" SysUtils? And there's a major problem with this: my code for setting up the handler belongs to...