CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: frosty1433

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    7,884

    Re: keeping DLL loop seperate from main app

    I have a question; when a thread function returns, does the thread terminate?
  2. Replies
    5
    Views
    7,884

    Re: keeping DLL loop seperate from main app

    I found this great example on MSDN, through this site.
    http://msdn.microsoft.com/en-us/library/ms682516(VS.85).aspx

    Just for anyone who might have troubles finding it, one more link might make it...
  3. Replies
    5
    Views
    7,884

    Re: keeping DLL loop seperate from main app

    Thank you very much. It's weird how searching Google for "C++ CreateThread" happens to come up with some better examples, then searching for something like "C++ threads".
  4. Replies
    5
    Views
    7,884

    keeping DLL loop seperate from main app

    For my first program, instead of "Hello world", I made a console application that allows you to type in the name of a DLL, and the console will load it and explicitly run a function named "Initiate"...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured