Opened 8 years ago

Last modified 7 years ago

#10685 closed Support Requests

mfc_thread_init.hpp does not compile — at Initial Version

Reported by: fab@… Owned by: Anthony Williams
Milestone: To Be Determined Component: thread
Version: Boost 1.57.0 Severity: Problem
Keywords: MFC thread Cc:

Description

Visual Studio 2010 (SP1) error C2440: 'initializing' : cannot convert f… …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

I have submitted a pull request on github also.

Change History (1)

by fab@…, 8 years ago

Attachment: mfc_thread_init.patch added

Patch to address issue

Note: See TracTickets for help on using tickets.