Error in C++/CLI, Can't take address of function unless creating delegate instance using Pthread

前端 未结 2 434
囚心锁ツ
囚心锁ツ 2021-01-24 00:09

I\'m using C++/CLI on Visual C++ 2008 Professional, and since I\'m using Windows Forms that means I have managed code and I\'m trying to call the static function LoginAccounts,

2条回答
  •  -上瘾入骨i
    2021-01-24 00:37

    See my answer to your another question at Calling PThread from Windows Form Class to a function inside the Windows Form Class You can use the same principle detailed there.

提交回复
热议问题