roozbeh gholizadeh wrote:

I wrote some components for use in delphi,
is there any special things to note in conversions?
As they are visual and do respond mostly to lots of windows messages?
and if i just wanted it to be working on win32 also should i change things?


From my source code:
interface
uses

controls,
...
{$IFDEF LAZARUS}
 lmessages,
 lcltype,
 lclintf,
 interfacebase,
 graphtype,
{$ENDIF}

...


comment: not all and not always this is need,




Darek

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to