[lazarus] Need opinion
Baeseman, Cliff
Cliff.Baeseman at greenheck.com
Tue Oct 26 10:10:32 EDT 1999
I actually just about have Win32 working now with the stuff that we have. I
was having a problem or two last night with the event stuff but I belive I
should have that working tonight. Jeff has to pass a dart tonight so I will
continue to refine that this evening and pass that off. He can then take
what I gave him and run with it or do something different("up to him")..
We are going to need winproc for both this and the QT engine. Soon as I pass
some clean code to Jeff I am going to go back into Linux and finish the QT
engine.
This will give everyone Linux GTK, Linux QT, Win GTK, Win Native, Win QT
("not free")..
What more could you ask for?. Don't answer that ;)...
Cliff
-----Original Message-----
From: Michael Van Canneyt [mailto:michael.vancanneyt at wisa.be]
Sent: Tuesday, October 26, 1999 8:49 AM
To: lazarus at miraclec.com
Subject: Re: [lazarus] Need opinion
On Tue, 26 Oct 1999, Shane Miller wrote:
> The Windows.pp file should be used in both Linux and Windows. If not,
then
>
> 1) I need to put a {$IFDEF} in before the uses clause to remove the
windows unit
> 2) How are yuou going to call some of these procedures when you are using
windows? Remember, you DON'T have the delphi windows.pas file UNLESS you
are writing your Apps under Delphi!
>
> The Windows.pp file has to be made for both environmewnts and has tro
contain a {$IFDEF LINUX} or {$IFDEF WIN32} or something to that effect.
But windows.pp already exists for Windows. Thus you must make a replacement
file for linux only,
and it should be compatible with the existing win32 windows.pp
So any lazarus app compiles both on windows and linux, with a minimal
overhead...
Although I think that on the level of lazarus (LCL) there should NEVER be a
dependence on Windows or Linux. Just GTK/Qt/win32 for the low-level gui
calls
and sysutils or low-level classes for all other stuff.
Michael.
_________________________________________________________________
To unsubscribe: mail lazarus-request at miraclec.com with
"unsubscribe" as the Subject
archives at http://www.miraclec.com/list_archives/lazarus
More information about the Lazarus
mailing list