Thread: Statically linked Class Library

  1. #1
    Registered User kroiz's Avatar
    Join Date
    Jun 2007
    Posts
    116

    Statically linked Class Library

    HI,
    what can one use to have a statically linked library?

    I found something called Class Library but it seems to create a dll.

    In my solution I have several projects that I want to share some code.
    I want to be able to supply my softwares w/o additinal dlls.

    In C++ I would create a statically linked library what is the equivalent in C#? please.
    Last edited by kroiz; 09-30-2008 at 02:37 AM.

  2. #2

  3. #3
    Registered User valaris's Avatar
    Join Date
    Jun 2008
    Location
    RING 0
    Posts
    507
    Static Assemblies

  4. #4
    Registered User kroiz's Avatar
    Join Date
    Jun 2007
    Posts
    116
    Thanks I did not try it yet but I believe it will solve my problems, especially the .NETZ solution.

  5. #5
    Registered User kroiz's Avatar
    Join Date
    Jun 2007
    Posts
    116
    Quote Originally Posted by valaris View Post
    Static Assemblies
    I did not find anything useful searching for that in Google.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked list of a class object?....
    By chadsxe in forum C++ Programming
    Replies: 6
    Last Post: 12-08-2005, 03:15 PM
  2. linked list library
    By sahil_m in forum C Programming
    Replies: 12
    Last Post: 10-30-2005, 08:16 AM
  3. C++ Library Design
    By CornedBee in forum C++ Programming
    Replies: 2
    Last Post: 09-30-2004, 10:40 AM
  4. exporting class methods to library results in .lib and .exp
    By Shadow12345 in forum C++ Programming
    Replies: 15
    Last Post: 01-05-2003, 08:01 PM
  5. Warnings, warnings, warnings?
    By spentdome in forum C Programming
    Replies: 25
    Last Post: 05-27-2002, 06:49 PM

Tags for this Thread