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

    can dlls be statically linked

    I have statically linked .libs statically. I wanted to know whether dlls can be statically linked ??

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    Did you mean this?

  3. #3
    Join Date
    Oct 2002
    Posts
    13
    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.

  4. #4
    Join Date
    Apr 2003
    Location
    Hyderabad,India
    Posts
    486
    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
    Thanks n Regards
    Harinath Reddy
    Learn Hello World Program
    A good scientist is a person with original ideas. A good engineer is a person who makes a design that works with as few original ideas as possible. There are no prima donnas in engineering. - Freeman Dyson

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