Return Receipt
Your Re: [lazarus] DLL using DLL
document:
I have been playing with Lazarus for only a short period of time and am
almost ready to say: WOW! (Still having problems with DLL's.) However, I
noticed that an application that compiles to 550Kb under Delphi, compiles
to 7200KB under Lazarus (in Windows) - that really is a BIG difference! Am
David Lyon wrote:
> > [EMAIL PROTECTED] wrote:
>> Has anyone used the Delphi2Java product to convert Delphi to Java?
> I haven't.
> Do you think it might help us convert certain parts to Javascript ?
I haven't used Delphi2Java, but I just thought that the fact that such a
product exists m
Where can I find a rpm copy of LIBX11 that will install on SLED 10?
Herman Ohlhoff
Has anyone used the Delphi2Java product to convert Delphi to Java?
Herman Ohlhoff
On Tuesday, 21 Aug 2007,
wrote:
>On Mon, 20 Aug 2007, Vincent Snijders wrote:
> Hess, Philip J schreef:
> > Hi Herman,
> >
> >
> >
> > LoadLibrary and DeleteObject are not part of Delphi or Lazarus.
They're in
> > the Windows API. You can use LoadLibrary and FreeLibrary with Lazarus
too.
>
Sorry Vincent - the "obviously" should not have been used in that
sentence! The problem is that "DeleteObject" and "LoadLibrary" of Delphi
1 was very much for Windows and not supported in Delphi 7 and Lazarus.
Herman Ohlhoff
Vincent Snijders <[EMAIL PROTECTED]>
2007/08/20 02:53 PM
Please
Here is the situation:
I used Delphi to created an application that uses many pictures, so I put
all the pictures in a DLL.
Here is the relevant Delphi code (that works, by hook or by crook!):
var
TheLibHandle,
ThePicHandle: THandle;
HandleInUse: Boolean;
In FormShow of my application, I h
Please - I need help!
I am trying to convert Delphi 1 programs to Lazarus, but I just can't get
it right! It's as simple as the following:
I have a program, and a unit - the unit alos has a form. No matter how I
use the conversion tools - I never get my Form back!
What am I doing wrong and ho