localpcguy / cbloader

Automatically exported from code.google.com/p/cbloader
1 stars 0 forks source link

Enable gzip/deflate compression to speed up download on cbloader.com #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version: v1.3

To reproduce:
1. checkout code from http://cbloader.googlecode.com/svn/trunk/
2. Open CharacterBuilderLoader.sln with Visual C# 2010 Express
3. Build project

Result:
Build error - type "Application", "CommonMethods", and "UpdateLog" could not be 
found.

Expected:
Project built successfully.

Additional info:
Would like to try to implement gzip/deflate compression for .part file download 
(estimated to increase transfer speed by 800%) and may be help with other 
issues, but hard to do that without full source :'-(
So... can any one help? Pretty please? :D

Original issue reported on code.google.com by your.sheepy@gmail.com on 6 Apr 2012 at 4:20

GoogleCodeExporter commented 9 years ago
I was able to find the ApplicationUpdateClient in the Character Builder 
installation folder, but UpdateLog.cs is in the project file but was not 
delivered with checkout. It first appears in YeOldeSteve's 2011-08-20 r45 
checkin, but the file itself is missing from the source.

Original comment by cori.sch...@gmail.com on 27 Apr 2012 at 2:52