Runtime library

B

Boni

Dear all,
were can I get an info about a Run-Time library to to use. What are
advantages of using Multithreaded or Multithreaded dll.
Thanks a lot,
Boni
 
B

Bruno van Dooren

Dear all,
were can I get an info about a Run-Time library to to use. What are
advantages of using Multithreaded or Multithreaded dll.
Thanks a lot,
Boni

Hi,
look at this link for an explanation about the different runtime options
http://msdn2.microsoft.com/en-us/library/2kzt1wy3.aspx

you should basically use the multithreaded runtime unless you are sure that
there is only 1 thread.
As far as I know this is only true for native console applications.

using the static runtime means that you don't have to distribute a runtime
with your application.
using the dll makes your app smaller.
if you use the .NET runtime you have to use the dll version.

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top