CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    63

    Post problem in function pointer

    I am going to call a series of function using function pointer inside a thread class IsIdleMsg() function.
    I am facing one problem at this point.
    If i am attempt to call a member function in the implementation of function pointer, it generates error. "Unhandled exception".

    Can any one tell me where is the problem?

  2. #2
    Join Date
    May 2006
    Location
    Norway
    Posts
    1,709

    Re: problem in function pointer

    Quote Originally Posted by hotsaravana View Post
    Can any one tell me where is the problem?
    Are you serious? How the H*** are we supposed to solve your problem based on that description?

    Laitinen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured