Welcome, Guest
Username: Password: Remember me
CodeTyphon Cross-Build Development, discussions and problems
  • Page:
  • 1

TOPIC:

WIN-CE CT 6.0 error 7 years 1 week ago #10607

  • abrito
  • abrito's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Compile for win-CE can not find unit JWAWinUser

Please Log in or Create an account to join the conversation.

WIN-CE CT 6.0 error 7 years 1 week ago #10613

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Thanks Sir

JWAWinUser.pas is part of FreePascal winunits-jedi library
C:\codetyphon\fpcsrc\packages\winunits-jedi\jwawinuser.pas

This FPC Library is only for Win32 and Win64, NOT for WinCE


Please look at
C:\codetyphon\fpcsrc\packages\winunits-jedi\fpmake.pp
line 21
    P:=AddPackage('winunits-jedi');
{$ifdef ALLPACKAGES}
    P.Directory:=ADirectory;
{$endif ALLPACKAGES}
    P.Version:='3.1.1';
    P.OSes:=[win32,win64];     <<====
    P.Options.Add('-Ur');
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

WIN-CE CT 6.0 error 7 years 1 day ago #10643

  • abrito
  • abrito's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
I know it.
But the reference is in the unit WinMouseInput of the package lz_mouseandkeyinput.

Compile checks, Hints: 2
Note: package lz_sqldb 6.0.1: passing compiler option -g twice with different values
Note: package lz_sqldb 6.0.1: passing compiler option -gl twice with different values
Compile package lz_mouseandkeyinput 5.7.1: Exit code 1, Errors: 1
winmouseinput.pas(25,12) Fatal: Cannot find JwaWinUser used by WinMouseInput of package lz_mouseandkeyinput.
Compile package lz_sdf 5.6.1: Success
Compile package pl_bgrabitmap 6.0.1: Aborted

the problem is from package pl_BGRAcontrols it compiles for wince in previus version. but not now.

Please Log in or Create an account to join the conversation.

Last edit: by abrito.

WIN-CE CT 6.0 error 7 years 1 day ago #10648

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Sir
WinCE it's an old OS.
our support to this OS is limited ...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1