Howdy,
Sorry for the delay in answering. You were correct, and I've got it
more or less straight now. I can compile, stub and run programs in DOS
using the turbo vision library.
I've got some minor issues though. I noticed that TScreen returns zero
for Width and Height, so I modified it to pull those values out of the
Application object. This required that I add the DWPL source
directories to my project search path. That's all working now, but
since I was building those I thought it might be a good idea to try to
get the rtl\sys files to compile as well. This gave me problems, I get
some complaints when compiling the variant unit, something about
@varDel (sorry, again, I'm working from a different computer).
So, I'm wondering how I should have my project and enviroment search
paths set up if I want to compile the source under the rtl directory
from the D7 IDE.
Thanks
Dave K
--- In dwp@yahoogroups.com, "Laszlo Agocs" <al0006@...> wrote:
>
>
> Well, the error message produced by stubit would be very useful, it's
> hard to say anything in advance.
>
> Probably the standard Delphi units are used during the build, instead
> of the DWPL-specific ones, and that's why you get a normal Win32 app
> for which stubit obviously fails.
>
> regards,
> al
>
> --- In dwp@yahoogroups.com, "code suidae" <codesuidae@> wrote:
> >
> > Greetings,
> >
> > I'm trying to get started with DWPL to do some DOS development,
but I'm
> > having difficulty getting started.