|
-
Feb 19th, 2004, 10:17 AM
#1
Thread Starter
Fanatic Member
DLL's
Hey all just advice this time.....
OK im writing a massive program and weve just decided to start over again because its grown and grown and grown.
One of the major problems we faced so far was updating bugged bits of code,
Before we just had our solution and seperated the code into form code and componant class code, (i throught this actully made dll's, but it dosnt)
We wana code the application to use dll's, however i havnt got a clue to how this can be done. i guess we have to have our main solution then add other dll solutions to it ?
Can anyone advise how to manage dll creation within a project
Many Thanks
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message
-
Feb 19th, 2004, 10:31 AM
#2
Add a new Class Library project to your solution.
-
Feb 19th, 2004, 12:56 PM
#3
Thread Starter
Fanatic Member
how
Sorry to be stupid but Class libary ? i dont see it anywhere ?
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message
-
Feb 19th, 2004, 01:43 PM
#4
Re: how
Originally posted by carlblanchard
Sorry to be stupid but Class libary ? i dont see it anywhere ?
File -> New Project
Click VB.NET and it's listed in there
-
Feb 19th, 2004, 01:57 PM
#5
Thread Starter
Fanatic Member
ok i added it to my current solution i guess its just the case when the dll is coded to reference it in my main project ? (or is it already referenced because its in the solutions?
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message
-
Feb 19th, 2004, 02:01 PM
#6
Originally posted by carlblanchard
ok i added it to my current solution i guess its just the case when the dll is coded to reference it in my main project ? (or is it already referenced because its in the solutions?
You have to reference the DLL in that project(s) you want it to be included in
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|