Results 1 to 9 of 9

Thread: compiling two dlls as one?

Threaded View

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    compiling two dlls as one?

    I'm making a class library (it's a series of controls to be used with windows forms). I'm using another dll (utility) in this class library. And so when I compile the project I will end up with two dlls. One is the class library and another the utility dll. I'm just wondering if there is a way to just make one dll out of these two?
    Also how can I use this in a project? I tried adding my dll to a windows form project, and adding the utility dll to the refrences of that project. But when I try to use any of the controls that I have in my class library, I get an error saying that the utility dll was not found.
    (btw it works fine if I add the class library project in the solution, rather than including its dll only.)

    any ideas?
    Last edited by MrPolite; Feb 15th, 2003 at 06:47 PM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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