Click to See Complete Forum and Search --> : can dlls be statically linked


jangobango
April 17th, 2003, 12:11 AM
I have statically linked .libs statically. I wanted to know whether dlls can be statically linked ??

Manish Malik
April 17th, 2003, 12:26 AM
Did you mean this (http://www.developer.com/net/cplus/article.php/637691)?

jangobango
April 17th, 2003, 01:00 AM
After putting the .dll,.lib,.h and then building the client is it possible to run the client without the dll. Or is it possible to build the client without the .lib file.

mahanare
April 17th, 2003, 03:43 AM
My Answer will be No.
DLLs are meant to be linked dinamically.
even after building the application.
DLLs are needed to run the application.
that is my view.

cheers
mahanare