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

    How start a beginthread from a function A::X from inside class A

    Hi,

    I have a Class Professional and inside it there is a function called Professional:oing. This function will be a manager of task files and will be called from a Professional:o_Tasks. Do_Task will be called from outside class Professional and i whould like that it call Professional:oing as a thread assincr.

    Is it possible ?

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: How start a beginthread from a function A::X from inside class A

    Yes. What's the problem?

Tags for this Thread

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