[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
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
Re: How to create multithreaded DLL in VS2010
Quote:
Originally Posted by
sixpack434
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 :p
Re: How to create multithreaded DLL in VS2010
i've found my answer, what i want is a very basic knowledge actually ^^