... Huh. There are more skilled people here than me in this topic but in a nutshell: under rtl we mean the "standard" (core) units of Delphi, eg. System, ...
Hello Laszlo, hello chaitana, happy new year :-) ... Basically the folder rtl shows examples for use of the units in folder source/rtl and below, mainly in...
Hello, I've just had a look at that WinDos.zip. Better later than never, heh? :) ... One question that comes to my mind: why doesn't Rob join us at this list??...
as I promised in the previous message, I did "further investigations". I can now run dcc32 of Delphi 2 in pure DOS (ahem, I could only test it under Win2K) by...
okay, it seems that the root of the internal error in dcc32 v5 is a failed FindResourceEx call. Now since we don't care about languages, in "k32" we simply...
Hello Laszlo, congratulation to your D2 for DOS success. (But neverless I don't see a sense for what this is useful at the moment) ... I have just checked the...
Hello Laszlo again, ... Do you have his mail address? If so you could ask him. ... Yes, may be this could be helpful for all which are interested in graphics...
Hello Immo, ... probably because WDOSX's FindResource sucks? :-) ... Indeed, in fact FindResource simply returns the first resource entry without caring about...
Hello Laszlo, ... you should contact Michael Tippach about this problem. May be best on the WDOSX mail list. Remember we had also a resource reading problem...
Hello,Immo Wache! The delphi can not build program without 80387/8087, I want use win87em.dll(win95/system/win87em.dll). but I don't know how do, Can do this? ...
Hi Immo, Well, I've just got back and have tried your modified WebDemo files, with the following findings : 1. For both targets, the type PBoolean is undefined...
Hey, that's neat Laszlo!!! This is very useful because : 1. It adds credibility to the DOS platform. 2. It widens the user base for Delphi and DWPL. 3. It...
Hi Joe, ... yes, but it's Delphi 2 only at the moment. :( So DWPL is out of question right now. But later I'll try to do something about the resource problem...
Hi Laszlo, I seem to recall someone mentioning that the System unit required a special procedure to build, so my question about compiling units from the IDE...
Hello Joe, ... yes. You must use dcc32 and pass some special switches. ... What units? The various units that DWPL consists of? In fact earlier we did this -...
Hi Laszlo, et al. Please see below ... Joe. ... [Joe da Silva] As I said, this was a general question. I will infer from "we compiled everything from the IDE...
I have a new clue about the WebDemo refresh problem ... Near the end of procedure "Run", in "WebDemo.dpr", I added some debug statements, including the...
Hello Joe, ... I'm getting confused. It is possible to build most of the units separately, but it's just because both dcc32 and the IDE has some kind of...
Hi Laszlo, Please see below ... Joe. ... [Joe da Silva] Don't worry about it, forget I asked. The question wasn't important enough for all this dialogue ... ...
Hello Thomas, while preparing the System.pas source patch, I created a diff for two identical files. The result (zipped) was 48 bytes long. When applying the...
Hi Joe, ... a bunch of Pwhatever types are now available in DWPL's patched D5 system unit. A pre-compiled binaries package for D5 containing this new...
Thanks, Laszlo, No more missing PBoolean definition in WebDemo! :-) No other effects noticed (neither good nor bad), the "Refresh" problem ("ExpandFileName()"...
Hi Thomas, ... well, I think there's some misunderstanding. Here is the case, step-by-step: 1. I have two files, System.pas and System.old. I want to create a...
Hello Thomas, where are the font (ttf) files for the demo project in your Graphic package? Copying from the Windows fonts folder does not help since I don't...
Hi Laszlo, you find the font here www.bornhaupt.de/ARIAL.zip (16MByte) all font are in there. Do not install the simsun font. It slow down your system! Give me...
Thanks Thomas, I've downloaded it. The demo project works fine as a native Win32 app too, except that the window size seems to be fixed 640x480(?) at the...