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

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -