kokoye2007 / waitzar

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

Put LibCurl into a DLL #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now that we use LibCurl, 2 changes can be made to our "CheckForUpdates" 
function:
  1) Put libcurl into a DLL, load it in an extension (no need to check for updates from nightlies, really...)
  2) Change the loading code to load into a buffer (not a file), so that we don't need an extra temporary file in AppData/Local/WaitZar/

Original issue reported on code.google.com by seth.h...@gmail.com on 2 Feb 2011 at 3:20

GoogleCodeExporter commented 9 years ago
Done! Easy!

Original comment by seth.h...@gmail.com on 4 Feb 2011 at 10:02