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: | 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.
Note:
See TracTickets
for help on using tickets.
Patch to address issue