I have written an application to open virtual serial port(bluetooth) using 5dpo 
and synaser.
When compile (set as LCL widget type: wince (beta); Target Platform: wince, 
arm);
 It gives error message as 

C:\lazarus\Sdpo\SdpoSerial\synaser.pas(1,1) Fatal: Can't find unit termio used 
by synaser


what does it mean? 

The compile is successful if I do not use coss-compiler. 

the unit termio is in the following section of synaser. the baseunix, unix also 
can not be found.

unit synaser;

interface

uses
{$IFNDEF WIN32}
  {$IFNDEF NO_LIBC}
  Libc,
  KernelIoctl,
  {$ELSE}
  termio, baseunix, unix,
  {$ENDIF}
  {$IFNDEF FPC}
  Types,
  {$ENDIF}
{$ELSE}
  Windows, registry,
  {$IFDEF FPC}
  winver,
  {$ENDIF}
{$ENDIF}
  synafpc,
  Classes, SysUtils, synautil;  

I have used:

lazarus-0.9.26-fpc-2.2.2-win32.exe
Lazarus-0.9.26-fpc-2.2.2-cross-arm-wince-win32.exe
Sdpo-0.1.6.zip
synaser.zip-2007-12-21 - release no. 16
_________________________________________________________________
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/windows/windowslive/products/photos.aspx
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to