|
-
Jul 9th, 2002, 02:34 PM
#1
Thread Starter
Member
keeping creator details on a dll
in .net when u reference a com dll it copys it to the current dir and it chnages the name to add interloper to the front, but it also strips off all the creators info, is thier a way to keep this?? so when u distribute the program and dll no one can use the dll in their work and claim it is theres
-
Jul 9th, 2002, 02:48 PM
#2
it does not change the name of a com component. It makes a wrapper to the component and names it whatever. The COM component is still required.
If you want to make your components unable to be used by other coders then you need to look into liscensing. Putting your name as the dll name will have no effect on keeping people from stealing it.
-
Jul 9th, 2002, 03:07 PM
#3
Thread Starter
Member
Putting your name as the dll name
i do not put my name there, i was refering to when u right click the dll u can view the properties which contains the creators info etc
and yes i know reshack can alter the properties, but it will at least stop some people :P and not make it look like microsoft made it.
The COM component is still required.
i dont know about this, the dll it makes in the dir is bigger than the original, and u dont need the orignal to run the program, it just copies the com adds a bit to it, renames it, delets all the properties.
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
|