Changes between Initial Version and Version 1 of Ticket #10685
- Timestamp:
- Oct 25, 2014, 3:27:01 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10685 – Description
initial v1 1 2 {{{ 1 3 Visual Studio 2010 (SP1) error C2440: 'initializing' : cannot convert f… 2 4 …rom 'BOOL (__stdcall *)(HINSTANCE,DWORD,LPVOID)' to 'BOOL (__stdcall *const )(HANDLE,DWORD,LPVOID)' This conversion requires a reinterpret_cast, a C-style cast or function-style cast 5 }}} 6 3 7 4 8 I have submitted a pull request on github also.