|
-
Jul 3rd, 2005, 10:15 PM
#1
Thread Starter
Addicted Member
dll references
Some dlls that I'm using are automatically copied to the bin when I add them as reference, even when i encapsulate them on another dll, is there a way to avoid this? I don't want my end user to know that i'm using certain components...
Thanks,
Jewel
-
Jul 3rd, 2005, 11:56 PM
#2
Re: dll references
How could your app run properly if those dll's it needs are not installed also?
-
Jul 4th, 2005, 02:02 AM
#3
Thread Starter
Addicted Member
Re: dll references
 Originally Posted by dee-u
How could your app run properly if those dll's it needs are not installed also?
Yeah...
I was just curious if its possible...so i guess the answer is no
-
Jul 5th, 2005, 04:00 AM
#4
Re: dll references
Correct. It's not possible.
-
Jul 5th, 2005, 04:05 AM
#5
Thread Starter
Addicted Member
Re: dll references
So what do I do if I purchased a third party component, and you I don't want my end users to know that I'm using that component? Can I rename it? Will is still work?
Thanks,
Jewel
-
Jul 5th, 2005, 04:14 AM
#6
Re: dll references
If it's a third party component, it'll already have the license in place. Any users trying to use that 'illegally' will not be able to do so.
I don't know if renaming the DLL will work, it's an odd question. I don't think it will though
-
Jul 5th, 2005, 04:15 AM
#7
Re: dll references
I'm not sure... Perhaps late binding?
Why the hesitancy for your user to know that you are using 3rd party components?
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
|