Re: [PATCH] TortoiseIDiff optionally using FreeImage.dll for image loading
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-26 18:15:24 CEST
Will Wilson wrote:
Thanks for the patch. See my comments below.
> It’s taken a bit of work to do the dynamic linking (function pointer
That's a good idea. We could just point users to the download page of
> To try it out simply compile a patched TortoiseIDiff.exe, drop the
Did that, but crashed immediately :)
> Although the code isn’t pretty (& it could use a little more error
Some comments about the code:
+#ifdef UNICODE
Here, you could just use TCHAR instead of the #ifdef and using wchar_t*
- HMODULE hLib = LoadLibrary(_T("gdiplus.dll"));
You must not remove those lines. The FreeImage lib also uses GDI+ and
You've also removed our custom handling of icons. Since GDI+ only loads
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Tue Sep 26 18:15:32 2006 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.