кто знает как клиента откомпилировать под Макос ?
http://www.onlinedisk.ru/file/601517/
Модератор: Модераторы
MaratIsk писал(а):не берусь пока утверждать, но кажется это не помешает компиляции
{$IFDEF MSWINDOWS}
Windows
{$ENDIF}
{$IFDEF DARWIN}
MacOSAll
{$ENDIF}
{$IFDEF LINUX}
Unix
{$ENDIF}
{
This file is part of the Free Pascal run time library.
This unit contains the record definition for the Win32 API
Copyright (c) 1999-2000 by Florian KLaempfl,
member of the Free Pascal development team.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
unit windows;
{$PACKSET 1}
{$ifndef NO_SMART_LINK}
{$smartlink on}
{$endif}
{ stuff like array of const is used }
{$mode objfpc}
{$inline on}
{$calling stdcall}
interface
{$define read_interface}
{$undef read_implementation}
{$i base.inc}
{$i errors.inc}
{$i defines.inc}
{$i struct.inc}
{$i messages.inc}
{$i ascfun.inc}
{$i unifun.inc}
{$ifdef UNICODE}
{$i unidef.inc}
{$else not UNICODE}
{$i ascdef.inc}
{$endif UNICODE}
{$i func.inc}
{$i redef.inc}
implementation
{$undef read_interface}
{$define read_implementation}
{$i base.inc}
{$i errors.inc}
{$i defines.inc}
{$i struct.inc}
{$i messages.inc}
{$i ascfun.inc}
{$i unifun.inc}
{$ifdef UNICODE}
{$i unidef.inc}
{$else not UNICODE}
{$i ascdef.inc}
{$endif UNICODE}
{$i func.inc}
{$i redef.inc}
end.
MaratIsk писал(а):не знаю как у вас а у меня в лазарусе модуль Windows выглядит вот так
и как это может мешать компиляции?!
MaratIsk писал(а):а вообще мой вопрос был как приложения лазаруса компилировать под макос
Alexx2000 писал(а):А в чем собственно проблема, берете и пробуете компилировать.
Сейчас этот форум просматривают: Google [Bot] и гости: 44