Opened 8 years ago
Last modified 7 years ago
#10685 closed Support Requests
mfc_thread_init.hpp does not compile — at Version 1
Reported by: | Owned by: | Anthony Williams | |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | MFC thread | Cc: |
Description (last modified by )
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 (2)
by , 8 years ago
Attachment: | mfc_thread_init.patch added |
---|
comment:1 by , 8 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Patch to address issue