Recent

Author Topic: ZLib in WinCe  (Read 4170 times)

proxy3d

  • Jr. Member
  • **
  • Posts: 76
ZLib in WinCe
« on: August 21, 2013, 03:21:22 pm »
ZLib module in WinCe does not work (in the emulator and a real device)? There are other solutions?

proxy3d

  • Jr. Member
  • **
  • Posts: 76
Re: ZLib in WinCe
« Reply #1 on: August 21, 2013, 03:34:38 pm »
I found a simple solution
http://www.tenik.co.jp/~adachi/wince/zlibce/

bin files are downloaded and renamed zlibce.dll in zlib1.dll

I recommend Lazarus to check in the code module zlib
   {$ ifdef windows}
     libz = 'zlib1';
   {$ else windows}
{$ IFDEF wince}
     libz = 'zlibce';
{$ ELSE}
     libz = 'z';
{$ ENDIF}
   {$ endif windows}

 

TinyPortal © 2005-2018