Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

kartikthakre

@kartikthakre
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Multithreading using AfxBeginThread
    K kartikthakre

    but what is the region, so that member function pointer is not pass to AfxBeginThread.

    C / C++ / MFC csharp visual-studio help

  • Multithreading using AfxBeginThread
    K kartikthakre

    MyThreadProc is not a static function, it is simple member function.

    C / C++ / MFC csharp visual-studio help

  • Multithreading using AfxBeginThread
    K kartikthakre

    Thanks for reply, But i already written that it is working for static and global function. What i want is that it is work for member function. I am waiting for reply thanks

    C / C++ / MFC csharp visual-studio help

  • Multithreading using AfxBeginThread
    K kartikthakre

    I am creating thread using AfxBeginThread in Visual Studio 2005 and the first parameter of this function is function pointer so i am passing member function pointer of that class but it gives error i.e. my code is: AfxBeginThread( &CMultithreadingInDialogDlg::MyThreadProc, GetSafeHwnd() ); in which MyThreadProc is member function. and the error is error C2665: 'AfxBeginThread' : none of the 2 overloads could convert all the argument types. but it is working if i am passing function pointer of any static function or global function thanks in advance.

    C / C++ / MFC csharp visual-studio help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups