I think it will take one to two days for one to get
familiar with the code, and then it will take another one
to two days to implement ZRLE with an existing zlib.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could you please give me some references where can I start
with ? Should I refer to UltraVNC code for the ZRLE
implementation ? (Which files ?) I am planning to use zlib
coming together with WinCE .NET platform builder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the late reply. If you refer to source of
UltraVNC, there is a file with the name zrle.cpp. You
should then be able to search for all references and
instances.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=490198
Yes that's my original plan... but then I have to implement
Zlib first if I insist on not linking to external code except the
framework.
We will see.
Logged In: YES
user_id=410842
If you can link to an existing zlib, how much effort is
needed ?
Logged In: YES
user_id=490198
I think it will take one to two days for one to get
familiar with the code, and then it will take another one
to two days to implement ZRLE with an existing zlib.
Logged In: YES
user_id=410842
Could you please give me some references where can I start
with ? Should I refer to UltraVNC code for the ZRLE
implementation ? (Which files ?) I am planning to use zlib
coming together with WinCE .NET platform builder.
Logged In: YES
user_id=490198
Sorry for the late reply. If you refer to source of
UltraVNC, there is a file with the name zrle.cpp. You
should then be able to search for all references and
instances.