CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2009
    Posts
    3

    [RESOLVED] How to create multithreaded DLL in VS2010

    Hi

    this is my first project using visual studio 2010, and my first project in OOP language,
    can someone tell me how to create multithreaded DLL application in VS2010.

    in VS6 i found a template to create multithreaded DLL application, is it also available in VS2010 ?

    thx

  2. #2
    Join Date
    Dec 2009
    Posts
    2

    Re: How to create multithreaded DLL in VS2010

    Quite a big step you're taking considering this is the first time you use visual studio and the first time you code OOP

  3. #3
    Join Date
    Dec 2009
    Posts
    3

    Re: How to create multithreaded DLL in VS2010

    Quote Originally Posted by sixpack434 View Post
    Quite a big step you're taking considering this is the first time you use visual studio and the first time you code OOP
    of course i also read "Addison-Wesley The C++ Programming Language",
    and back in collage i learn the OOP basic, but it's 4 years ago,

    and what i need right now only to recompile the code that was created using VS6
    so that i can use in VS2010, also do some minor modification to run a test on HW

    well, couldn't be picky if you want to survive in "this" world

  4. #4
    Join Date
    Dec 2009
    Posts
    3

    Re: How to create multithreaded DLL in VS2010

    i've found my answer, what i want is a very basic knowledge actually ^^

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