CompressorImplementation

<< Click to Display Table of Contents >>

Navigation:  Forum >

CompressorImplementation

Forum link

 

Pages: 1 2

 

 

 


 

04-17-2024, 05:27 PM:

 

Hi, Alexandre,

 

IW15.6.0

 

ServerController.Compression.CompressorImplementation:

 

The comp LibDeflate method is now activated by default and causes an access violation right at startup without further informations.

 

After switching to compZLib it works again

 

Regards

 

JuergenS

 

 

 


 

05-01-2024, 12:23 PM:

 

I can confirm that the compression using an external LibDeflate Dll is working now in IW15.6.1 with C++Builder 12

 

 

 


 

06-27-2024, 09:45 AM:

 

(05-01-2024, 12:23 PM)JuergenS Wrote: [ -> ]I can confirm that the compression using an external LibDeflate Dll is working now in IW15.6.1 with C++Builder 12

 

How does it work? I'm using also C++ Builder 12 (IW 15.6.2)

 

ServerController.CompressorImplementation = compLibDeflate;

 

ServerController.Enabled = true;

 

ServerController.UseExternalLib = true;

 

IWLibDeflate32.dll is located in the application dir (...\Win32\Debug)

 

the log file says:

 

Could not initialize LibDeflate compression. Switching to zlib compression.

 

Does anyone have a tip for me?

 

 

 


 

06-27-2024, 02:40 PM:

 

This are my settings

 

 

 


 

06-28-2024, 10:25 AM:

 

(06-27-2024, 02:40 PM)JuergenS Wrote: [ -> ]This are my settings

 

Thank you very much. These are exactly my settings.

 

Is anything else necessary (LoadLibrary, Typelib)? The log still shows me:

 

Could not initialize LibDeflate compression. Switching to zlib compression. 

 

Best regards

 

 

 

wieczy

 

 

 


 

07-01-2024, 03:30 PM:

 

Witch are the pros and cons between UseExternalLin set to True and False?

 

 

 


 

07-02-2024, 02:19 PM:

 

(07-01-2024, 03:30 PM)Comograma Wrote: [ -> ]Witch are the pros and cons between UseExternalLin set to True and False?

 

C++ Builder only supports UseExternalLib = true.

 

 

 


 

07-03-2024, 03:52 PM:

 

I can't confirm this, I'm using the server with internal and external library.

 

 

 


 

07-04-2024, 07:38 AM:

 

(07-03-2024, 03:52 PM)JuergenS Wrote: [ -> ]I can't confirm this, I'm using the server with internal and external library.

 

...if I try LibDeflate in C++ Builder (IW 15.6.2) 

 

 

 


 

07-05-2024, 07:16 AM:

 

I suspect your application is not looking for the library where you think.