Guys

I have written a dll (ActiveX) and want to protect it in some way.

I will pass it on to our users but I don't want someone conversant with VB,
C etc to be able to "use it" in their own apps without my documentation.

In VB6 there is a tool called Object Browser. Basically using this you can
figure out all the function calls within my DLL.

Is there any way to stop this?

I could use cryptic function names so its not obvious what they do, but
there must be a better way?

I use a tool to protect our exe files (encrypt) but it doesn't work with
DLLs. Any idea of 3rd party apps that I could use to wrap around my dll?

Thanks for any thoughts



Julian Holt


[Non-text portions of this message have been removed]




'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to