visual studio - WIN API CreateThread not accessible in MFC Share DLL? -
I use the first MFC apps inside the CreateThread function, but it requires 6 parameters
MLC share Paste all code into the DLL application.
But error I get DLL compile
Error 17 error C2660: 'CWinThread:: CreateThread': function does not have 6 arguments How to make thread function with 6 parameters in mfc share dll app? You must specify the
CreateThread function in the global name space:
handle thread = :: create formula (...);
Comments
Post a Comment