Hi All.

I'm testing last Indy release (10.5.9) with Lazarus.
The "indylaz.lpk" compiles OK for Win32 (did not install in IDE though)
I've made a test and it runs well so far.
Next step is to compile for WinCE and there there are some problems:
1. IdWinsock2.pas
  added {$IFNDEF WINCE} to exclude some non WinCE functions: solved
2. IdStackWindows.pas
NOT solved: line 1685:  if AEnabled and (Win32MajorVersion >= 5) then
Win32MajorVersion is not known

Some ideas ?

Antonio.




--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to