Opened 17 years ago

Last modified 17 years ago

#1514 closed Patch

FZ2 VS2005 compile fix

Reported by: eyebex Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: eyebex, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

This fixes the following VS2005 compile error on the misc/HyperLink.* files:

Error 1 error C2440: 'static_cast' : cannot convert from 'UINT (thiscall CHyperLink::* )(CPoint)' to 'LRESULT (thiscall CWnd::* )(CPoint)' d:\development\temporary\filezilla\filezilla\source\misc\hyperlink.cpp 71

Attachments (2)

HyperLink.patch (1.3 KB ) - added by eyebex 17 years ago.
Multi-file patch for misc/Hyperlink.*
HyperLink-New.patch (1.4 KB ) - added by eyebex 17 years ago.
New patch with conditional code

Download all attachments as: .zip

Change History (5)

by eyebex, 17 years ago

Attachment: HyperLink.patch added

Multi-file patch for misc/Hyperlink.*

comment:1 by Tim Kosse, 17 years ago

Patch does not compile with VC++7.1

by eyebex, 17 years ago

Attachment: HyperLink-New.patch added

New patch with conditional code

comment:2 by eyebex, 17 years ago

I've added a new patch that checks some macros to handle this.
File Added: HyperLink-New.patch

comment:3 by Tim Kosse, 17 years ago

Thanks, your patch has been applied.

Note: See TracTickets for help on using tickets.